LICENSE
NOTICE
README.md
pyproject.toml
src/gedih3/__init__.py
src/gedih3/cliutils.py
src/gedih3/config.py
src/gedih3/daac.py
src/gedih3/exceptions.py
src/gedih3/gedidriver.py
src/gedih3/gh3builder.py
src/gedih3/gh3driver.py
src/gedih3/h3utils.py
src/gedih3/imgutils.py
src/gedih3/logger.py
src/gedih3/logging_config.py
src/gedih3/parallel.py
src/gedih3/sqlutils.py
src/gedih3/utils.py
src/gedih3/validation.py
src/gedih3/vecutils.py
src/gedih3.egg-info/PKG-INFO
src/gedih3.egg-info/SOURCES.txt
src/gedih3.egg-info/dependency_links.txt
src/gedih3.egg-info/entry_points.txt
src/gedih3.egg-info/requires.txt
src/gedih3.egg-info/top_level.txt
src/gedih3/cli/__init__.py
src/gedih3/cli/gh3_aggregate.py
src/gedih3/cli/gh3_build.py
src/gedih3/cli/gh3_build_ducklake.py
src/gedih3/cli/gh3_doctor.py
src/gedih3/cli/gh3_download.py
src/gedih3/cli/gh3_extract.py
src/gedih3/cli/gh3_from_img.py
src/gedih3/cli/gh3_from_polygon.py
src/gedih3/cli/gh3_list_resolutions.py
src/gedih3/cli/gh3_rasterize.py
src/gedih3/cli/gh3_read_schema.py
src/gedih3/cli/gh3_update.py
src/gedih3/data/GEDI01_B_DATASETS_002.txt
src/gedih3/data/GEDI01_B_DATASETS_003.txt
src/gedih3/data/GEDI02_A_DATASETS_002.txt
src/gedih3/data/GEDI02_A_DATASETS_003.txt
src/gedih3/data/GEDI02_B_DATASETS_002.txt
src/gedih3/data/GEDI02_B_DATASETS_003.txt
src/gedih3/data/GEDI04_A_DATASETS_002.txt
src/gedih3/data/GEDI04_A_DATASETS_003.txt
src/gedih3/data/GEDI04_C_DATASETS_002.txt
src/gedih3/data/GEDI04_C_DATASETS_003.txt
src/gedih3/data/dask-config-massive-build.yaml
src/gedih3/data/dask-worker-trim.py
src/gedih3/doctor/__init__.py
src/gedih3/doctor/fused.py
src/gedih3/doctor/inspect.py
src/gedih3/doctor/parallel.py
src/gedih3/doctor/parquet_ops.py
src/gedih3/doctor/report.py
src/gedih3/doctor/runner.py
src/gedih3/doctor/upstream.py
src/gedih3/doctor/diagnoses/__init__.py
src/gedih3/doctor/diagnoses/backfill.py
src/gedih3/doctor/diagnoses/geoparquet_bbox.py
src/gedih3/doctor/diagnoses/log_state.py
src/gedih3/doctor/diagnoses/metadata.py
src/gedih3/doctor/diagnoses/orphans.py
src/gedih3/doctor/diagnoses/parquet_health.py
src/gedih3/doctor/diagnoses/soc_health.py
src/gedih3/doctor/diagnoses/tmp_partitions_health.py
src/gedih3/egi/__init__.py
src/gedih3/egi/config.py
src/gedih3/egi/core.py
src/gedih3/egi/dataframe.py
src/gedih3/egi/raster.py
src/gedih3/egi/spatial.py
src/gedih3/raster/__init__.py
src/gedih3/raster/config.py
src/gedih3/raster/export.py
src/gedih3/raster/h3_raster.py
src/gedih3/raster/timeseries.py
tests/test_build_safety.py
tests/test_build_vrt.py
tests/test_cli_pipeline.py
tests/test_cliutils.py
tests/test_daac_callback.py
tests/test_daac_timeouts.py
tests/test_data_integrity.py
tests/test_dependencies.py
tests/test_doctor_diagnoses.py
tests/test_doctor_fused.py
tests/test_doctor_parallel.py
tests/test_doctor_parquet_ops.py
tests/test_doctor_runner.py
tests/test_doctor_tmp_partitions_health.py
tests/test_egi_comprehensive.py
tests/test_egi_core.py
tests/test_egi_load_meta.py
tests/test_egi_raster_pixel_size.py
tests/test_egi_raster_tile_guard.py
tests/test_exceptions.py
tests/test_failure_telemetry.py
tests/test_gh3_build_vars_check.py
tests/test_gh3_select_partitions.py
tests/test_gh3_update_egi_keys.py
tests/test_gh3_update_filter_fallback.py
tests/test_h3_load_meta.py
tests/test_h3_roi_ring_expansion.py
tests/test_imgutils.py
tests/test_logger_compat.py
tests/test_logger_h3_levels_guard.py
tests/test_logger_resume_skip.py
tests/test_merge_build_logs.py
tests/test_merge_resume.py
tests/test_parallel.py
tests/test_pipeline_integration.py
tests/test_python_api_pipeline.py
tests/test_rasterize_partition_series.py
tests/test_resume_reconcile.py
tests/test_s3_benchmark.py
tests/test_soc_discovery.py
tests/test_sqlutils_roundtrip.py
tests/test_to_parquet_fusion.py
tests/test_validation.py
tests/test_vecutils.py
tests/test_write_streaming.py