Skip to content

Commit

Permalink
Merge pull request #44 from geo-smart/gdal
Browse files Browse the repository at this point in the history
gdal installation using conda
  • Loading branch information
srinijammula authored Dec 12, 2024
2 parents 7c4dae8 + f8942d8 commit d17a3e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion book/chapters/dem.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Extract various terrain features from the DEM, such as slope, aspect, curvature, northness, and eastness, and save the results."
"Extract various terrain features from the DEM, such as slope, aspect, curvature, northness, and eastness, and save the results.\n",
"\n",
"Note: Install gdal using conda `conda install gdal`"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion book/chapters/fsCA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"metadata": {},
"source": [
"## 3.5.2 Procedure\n",
"This script is designed to download MODIS snow cover data from NASA servers, convert the downloaded HDF files to GeoTIFF format, and then merge these GeoTIFF tiles into a single file for each day within a specified date range."
"This script is designed to download MODIS snow cover data from NASA servers, convert the downloaded HDF files to GeoTIFF format, and then merge these GeoTIFF tiles into a single file for each day within a specified date range.\n",
"\n",
"Note: Install gdal using conda `conda install gdal`"
]
},
{
Expand Down

0 comments on commit d17a3e2

Please sign in to comment.