@rosettastoned ,
How are you planning to work with the GEDI data? Through an interface like ArcGIS or QGIS, or programmatically using Python?
Search found 43 matches
- Thu May 04, 2023 9:45 am America/New_York
- Forum: Questions/Comments
- Question: Extract height metrics from vector points
- Replies: 2
- Thu May 04, 2023 9:41 am America/New_York
- Forum: Questions/Comments
- Question: Slow Access to HLS (HLSL30.v2.0, HLSS30.v2.0)
- Replies: 4
Re: Slow Access to HLS (HLSL30.v2.0, HLSS30.v2.0)
@mitchbon ,
Would you be able to share your script? If you have a GitHub repository for your work, please post the link. Otherwise, you can attach the script or notebook here in the forum, or you can send it to LP DAAC User Services (LPDAAC@usgs.gov)
Would you be able to share your script? If you have a GitHub repository for your work, please post the link. Otherwise, you can attach the script or notebook here in the forum, or you can send it to LP DAAC User Services (LPDAAC@usgs.gov)
- Thu Apr 20, 2023 10:36 am America/New_York
- Forum: Questions/Comments
- Question: failed to use wget/curl or hdf to download MCD43A3.061 MODIS data
- Replies: 4
Re: failed to use wget/curl or hdf to download MCD43A3.061 MODIS data
canacelqr123 , If the URLs in your list start with https://data.lpdaac.earthdatacloud.nasa.gov/ , then you are access the source data which is only available in HDF. If you are using AppEEARS, you can request data be returned in GeoTIFF/COG format. A list can be generated to those AppEEARS output a...
- Tue Mar 28, 2023 1:45 pm America/New_York
- Forum: Questions/Comments
- Question: 404 Not Found for Granule Metadata File MOD13A2
- Replies: 3
Re: 404 Not Found for Granule Metadata File MOD13A2
africanriskcapacity , Thanks for point this out. As you probably know, the LP DAAC is migrating its on-prem data to the Earthdata Cloud. With this comes a few changes, which you stumbled upon, and we apologized for the inconvenience. The .hdf.xml file you know from the on-prem data distribution sys...
- Thu Mar 09, 2023 3:42 pm America/New_York
- Forum: Questions/Comments
- Question: Unable to access HLSS30.020 on aws s3
- Replies: 9
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: 9
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.