.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
uv.lock
zensical.toml
.github/workflows/consolidate.yml
.github/workflows/daily_delta.yml
.github/workflows/docs.yml
.github/workflows/incremental.yml
.github/workflows/ingest.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/images/earthcatalog.png
docs/site/configuration.md
docs/site/index.md
docs/site/quickstart.md
docs/site/api/core.md
docs/site/api/grids.md
docs/site/api/index.md
docs/site/api/maintenance.md
docs/site/api/pipelines.md
docs/site/maintenance/compact.md
docs/site/operations/ingest_guide.md
docs/site/operations/ingest_workflow.md
docs/site/operations/query_catalog.md
docs/site/operations/query_catalog_julia.md
docs/site/operations/search_performance.md
docs/site/pipelines/architecture.md
docs/site/pipelines/backfill.md
docs/site/pipelines/incremental.md
earthcatalog/__init__.py
earthcatalog/_version.py
earthcatalog/catalog.py
earthcatalog/cli.py
earthcatalog/config.py
earthcatalog/hash_index.py
earthcatalog/lock.py
earthcatalog/partitioner.py
earthcatalog/search.py
earthcatalog/store_config.py
earthcatalog/transform.py
earthcatalog.egg-info/PKG-INFO
earthcatalog.egg-info/SOURCES.txt
earthcatalog.egg-info/dependency_links.txt
earthcatalog.egg-info/entry_points.txt
earthcatalog.egg-info/requires.txt
earthcatalog.egg-info/top_level.txt
earthcatalog/grids/__init__.py
earthcatalog/grids/geojson_partitioner.py
earthcatalog/grids/h3_partitioner.py
earthcatalog/maintenance/__init__.py
earthcatalog/maintenance/compact.py
earthcatalog/pipelines/__init__.py
earthcatalog/pipelines/backfill.py
earthcatalog/pipelines/incremental.py
earthcatalog/tools/__init__.py
earthcatalog/tools/make_test_inventory.py
scripts/consolidate.py
scripts/daily_delta.py
scripts/info.py
scripts/inject_build_metadata.py
scripts/run_backfill.py
scripts/update_hash_index.py
scripts/archive/audit_inventory.py
scripts/archive/catalog_stats.py
scripts/archive/compact_stragglers.py
scripts/archive/compare_catalogs.py
scripts/archive/diff_manifests.py
scripts/archive/dump_inventory_ids.py
scripts/archive/extract_manifest_ids.py
scripts/archive/final_compact.py
scripts/archive/migrate_schema.py
scripts/archive/repair_catalog.py
tests/__init__.py
tests/test_backfill.py
tests/test_catalog_info.py
tests/test_catalog_lifecycle.py
tests/test_compact.py
tests/test_consolidate.py
tests/test_daily_delta.py
tests/test_duckdb_query.py
tests/test_earthcatalog.py
tests/test_h3_partitioner.py
tests/test_hash_index.py
tests/test_hive_partitioning.py
tests/test_inventory.py
tests/test_lock.py
tests/test_performance.py
tests/test_performance_s3.py
tests/test_pipeline_e2e.py
tests/test_pruning_depth.py
tests/test_roundtrip.py
tests/test_search.py
tests/test_spatial_query.py
tests/test_transform.py