Extract a 3D point cloud (lon/lat/elev/attribute) from a GEDI or ICESat-2 granule.
catalog.granule_pointsExtract 3D point cloud data from GEDI or ICESat-2 granules for a specified area using a granule URL and bounding box.
Instructions
Extract a 3D point cloud (lon/lat/elev/attribute) from a GEDI or ICESat-2 granule.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x-api-key | No | ||
| bbox | Yes | AOI [west, south, east, north] | |
| clip_polygon | No | AOI GeoJSON Polygon/MultiPolygon — points are clipped to this exact shape, not just the bbox | |
| collection | Yes | Registry collection id, e.g. GEDI02_A.v002 or ATL08_007 | |
| href | Yes | HTTPS .h5 granule URL from the STAC item (Earthdata-hosted) | |
| max_points | No | Uniform-subsample ceiling |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| points | No | [lon, lat, elevation_m, value] rows | |
| returned | No | ||
| subsampled | No | ||
| value_label | No | ||
| value_range | No |