Search found 141 matches

by OB WebDev - norman
Tue Dec 18, 2018 9:05 am America/New_York
Forum: Questions/Comments
Question: Geo files missing for L1A
Replies: 7

Geo files missing for L1A

Dear Sunanda,

You need to make the GEO files with modis_GEO.py.

https://seadas.gsfc.nasa.gov/help/seadas-processing/ProcessModis_GEO.py.html

Regards,
Norman
by OB WebDev - norman
Thu Nov 15, 2018 8:35 am America/New_York
Forum: Questions/Comments
Question: Crafting URLs to download data? the page automatically blocks me
Replies: 16

Crafting URLs to download data? the page automatically blocks me

Hi,

I'm glad you got it working.  Thanks for the pointers to other services.
It's always helpful to see what strategies others use to distribute data.

Norman
by OB WebDev - norman
Wed Nov 14, 2018 12:16 pm America/New_York
Forum: Questions/Comments
Question: Crafting URLs to download data? the page automatically blocks me
Replies: 16

Crafting URLs to download data? the page automatically blocks me

Hi,There is still some confusion about dates in your message.  April 29, 2017 is the119th day of the year, so corresponding file names would start with "A2017119".File names starting with "A2017105" contain data from April 15, 2017.A colleague of mine pointed out that the fi...
by OB WebDev - norman
Wed Nov 14, 2018 10:11 am America/New_York
Forum: Questions/Comments
Question: Crafting URLs to download data? the page automatically blocks me
Replies: 16

Crafting URLs to download data? the page automatically blocks me

Hi,Your computation of dat yields a day that is one day too early for me because the datecommand is using the local time zone and January 1 is during standard time, butApril 15 is during daylight saving time.  (Your location may have different time rules.)Why not just avoid the issue altogether...
by OB WebDev - norman
Tue Nov 13, 2018 3:45 pm America/New_York
Forum: Questions/Comments
Question: Crafting URLs to download data? the page automatically blocks me
Replies: 16

Crafting URLs to download data? the page automatically blocks me

Hi,It looks like you patterned your script after my earlier post.https://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?pid=41578Since you omit parts of your script, however, it is hard to guesswhat might be wrong.  If you would post one of the browse.plURLs that is returning non-exist...
by OB WebDev - norman
Tue Oct 30, 2018 3:42 pm America/New_York
Forum: Questions/Comments
Question: "Find swaths" with scripts
Replies: 4

"Find swaths" with scripts

Note that, in your version, you could leave out the pipe to perl since youdirect your output to a file (curl.dat), and there is nothing for the perl commandto parse.Note also that, instead of downloading files, your version is producing a listof browse file names.  (We do not actually distribut...
by OB WebDev - norman
Tue Oct 30, 2018 10:21 am America/New_York
Forum: Questions/Comments
Question: "Find swaths" with scripts
Replies: 4

"Find swaths" with scripts

Hi,The browse code was not explicitly set up for this, but it is possible with a littleparsing of the html that the browser sends back.  If you are using bash or a similarshell, the following example will download Aqua/MODIS level-2 files that coverthe Argentine Sea in 2018.url=https://oceancol...
by OB WebDev - norman
Thu Oct 25, 2018 5:05 pm America/New_York
Forum: Questions/Comments
Question: VIIRS L1A extract download
Replies: 6

VIIRS L1A extract download

Sorry.  I got my sensors mixed up.  Glad you figured it out.

Norman
by OB WebDev - norman
Thu Oct 25, 2018 1:47 pm America/New_York
Forum: Questions/Comments
Question: VIIRS L1A extract download
Replies: 6

VIIRS L1A extract download

Hi Andrea,Yes you need to generate GEO files from your extracts.You can use this script.https://seadas.gsfc.nasa.gov (/help/seadas-processing/ProcessModis_GEO.py.html)
Regards,Norman