Page 1 of 1
WebApp making api call to MERRA-2 dataset
Posted: Thu Jan 27, 2022 5:23 pm America/New_York
by leila.alhemali
I am working on a solar spectra modeling tool that gets 5 different atmospheric inputs from the MERRA-2 dataset. I need 144 of the .nc4 files for my program to work well. Is there a publicly available API or another way to access the GES DISC server through my app?
Re: WebApp making api call to MERRA-2 dataset
Posted: Fri Jan 28, 2022 4:23 pm America/New_York
by mgreene
Below please find two option to assist you in accessing the data.
How to Use the Web Services API for Subsetting MERRA-2 Data,
https://disc.gsfc.nasa.gov/information/ ... A-2%20Data
You may also want to try the following,
How to Access MERRA-2 Data using OPeNDAP with Python3 and Calculate Daily/Weekly/Monthly Statistics from Hourly Data (
https://disc.gsfc.nasa.gov/information/ ... %20Data%20
Hope you find this information helpful!