Search found 202 matches
- Tue Mar 21, 2023 11:49 am America/New_York
- Forum: Questions/Comments
- Question: LANCE NRT4 VJ121_NRT data availability?
- Replies: 3
Re: LANCE NRT4 VJ121_NRT data availability?
Sorry for a delay in response. Just checked and the data are available and system is working normally (see attached). So please try again and let us know if you still cannot access the data.
- Mon Mar 20, 2023 9:22 am America/New_York
- Forum: Questions/Comments
- Question: MOD05 hdf to tiff
- Replies: 3
Re: MOD05 hdf to tiff
You can try using LAADS DAAC's post processing available from find data interface. You can find more information about post processing option in the tutorial available at:
https://ladsweb.modaps.eosdis.nasa.gov/learn/how-to-use-laads-daac-post-processing-tools/
https://ladsweb.modaps.eosdis.nasa.gov/learn/how-to-use-laads-daac-post-processing-tools/
- Wed Mar 15, 2023 12:56 pm America/New_York
- Forum: Questions/Comments
- Question: Error 429 VIIRS acquisition
- Replies: 1
Re: Error 429 VIIRS acquisition
Dear Alexis:
Just ran your command and got result without any issue (see attached). I could something temporary so please try again.
Just ran your command and got result without any issue (see attached). I could something temporary so please try again.
- Mon Mar 13, 2023 11:01 am America/New_York
- Forum: Questions/Comments
- Question: Python script to download VIIRS data doesn't work after Jan 2023
- Replies: 11
Re: Python script to download VIIRS data doesn't work after Jan 2023
The information related to Python script, curl, and wget sent was for data download directly from LAADS archive and for orders placed on ladsweb. These scripts may not work with earthdata orders. So, you either use the download script provided on Earthdata "Download Status" page (e.g., on ...
- Fri Mar 10, 2023 7:37 am America/New_York
- Forum: Questions/Comments
- Question: Python script to download VIIRS data doesn't work after Jan 2023
- Replies: 11
Re: Python script to download VIIRS data doesn't work after Jan 2023
We think it is because you are trying to use the script to download a single data file. The script is meant for downloading directory trees by getting a directory listing in either json or csv format first. Since you are asking for a netCDF formatted data file, the script doesn’t know what to do wit...
- Wed Mar 08, 2023 12:42 pm America/New_York
- Forum: Questions/Comments
- Question: LANCE NRT4 VJ121_NRT data availability?
- Replies: 3
Re: LANCE NRT4 VJ121_NRT data availability?
Data available from the link you listed is NOAA20(JPSS1 or J1) VIIRS LST data.
VJ121_NRT = VIIRS/JPSS1 Land Surface Temperature and Emissivity 6-Min L2 Swath 750m
VJ121_NRT = VIIRS/JPSS1 Land Surface Temperature and Emissivity 6-Min L2 Swath 750m
- Tue Mar 07, 2023 3:14 pm America/New_York
- Forum: Questions/Comments
- Question: Python script to download VIIRS data doesn't work after Jan 2023
- Replies: 11
Re: Python script to download VIIRS data doesn't work after Jan 2023
@tahersima, It would help to know what URL you are trying to download. We have not seen that error in all our testing, but you might be downloading different types of files than we have tested. Also it would help to know if you are using Python2 or Python3.
- Fri Mar 03, 2023 8:25 am America/New_York
- Forum: Questions/Comments
- Question: Python script to download VIIRS data doesn't work after Jan 2023
- Replies: 11
Re: Python script to download VIIRS data doesn't work after Jan 2023
See if the suggestions made for another user at viewtopic.php?t=3979 resolve your issue.
- Thu Mar 02, 2023 9:53 am America/New_York
- Forum: Questions/Comments
- Question: data download by python scripy
- Replies: 1
Re: data download by python scripy
We have a fix for this script that we are working on, but have not yet deployed to production. But you can make the following changes to fix it: Replace line 97: files = [ f for f in csv.DictReader(StringIO(geturl('%s.csv' % src, tok)), skipinitialspace=True) ] with files = {} files['content'] = [ f...
- Thu Mar 02, 2023 9:25 am America/New_York
- Forum: Questions/Comments
- Question: data download reproject to UTM
- Replies: 1
Re: data download reproject to UTM
I submitted a LAADS post processing order with option to convert format to GeoTiff and the order completed with files in GeoTiff format. Please, check all correct option during post processing. You can find a tutorial on how to use post processing at: https://ladsweb.modaps.eosdis.nasa.gov/learn/how...