Search found 39 matches
- Thu Mar 09, 2023 3:42 pm America/New_York
- Forum: Questions/Comments
- Question: Unable to access HLSS30.020 on aws s3
- Replies: 6
Re: Unable to access HLSS30.020 on aws s3
Something to note, when interacting with S3 buckets or trying to access data directly in S3 is that you must be running your code/making requests from AWS region us-west-2.
- Thu Mar 09, 2023 3:37 pm America/New_York
- Forum: Questions/Comments
- Question: Unable to access HLSS30.020 on aws s3
- Replies: 6
Re: Unable to access HLSS30.020 on aws s3
I'm still looking in to why the code you posted does not work. Seems like it should but I'm getting an access denied error as well. In the meantime, the below code may be able to help. It uses Python's s3fs instead and shows how to list the contents within a bucket and how to download a file. ``` im...
- Thu Mar 02, 2023 9:05 am America/New_York
- Forum: Questions/Comments
- Question: Rate limit specifications for LP DAAC
- Replies: 3
Re: Rate limit specifications for LP DAAC
If you are experiencing any data access or download bottlenecks, please let us know. We can set up a time connect and discuss your specific situation and needs.
- Tue Feb 28, 2023 10:39 am America/New_York
- Forum: Questions/Comments
- Question: Appeears - MOD11a2 - Scaling factor added to tif via tiftag?
- Replies: 5
Re: Appeears - MOD11a2 - Scaling factor added to tif via tiftag?
pzellner , You are correct. On 2023-01-23 there was an AppEEARS release that included a modification to the output Cloud Optimized GeoTIFF files that added the `Offset` and `Scale` attributes to the Band metadata. This change makes the attributes available to utilities/packages that handle applying...
- Mon Jan 30, 2023 1:57 pm America/New_York
- Forum: Questions/Comments
- Question: lpdaacsvc.cr.usgs.gov/services/inventory - MOD09A1.061
- Replies: 3
Re: lpdaacsvc.cr.usgs.gov/services/inventory - MOD09A1.061
brrodrigo98 , The inventory service you are using is a legacy service that does not support MODIS Collection 6.1. We recommend transitioning your search requests to the CMR API (https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html). Here are some resources that may help in the transition...
- Mon Jan 30, 2023 1:20 pm America/New_York
- Forum: Questions/Comments
- Question: Can't find selected_algorithm in L2A GEDI elevation and canopy height dataset
- Replies: 3
Re: Can't find selected_algorithm in L2A GEDI elevation and canopy height dataset
Hey @alvioli ,
We recently made some updates to the GEDI tutorials found here: https://git.earthdata.nasa.gov/projects/LPDUR/repos/gedi-v2-tutorials/browse in response to your question. The output geojson files for the L2A and L2B tutorials should both include the selected_algorithm.
We recently made some updates to the GEDI tutorials found here: https://git.earthdata.nasa.gov/projects/LPDUR/repos/gedi-v2-tutorials/browse in response to your question. The output geojson files for the L2A and L2B tutorials should both include the selected_algorithm.
- Tue Dec 27, 2022 4:51 pm America/New_York
- Forum: Questions/Comments
- Question: Query about GEDI time quantum
- Replies: 6
Re: Query about GEDI time quantum
deace , The areas of no observations, or the ‘rhombus-shape’, you are seeing is a result of a couple things (probably more, but I’ll mention the things I know about). The first being the ISS orbit and the second being the altitude of the ISS. The ISS has a precessing orbit and not a polar orbiting ...
- Tue Nov 22, 2022 10:55 am America/New_York
- Forum: Questions/Comments
- Question: Query about GEDI time quantum
- Replies: 6
Re: Query about GEDI time quantum
deace , Would you be able to share a link to the ICESAT-1 campaign table? I'm curious what it looks like. I don't think there is a 'table' containing the revisit intervals. Is there any reason why Earthdata Search doesn't at least get you partially there? You can search for you area of interest usi...
- Tue Nov 22, 2022 10:21 am America/New_York
- Forum: Questions/Comments
- Question: how to extract the exact the shape of GEDI shots
- Replies: 5
Re: how to extract the exact the shape of GEDI shots
deace , I think what you’re looking for is the GEDI L1B Geolocated Waveform Data ( https://lpdaac.usgs.gov/products/gedi01_bv002/ ). This product provides geolocated corrected and smoothed waveforms, which when plotted gives you the ‘pulse shape’. The GEDI_L1B_V2_Tutorial.ipynb tutorial in https://...
- Tue Nov 08, 2022 12:53 pm America/New_York
- Forum: Questions/Comments
- Question: CMR has no entries for MOD13Q1.061 files at LP DAAC
- Replies: 6
Re: CMR has no entries for MOD13Q1.061 files at LP DAAC
zhan.li & earthengine_urs , As was mentioned before, the LP DAAC is in a state where on-prem data is actively being moved to the NASA Earthdata Cloud. When those on-prem (i.e., provider=LPDAAC_ECS) collections are moved to the cloud (i.e., provider=LPCLOUD) they receive a new concept ID, AND th...