Recipe: Retrieve (global) data from HTTPS server: Difference between revisions
No edit summary |
|||
Line 15: | Line 15: | ||
The base url for G5NR data is | The base url for G5NR data is | ||
http://g5nr.nccs.nasa.gov/data/ | http://g5nr.nccs.nasa.gov/data/Ganymed/7km/c1440_NR/ | ||
At this location, the data is organized by resolution (0.5000_deg/0.0625_deg), type (const/inst/tavg/tdav), collection name, year, month and day as follows: | At this location, the data is organized by resolution (0.5000_deg/0.0625_deg), type (const/inst/tavg/tdav), collection name, year, month and day as follows: | ||
|-- resolution | DATA | ||
| |-- type | |---resolution | ||
| | |-- collection | | |---type | ||
| | | |-- year | | | |---collection | ||
| | | | |-- month | | | | |---year | ||
| | | | | |-- day | | | | | |---month | ||
| | | | | |---day | |||
For a discussion about the available resolutions, types and collections, please see [[File:G5NR-Ganymed-7km FileSpec-ON6-V1.0.pdf]]. | For a discussion about the available resolutions, types and collections, please see [[File:G5NR-Ganymed-7km FileSpec-ON6-V1.0.pdf]]. |