.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CLAUDE.md
LICENSE
README.md
environment.yml
mkdocs.yml
pixi.lock
pyproject.toml
.github/dependabot.yml
.github/workflows/cd.yml
.github/workflows/ci.yml
docs/background-theory.md
docs/gen_ref_pages.py
docs/getting-started.md
docs/how-to-guides.md
docs/index.md
docs/tutorials.md
docs/images/readme_ca_example1.png
scripts/README.md
scripts/browse_unr_grid.html
scripts/create-geojson.py
src/geepers/__init__.py
src/geepers/_types.py
src/geepers/_version.py
src/geepers/analysis.py
src/geepers/cli.py
src/geepers/constants.py
src/geepers/gps.py
src/geepers/io.py
src/geepers/midas.py
src/geepers/plotting.py
src/geepers/processing.py
src/geepers/py.typed
src/geepers/quality.py
src/geepers/rates.py
src/geepers/schemas.py
src/geepers/uncertainty.py
src/geepers/utils.py
src/geepers/workflows.py
src/geepers.egg-info/PKG-INFO
src/geepers.egg-info/SOURCES.txt
src/geepers.egg-info/dependency_links.txt
src/geepers.egg-info/entry_points.txt
src/geepers.egg-info/requires.txt
src/geepers.egg-info/top_level.txt
src/geepers/gps_sources/__init__.py
src/geepers/gps_sources/base.py
src/geepers/gps_sources/sideshow.py
src/geepers/gps_sources/unr.py
src/geepers/gps_sources/unr_grid.py
tests/conftest.py
tests/requirements.txt
tests/test_gps.py
tests/test_io.py
tests/test_midas.py
tests/test_package.py
tests/test_quality.py
tests/test_schemas.py
tests/test_uncertainty.py
tests/test_utils.py
tests/test_workflows.py
tests/cassettes/test_gps/TestDownloadStationData.test_download_enu_data.yaml
tests/cassettes/test_gps/TestDownloadStationData.test_download_nonexistent_station.yaml
tests/cassettes/test_gps/TestDownloadStationData.test_download_xyz_data.yaml
tests/data/unr.zip
tests/data/hawaii/displacement_20160711_20160723.tif
tests/data/hawaii/displacement_20160711_20160804.tif
tests/data/hawaii/displacement_20160711_20160816.tif
tests/data/hawaii/displacement_20160711_20160909.tif
tests/data/hawaii/displacement_20160711_20160921.tif
tests/data/hawaii/hawaii_los_enu.tif
tests/gps_sources/__init__.py
tests/gps_sources/test_sideshow.py
tests/gps_sources/test_unr.py
tests/gps_sources/test_unr_grid.py