gedih3.cli.gh3_rasterize#

GEDI H3/EGI Rasterization Tool

Convert pre-aggregated GEDI datasets to GeoTIFF raster format.

This tool reads datasets produced by gh3_aggregate or gh3_extract and converts them to GeoTIFF rasters. For EGI datasets, the output is natively aligned to the EASE-Grid 2.0 projection. For H3 datasets, interpolation is used to approximate hexagonal data on a regular grid.

IMPORTANT: This tool does NOT perform aggregation. To aggregate raw GEDI shots to coarser resolutions before rasterization, use gh3_aggregate first (optionally with the –rasterize flag to do both in one step).

Functions#

get_cmd_args()

Parse command line arguments for GEDI rasterization

main()

Module Contents#

gedih3.cli.gh3_rasterize.get_cmd_args()[source]#

Parse command line arguments for GEDI rasterization

gedih3.cli.gh3_rasterize.main()[source]#