LICENSE
README.md
pyproject.toml
pygeodata/__init__.py
pygeodata/api.py
pygeodata/artifact.py
pygeodata/ast.py
pygeodata/cache.py
pygeodata/cli.py
pygeodata/config.py
pygeodata/data.py
pygeodata/extraction.py
pygeodata/figure.py
pygeodata/graph_types.py
pygeodata/graphs.py
pygeodata/hash.py
pygeodata/parallel.py
pygeodata/paths.py
pygeodata/protocols.py
pygeodata/rasters.py
pygeodata/spec.py
pygeodata/tracked_object.py
pygeodata.egg-info/PKG-INFO
pygeodata.egg-info/SOURCES.txt
pygeodata.egg-info/dependency_links.txt
pygeodata.egg-info/entry_points.txt
pygeodata.egg-info/requires.txt
pygeodata.egg-info/top_level.txt
pygeodata/catalog/__init__.py
pygeodata/catalog/class_catalog.py
pygeodata/catalog/entry_catalog.py
pygeodata/catalog/filters.py
pygeodata/catalog/params_index.py
pygeodata/catalog/types.py
pygeodata/drivers/__init__.py
pygeodata/drivers/geopandas.py
pygeodata/drivers/rioxarray.py
pygeodata/formatting/__init__.py
pygeodata/formatting/html.py
pygeodata/formatting/json.py
pygeodata/formatting/shared.py
pygeodata/processors/__init__.py
pygeodata/processors/rasterizer.py
pygeodata/processors/reprojection.py
pygeodata/registries/__init__.py
pygeodata/registries/registry.py
pygeodata/registries/registry_types.py
pygeodata/registries/versioning.py
pygeodata/registry_browser/__init__.py
pygeodata/registry_browser/code_service.py
pygeodata/registry_browser/export_service.py
pygeodata/registry_browser/logging.py
pygeodata/registry_browser/path_actions.py
pygeodata/registry_browser/payloads.py
pygeodata/registry_browser/popups.py
pygeodata/registry_browser/serve.py
pygeodata/registry_browser/state.py
pygeodata/registry_browser/web.py
tests/test_api.py
tests/test_artifact.py
tests/test_ast.py
tests/test_cli.py
tests/test_config.py
tests/test_data.py
tests/test_dependency_discovery.py
tests/test_driver.py
tests/test_extraction.py
tests/test_figure.py
tests/test_graphs.py
tests/test_html_formatting.py
tests/test_parallel.py
tests/test_paths.py
tests/test_rasters.py
tests/test_tracked_object.py
tests/test_tracked_object_ast.py