Skip to content

Commit f69f90f

Browse files
committed
typo
1 parent bd93add commit f69f90f

7 files changed

Lines changed: 7 additions & 7 deletions

examples/docs_2_pace_l2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"* Print the plan to check it `print(plan.summary())`\n",
1515
"* Do the plan and get matchups `pc.matchup(plan)`\n",
1616
"\n",
17-
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, the same matchups might take 10x longer.*\n",
17+
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, and the same matchups might take 10x longer.*\n",
1818
"\n",
1919
"## Prerequisites\n",
2020
"\n",

examples/docs_3_many_points.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"\n",
1313
"Also keeping a very large dataframe in memory will consume RAM. So if RAM is limited, or you are concerned about your machine crashing and losing work, you can save your matchups as you go along.\n",
1414
"\n",
15-
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, the same matchups might take 10x longer.*\n",
15+
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, and the same matchups might take 10x longer.*\n",
1616
"\n",
1717
"## Prerequisites\n",
1818
"\n",

examples/docs_4_ecco.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"* ECCO_L4_SSH_05DEG_DAILY_V4R4: sea surface height\n",
1616
"* ECCO_L4_TEMP_SALINITY_05DEG_DAILY_V4R4\n",
1717
"\n",
18-
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, the same matchups might take 10x longer.*\n",
18+
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, and the same matchups might take 10x longer.*\n",
1919
"\n",
2020
"## Prerequisites\n",
2121
"\n",

examples/docs_4_icesat2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
"The granules are h5 grouped netcdf files. It has monthly, daily, and metadata all in one netcdf.\n",
1818
"\n",
19-
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, the same matchups might take 10x longer.*\n",
19+
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, and the same matchups might take 10x longer.*\n",
2020
"\n",
2121
"## Prerequisites\n",
2222
"\n",

examples/docs_4_mur.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"* MUR-JPL-L4-GLOB-v4.1\t(~1 km resolution) High-resolution SST\t~2002–present\n",
1414
"* MUR25-JPL-L4-GLOB-v04.2\t(~25 km resolution)\tCoarse global SST analysis\t~1992–2017 (retrospective)\n",
1515
"\n",
16-
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, the same matchups might take 10x longer.*\n",
16+
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, and the same matchups might take 10x longer.*\n",
1717
"\n",
1818
"## Prerequisites\n",
1919
"\n",

examples/docs_4_tempo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"* TEMPO_NO2_L3 this is level 3 on a grid\n",
1414
"* TEMPO_O3TOT_L2 this is level 2 swath data\n",
1515
"\n",
16-
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, the same matchups might take 10x longer.*\n",
16+
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, and the same matchups might take 10x longer.*\n",
1717
"\n",
1818
"## Prerequisites\n",
1919
"\n",

examples/docs_quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"* Print the plan to check it `plan.summary()`\n",
1515
"* Do the plan and get matchups for variables `pc.matchup(plan, variables=['var'])`\n",
1616
"\n",
17-
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, the same matchups might take 10x longer.*\n",
17+
"*Note: In a virtual machine in AWS us-west-2, where NASA cloud data is, the point matchups are fast. In Colab, say, your compute is not in the same data region nor provider, and the same matchups might take 10x longer.*\n",
1818
"\n",
1919
"## Prerequisites\n",
2020
"\n",

0 commit comments

Comments
 (0)