From a8fb53b303e8fbee995c939b1f91d800a83bf04e Mon Sep 17 00:00:00 2001 From: ncorson-dosch Date: Mon, 22 Sep 2025 14:58:23 -0500 Subject: [PATCH] fix all remaining paths to old rasterio notebook name --- docs/source/conf.py | 3 ++- notebooks/clear_all_notebooks.py | 2 +- notebooks/part0_python_intro/11_xarray_mt_rainier_precip.ipynb | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1986086a..a36a78f1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -272,7 +272,8 @@ source_path / 'part0_python_intro/09_a_Geopandas.ipynb', source_path / 'part0_python_intro/data/geopandas', source_path / 'part0_python_intro/solutions/09_Geopandas__solutions.ipynb', - source_path / 'part0_python_intro/10_Rasterio.ipynb', + source_path / 'part0_python_intro/10a_Rasterio_intro.ipynb', + source_path / 'part0_python_intro/10b_Rasterio_advanced.ipynb', source_path / 'part0_python_intro/11_xarray_mt_rainier_precip.ipynb', source_path / 'part1_flopy//01-Flopy-intro.ipynb', source_path / 'part1_flopy/solutions/02-Building-Post-Processing-MODFLOW6__solutions.ipynb', diff --git a/notebooks/clear_all_notebooks.py b/notebooks/clear_all_notebooks.py index faaa00e6..68930b39 100644 --- a/notebooks/clear_all_notebooks.py +++ b/notebooks/clear_all_notebooks.py @@ -8,7 +8,7 @@ # all solutions are still not being cleared skip_notebooks = [ - #'10_Rasterio.ipynb', + #'10b_Rasterio_advanced.ipynb', #'11_xarray_mt_rainier_precip.ipynb', #'09_Geopandas_ABQ.ipynb', #'03_Loading_and_visualizing_models-solutions.ipynb', diff --git a/notebooks/part0_python_intro/11_xarray_mt_rainier_precip.ipynb b/notebooks/part0_python_intro/11_xarray_mt_rainier_precip.ipynb index 9f5e02c8..d51eb797 100644 --- a/notebooks/part0_python_intro/11_xarray_mt_rainier_precip.ipynb +++ b/notebooks/part0_python_intro/11_xarray_mt_rainier_precip.ipynb @@ -1018,7 +1018,7 @@ "metadata": {}, "source": [ "### Clip to a shapefile area\n", - "Sometimes we may want to clip a dataset to a geographic area defined by a polygon shapefile. We can read a shapefile into a GeoDataFrame using `geopandas`. In this case, we'll just use the glacier polygons from the [Rasterio: Mt. Rainier glaciers example](https://github.com/DOI-USGS/python-for-hydrology/blob/main/notebooks/part0_python_intro/10_Rasterio.ipynb)." + "Sometimes we may want to clip a dataset to a geographic area defined by a polygon shapefile. We can read a shapefile into a GeoDataFrame using `geopandas`. In this case, we'll just use the glacier polygons from the [Rasterio: Mt. Rainier glaciers example](https://github.com/DOI-USGS/python-for-hydrology/blob/main/notebooks/part0_python_intro/10b_Rasterio_advanced.ipynb)." ] }, {