Skip to content

Commit

Permalink
rephrase get_station_data installation and include in data_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby authored and tom-andersson committed Mar 21, 2024
1 parent 6f7571c commit 50ce56a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
15 changes: 14 additions & 1 deletion docs/getting-started/data_requirements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,20 @@
"* [EarthEnv](https://www.earthenv.org/): EarthEnv elevation and Topographic Position Index (TPI) data at various resolutions (1 km, 5 km, 10 km, 50 km, 100 km)\n",
"* [GLDAS](https://ldas.gsfc.nasa.gov/gldas/): Global Land Data Assimilation System (GLDAS) 0.25 degree resolution binary land mask\n",
"\n",
"For more details on the data sources, see the API reference for the [data.sources module](../reference/data/sources.rst)."
"For more details on the data sources, see the API reference for the [data.sources module](../reference/data/sources.rst).\n",
"\n",
"`````{note}\n",
"Some of the data downloader functions used here require additional dependencies.\n",
"To run this yourself you will need to run:\n",
"```\n",
"pip install rioxarray\n",
"```\n",
"to install the [`rioxarray`](https://corteva.github.io/rioxarray/stable/) package and\n",
"```\n",
"pip install git+https://github.com/scott-hosking/get-station-data.git\n",
"```\n",
"to install the [`get_station_data`](https://github.com/scotthosking/get-station-data) package.\n",
"`````\n"
],
"metadata": {
"collapsed": false
Expand Down
8 changes: 6 additions & 2 deletions docs/user-guide/data_processor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@
"Some of the data downloader functions used here require additional dependencies.\n",
"To run this yourself you will need to run:\n",
"```\n",
"pip install rioxarray git+https://github.com/scott-hosking/get-station-data.git`\n",
"pip install rioxarray\n",
"```\n",
"to install the [`rioxarray`](https://corteva.github.io/rioxarray/stable/) package and code from the [`get_station_data`](https://github.com/scotthosking/get-station-data) repository on GitHub.\n",
"to install the [`rioxarray`](https://corteva.github.io/rioxarray/stable/) package and\n",
"```\n",
"pip install git+https://github.com/scott-hosking/get-station-data.git\n",
"```\n",
"to install the [`get_station_data`](https://github.com/scotthosking/get-station-data) package.\n",
"`````\n",
"\n"
]
Expand Down

0 comments on commit 50ce56a

Please sign in to comment.