You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/notebooks/iceflow-with-icepyx.ipynb
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -763,7 +763,6 @@
763
763
"import xarray as xr\n",
764
764
"\n",
765
765
"from nsidc.iceflow import (\n",
766
-
" DatasetSearchParameters,\n",
767
766
" IceflowDataFrame,\n",
768
767
" download_iceflow_results,\n",
769
768
" find_iceflow_data,\n",
@@ -821,7 +820,7 @@
821
820
"source": [
822
821
"Next we will use the `find_iceflow_data` function from the `iceflow` API to find data matching our area of interest.\n",
823
822
"\n",
824
-
"By default, `DatasetSearchParameters` will include all `iceflow` supported datasets, unless one or more are specified as a filter with the `datasets` kwarg. There may be warnings raised about there not being search results for specific datasets supported by `iceflow`."
823
+
"By default, `find_iceflow_data` will include all `iceflow` supported datasets, unless one or more are specified as a filter with the `datasets` kwarg. There may be warnings raised about there not being search results for specific datasets supported by `iceflow`."
0 commit comments