Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Hit the Select parameters button.

  • Choose the parameters year,month,day,hour,min,sec,gdalt,gdlat,glon,ne,dne and hit Done.

  • Choose Continue at the bottom.

  • Select the language you are using, and hit OK.

  • Verify the script runs successfully as is. If there is a problem, compare to the scripts at the top.

 

Optional: Run python Jupyter notebook

For those familiar with python Jupyter notebooks, download the following notebook:

Madrigal_python_demo.ipynb

This notebook will walk you though all the calls available as part of the Madrigal API.

globalDownload answers

Python command

 

Code Block
globalDownload.py --url=http://madrigal.naic.edu/madrigal --outputDir=/tmp --user_fullname="your name" --user_email=your@email --user_affiliation=your_affiliation --format=hdf5 --inst=20 --kindat=2010 --startDate=1/1/2012 --endDate=12/31/2012 --verbose

...