This directory contains a Jupyter Notebook program that provides an interactive map and examples on how to use the tile download automation script.
Github does not properly display the map in the notebook. If you would like to view the notebook without setting it up locally please click here to view on nbviewer.org
- Install requirements with
pip
$ pip install -r requirements.txt
- In this directory (
/path/to/daymet-TDSTiles-Batch/Python
) runjupyter notebook
$ jupyter notebook
-
In your browser navigate to
http://localhost:8888/tree
. You should see a page containing this: -
Click on
daymet_tile-nc-retrieval.ipynb
to open the notebook. -
Run the first two code cells to create and display the map.
-
Click on the tiles on map to open pop-ups containing the selected tile's ID, and boundary coordinates.
The rest of this notebook contains examples of how to use the daymet_tile-nc-retrieval.sh script. You can run the examples that interest you.
After downloading the files you can run the cell below the example to run a ls command to make sure the files were downloaded.