Skip to content

Latest commit

 

History

History

Python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Interact with Daymet Tile Grid and examples for automating downloads for multiple tiles

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

Instructions

Setting up the map

  1. Install requirements with pip
       $ pip install -r requirements.txt 
  1. In this directory (/path/to/daymet-TDSTiles-Batch/Python) run jupyter notebook
       $ jupyter notebook
  1. In your browser navigate to http://localhost:8888/tree. You should see a page containing this: Jupyter file system tree example

  2. Click on daymet_tile-nc-retrieval.ipynb to open the notebook.

  3. Run the first two code cells to create and display the map.

  4. Click on the tiles on map to open pop-ups containing the selected tile's ID, and boundary coordinates. Popup example for tile 11208

Examples in notebook

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.

Example run

Notebook cell downloading files

After downloading the files you can run the cell below the example to run a ls command to make sure the files were downloaded. Notebook cell listing download files