Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/how-tos/grib/grib_nearest_gridpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"metadata": {},
"outputs": [],
"source": [
"from earthkit.geo import GeoKDTree, nearest_point_haversine, nearest_point_kdtree\n",
"from earthkit.geo.distance import GeoKDTree, nearest_point_haversine, nearest_point_kdtree\n",
"\n",
"import earthkit.data as ekd"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/source/how-tos/grib/grib_time_series.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"outputs": [],
"source": [
"from earthkit.geo import nearest_point_haversine\n",
"from earthkit.geo.distance import nearest_point_haversine\n",
"\n",
"import earthkit.data as ekd"
]
Expand Down
Loading