Search found 22 matches
- Tue Dec 17, 2024 12:25 pm America/New_York
- Forum: Home
- Question: "You must call earthaccess.login() before you can download data"
- Replies: 6
Re: "You must call earthaccess.login() before you can download data"
Also, are you seeing a .netrc (MacOS) or _netrc (Windows) in your home directory after you run earthaccess.login(persist=True)? And does your Earthdata Login password begin with any special characters? See this post: https://forum.earthdata.nasa.gov/viewtopic.php?t=5783 Otherwise, seeing more of you...
- Tue Dec 17, 2024 11:27 am America/New_York
- Forum: Home
- Question: "You must call earthaccess.login() before you can download data"
- Replies: 6
Re: "You must call earthaccess.login() before you can download data"
Thanks for the info! Would you mind sharing your notebook/code, so that I can try to replicate the issue?
- Mon Dec 16, 2024 6:27 pm America/New_York
- Forum: Home
- Question: "You must call earthaccess.login() before you can download data"
- Replies: 6
Re: "You must call earthaccess.login() before you can download data"
Hello! Just to double check, are you passing your Earthdata login credentials into auth=earthaccess.login() in some way? Either by setting up a .netrc file with your credentials in your home directory, setting up environment variables with your credentials, or by entering them interactively when pro...
- Mon Dec 16, 2024 6:18 pm America/New_York
- Forum: Home
- Question: Earthaccess Download timeouts
- Replies: 6
Re: Earthaccess Download timeouts
For those who may be interested, some discussion of this issue continued in the GitHub Issue: https://github.com/nsidc/earthaccess/issues/600#issuecomment-2450210273
- Tue Aug 06, 2024 4:19 pm America/New_York
- Forum: Home
- Question: Get only the latest version of a granule with earthaccess.search_data()
- Replies: 4
Re: Get only the latest version of a granule with earthaccess.search_data()
Hi Fiona, Thank you for reaching out on the forum regarding the earthaccess Python library. It's a great tool! When using earthaccess.search_data() you can add "version" as an argument. Example: pixc_results = earthaccess.search_data(short_name = 'SWOT_L2_HR_PIXC_2.0', version = '03', temp...
- Wed May 22, 2024 2:51 pm America/New_York
- Forum: Home
- Question: NSIDC Request for new GCMD keyword
- Replies: 1
NSIDC Request for new GCMD keyword
Hello, NSIDC would like to request the following be added as a GCMD keyword under Providers -> Commercial: Short name: Coiled Long name: Coiled Definition: Coiled is a for-profit company built around Dask. We work on Dask and we also sell a cloud platform to make it easy to deploy Dask in the cloud....
- Wed May 22, 2024 2:37 pm America/New_York
- Forum: Home
- Question: NSIDC Request for new GCMD keyword
- Replies: 1
NSIDC Request for new GCMD keyword
Hello, NSIDC would like to request the following be added as a GCMD keyword under Providers -> Commercial: Short name: DEVSEED Long Name: Development Seed Definition: Development Seed is an engineering and product company that is accelerating the application of earth data to our biggest global chall...
- Thu Mar 21, 2024 7:02 pm America/New_York
- Forum: Home
- Question: Evaluating height of trees with high precision for different year
- Replies: 9
Re: Evaluating height of trees with high precision for different year
You may find this ICESat-2 data product useful, for both terrain and canopy heights from a satellite laser altimeter: https://nsidc.org/data/atl08/versions/6 The vertical precision is likely sufficient. The coverage over your area of interest might not be dense enough, depending upon your applicatio...
- Tue Mar 19, 2024 10:57 am America/New_York
- Forum: Home
- Question: Icesat terrain height data format
- Replies: 1
Re: Icesat terrain height data format
Happy to help! Could you please share the file name for the particular file you are referring to in your question below? That way I can download it myself and look at the exact variables you are looking at. For the example file I'm currently looking at I see that h_te_interp has an array length of 1...
- Fri Feb 09, 2024 1:01 pm America/New_York
- Forum: Home
- Question: no VersionID in ATL15 Metadata
- Replies: 2
Re: no VersionID in ATL15 Metadata
Hi Jessica, Thanks for pointing this out! I contacted the ICESat-2 Project Science Office and this attribute should be populated with the most recent Version number, but a blip in the QA process missed it this go around. Just a heads up, ATL14 v003 and ATL11 v006 have similar issues. This will be fi...