Search found 5 matches

by roger_scott
Wed Sep 10, 2025 2:54 am America/New_York
Forum: Home
Question: SeaDAS new l2gen very slow
Replies: 16

Re: SeaDAS new l2gen very slow

For those interested I was also seeing a similar performance issue which after some digging I tracked down to a change in the code related to reading the no2 climatology. There's a HDF format check which was causing the file to be frequently opened and closed (multiple Hishdf calls) which is more no...
by roger_scott
Sun Jan 12, 2025 4:23 pm America/New_York
Forum: Home
Question: HTTP File Search API broken
Replies: 7

Re: HTTP File Search API broken

I can confirm it's working with wget now. Thank you.

Roger.
by roger_scott
Thu Jan 09, 2025 9:05 pm America/New_York
Forum: Home
Question: HTTP File Search API broken
Replies: 7

Re: HTTP File Search API broken

Just confirming that we're also seeing this issue. This is with wget rather than a web browser so it isn't related to any cache or cookies. $ wget --post-data="dtype=anc&sensor=aqua&cksum=1&results_as_file=1&search=*P2025007*" https://oceandata.sci.gsfc.nasa.gov/api/file_se...
by roger_scott
Mon Jan 14, 2019 5:15 pm America/New_York
Forum: Home
Question: Latest MODIS aqua ephemeris not listed when using file_search
Replies: 2

Latest MODIS aqua ephemeris not listed when using file_search

Hi John,

Thanks, that helped figure out what was going on.  It would appear that there's no newline character after the last line which is causing my script to ignore it.  I'll make a few tweaks and we should be back in business.

Thanks,
Roger.
by roger_scott
Sun Jan 13, 2019 4:52 pm America/New_York
Forum: Home
Question: Latest MODIS aqua ephemeris not listed when using file_search
Replies: 2

Latest MODIS aqua ephemeris not listed when using file_search

Since the 7th of January I've noticed that the definitive ephemeris for aqua has not been showing up when using the file_search api.eg: wget https://oceandata.sci.gsfc.nasa.gov/api/file_search '--post-data=dtype=anc&sensor=aqua&cksum=1&results_as_file=1&search=*P2019007*'...