Search found 8 matches

by dschuck
Tue May 20, 2025 2:23 pm America/New_York
Forum: Home
Question: Service account type user for Python earthaccess authentication?
Replies: 6

Re: Service account type user for Python earthaccess authentication?

Thanks for the clarifications. That helps immensely. Regarding use of the find_or_create_token endpoint, that requires use of an account's username/password creds, but our use of a token is specifically to avoid having to configure our app to use such creds in the first place, so this defeats that f...
by dschuck
Wed May 14, 2025 11:17 am America/New_York
Forum: Home
Question: Service account type user for Python earthaccess authentication?
Replies: 6

Re: Service account type user for Python earthaccess authentication?

I see the following options for User Type (after clicking my Edit Profile tab): - Production User - Science Team - QA Testing User - Data Provider Internal User - Public User - Application Oddly, I noticed that my User Type was set to Application. I have no idea why. Does the "Application"...
by dschuck
Mon Apr 14, 2025 9:24 am America/New_York
Forum: Home
Question: How to find out legitimate 'short_name' parameter values for data downloads.
Replies: 2

Re: How to find out legitimate 'short_name' parameter values for data downloads.

This will give you a csv containing a "Short Name" column containing the short names you're seeking, I believe: curl "https://cmr.earthdata.nasa.gov/search/collections.csv?options\[short_name\]\[pattern\]=true&short_name=MODISA_*&provider=OB_DAAC&page_size=100" For me...
by dschuck
Thu Nov 21, 2024 2:35 pm America/New_York
Forum: Home
Question: API error when querying cloudstac with an irregular geometry
Replies: 5

Re: API error when querying cloudstac with an irregular geometry

Your points must be in counter-clockwise order per https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#g-polygon Your failing polygon is given in clockwise order, so simply reverse the order of your points and it will likely work. Your working aoi works because the points are already in ...
by dschuck
Sat Nov 02, 2024 10:11 am America/New_York
Forum: Home
Question: Earthaccess Download timeouts
Replies: 6

Re: Earthaccess Download timeouts

I'm glad the workaround does the trick. However, if you wouldn't mind sharing, is there any reason you are needing to fully download these massive files instead of using a library to directly read only the parts of the files you require for your processing? In general, we want to discourage such dow...
by dschuck
Fri Nov 01, 2024 6:01 am America/New_York
Forum: Home
Question: Important Update to CMR-STAC: New Identifier and Search Parameter Format
Replies: 5

Re: Important Update to CMR-STAC: New Identifier and Search Parameter Format

ircwaves wrote: > Thanks for the post notifying about the release and changes to the > collection IDs. It is probably also worth noting that the returned items > have now also changed. In particular the asset keys have changed. Where > an old MOD21A1D STAC Item reported principal asset as: > > [code...
by dschuck
Thu Oct 31, 2024 11:46 am America/New_York
Forum: Home
Question: Earthaccess Download timeouts
Replies: 6

Re: Earthaccess Download timeouts

For reference, I posted a workaround in a comment for the earthaccess issue related to this problem: https://github.com/nsidc/earthaccess/issues/600#issuecomment-2450210273
by dschuck
Thu Oct 31, 2024 9:35 am America/New_York
Forum: Home
Question: Earthaccess Download timeouts
Replies: 6

Re: Earthaccess Download timeouts

I believe this is a transient issue. I was able to download a file in that range (I did not attempt to download all of the files that your code does).

I suggest you simply try again. If you still get a timeout, let us know.