Skip to content

Commit 4d1fcec

Browse files
authored
Merge pull request #26 from ECCO-GROUP/lat-lon2
copying existing tutorial building interpolation from scratch
2 parents c17f09c + ba7306c commit 4d1fcec

4 files changed

Lines changed: 1004 additions & 3 deletions

File tree

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Interpolating_Fields_to_LatLon_Grid.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
"\n",
230230
"Under the hood of ``plot_proj_to_lat_longrid`` is a call to the very useful routine ``resample_to_latlon`` which is the now described in more detail\n",
231231
"\n",
232-
"## ``resample_to_latlon``\n",
232+
"## resample_to_latlon\n",
233233
"\n",
234234
"``resample_to_latlon`` takes a field with a cooresponding set of lat lon coordinates (the *source* grid) and interpolates to a new lat-lon *target* grid. The arrangement of coordinates in the *source* grid is arbitrary. One also provides the $bounds$ of the new lat lon grid. The example shown above uses -90..90N and -180..180E by default. In addition, one specifies which interpolation scheme to use (*mapping method*) and the *radius of influence*, the radius around the *target* grid cells within which to search for values from the *source* grid. "
235235
]
@@ -1510,7 +1510,7 @@
15101510
"cell_type": "markdown",
15111511
"metadata": {},
15121512
"source": [
1513-
"### Saving = easy with xarray\n"
1513+
"### Saving is easy with xarray\n"
15141514
]
15151515
},
15161516
{

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Interpolating_to_latlon.ipynb

Lines changed: 1000 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../Tutorials_as_Jupyter_Notebooks/ECCO_v4_Interpolating_to_latlon.ipynb

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The `ecco_v4_py`_ package used in this tutorial was inspired by the `xmitgcm`_ p
4747
ECCO_v4_Loading_LLC_compact_binary_files.ipynb
4848
ECCO_v4_Combining_Multiple_Datasets.ipynb
4949
ECCO_v4_Saving_Datasets_and_DataArrays_to_NetCDF.ipynb
50-
ECCO_v4_Interpolating_Fields_to_LatLon_Grid.ipynb
50+
ECCO_v4_Interpolating_to_latlon.ipynb
5151

5252
.. toctree::
5353
:maxdepth: 2

0 commit comments

Comments
 (0)