Download full year PAR data from Aqua Modis (wget)
-
- Posts: 2
- Joined: Fri Jun 27, 2025 1:59 pm America/New_York
Download full year PAR data from Aqua Modis (wget)
I need to download a couple of years of daily PAR as indiviual files from Aqua Modis. I have a very limited familiarity with wget. I don't know the reference ___location for the data so I am not sure how to structure the query to get to the data that I need. Thank you for any help!
Filters:
-
- Posts: 250
- Joined: Thu Jun 25, 2020 9:51 am America/New_York
- Been thanked: 9 times
Re: Download full year PAR data from Aqua Modis (wget)
Hi,
Most often how I do it with wget is I go to Earthdata search and search for a roduct using my specific search parameters (temporal and spatial):https://search.earthdata.nasa.gov/ This will return results and then you can "download" the data, this will bring up several options of which one is save. This will allow you to save all the links to the data from the results of your search into a text file and you can load the text file into your wget and it will know what to download. The following link is to our directions on how to downlad our data through wget: https://github.com/nasa/LPDAAC-Data-Resources/blob/main/guides/bulk_download_using_wget.md
Please let us know if you have any questions.
Thanks,
Brett
Most often how I do it with wget is I go to Earthdata search and search for a roduct using my specific search parameters (temporal and spatial):https://search.earthdata.nasa.gov/ This will return results and then you can "download" the data, this will bring up several options of which one is save. This will allow you to save all the links to the data from the results of your search into a text file and you can load the text file into your wget and it will know what to download. The following link is to our directions on how to downlad our data through wget: https://github.com/nasa/LPDAAC-Data-Resources/blob/main/guides/bulk_download_using_wget.md
Please let us know if you have any questions.
Thanks,
Brett