.dockerignore
.env.local.example
.gitattributes
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
deploy/production/README.md
deploy/production/inventory.example.env
docker/README.md
docker/build-wheels.ps1
docker/build-wheels.sh
docker/docker-compose.local.yml.example
docker/docker-compose.prod.yml
docker/app/.dockerignore
docker/app/Dockerfile
docker/data/README.md
docker/wheels/README.md
frontend/src/App.tsx
frontend/src/AppDataContext.tsx
frontend/src/UserSettingsContext.tsx
frontend/src/api.ts
frontend/src/convertForm.ts
frontend/src/format.ts
frontend/src/leafletShapeMarkers.ts
frontend/src/main.tsx
frontend/src/mapFeed.ts
frontend/src/mapPointLabel.css
frontend/src/mapPointLabel.ts
frontend/src/nearFilter.ts
frontend/src/observationFeed.ts
frontend/src/precision.ts
frontend/src/temporalMap.ts
frontend/src/theme.ts
frontend/src/types.ts
frontend/src/useJobPolling.ts
frontend/src/useMapFeed.ts
frontend/src/useMapViewport.ts
frontend/src/useTemporalMapData.ts
frontend/src/useTemporalPlayback.ts
frontend/src/userSettings.ts
frontend/src/vite-env.d.ts
frontend/src/components/AppShell.tsx
frontend/src/components/BaseMapSelector.tsx
frontend/src/components/DateIntervalFilter.tsx
frontend/src/components/ErrorBoundary.tsx
frontend/src/components/ListFilterDrawer.tsx
frontend/src/components/LoadedTotalLabel.tsx
frontend/src/components/PanelDockMenuButton.tsx
frontend/src/components/PointDetailDrawer.tsx
frontend/src/components/SettingsDialog.tsx
frontend/src/components/SnackbarProvider.tsx
frontend/src/components/SourceDetailDrawer.tsx
frontend/src/components/TemporalMapControls.tsx
frontend/src/pages/ConvertPage.tsx
frontend/src/pages/MapPage.tsx
frontend/src/pages/PointsPage.tsx
frontend/src/pages/SourcesPage.tsx
frontend/tests/BaseMapSelector.test.tsx
frontend/tests/ConvertPage.test.tsx
frontend/tests/MapPage.test.tsx
frontend/tests/PointsPage.test.tsx
frontend/tests/SourcesPage.test.tsx
frontend/tests/api.test.ts
frontend/tests/convertForm.test.ts
frontend/tests/format.test.ts
frontend/tests/mapFeed.test.ts
frontend/tests/mapPointLabel.test.ts
frontend/tests/nearFilter.test.ts
frontend/tests/precision.test.ts
frontend/tests/setup.ts
frontend/tests/temporalMap.test.ts
frontend/tests/temporalMapFeed.test.ts
frontend/tests/testUtils.tsx
frontend/tests/useJobPolling.test.tsx
frontend/tests/userSettings.test.ts
openroland_survey/__init__.py
openroland_survey/__main__.py
openroland_survey/__version__.py
openroland_survey/cli.py
openroland_survey/coordinates.py
openroland_survey/database.py
openroland_survey/dxf.py
openroland_survey/extractors.py
openroland_survey/geopackage.py
openroland_survey/kinds.py
openroland_survey/map_cache.py
openroland_survey/migrate.py
openroland_survey/models.py
openroland_survey/paths.py
openroland_survey/proj_compat.py
openroland_survey/records.py
openroland_survey/services.py
openroland_survey/xlsx.py
openroland_survey/height_check/__init__.py
openroland_survey/height_check/config.py
openroland_survey/height_check/errors.py
openroland_survey/height_check/evaluator.py
openroland_survey/height_check/models.py
openroland_survey/height_check/service.py
openroland_survey/height_check/vertical.py
openroland_survey/height_check/dem/__init__.py
openroland_survey/height_check/dem/cache.py
openroland_survey/height_check/dem/copernicus_glo30.py
openroland_survey/height_check/dem/tile_naming.py
openroland_survey/qgis_compat/__init__.py
openroland_survey/qgis_compat/intervals.py
openroland_survey/qgis_compat/observations.py
openroland_survey/qgis_compat/schema.py
openroland_survey/qgis_compat/status.py
openroland_survey/static/index.html
openroland_survey/static/assets/index-C2cgyopr.css
openroland_survey/static/assets/index-Dxu2BpCx.js
openroland_survey_core.egg-info/PKG-INFO
openroland_survey_core.egg-info/SOURCES.txt
openroland_survey_core.egg-info/dependency_links.txt
openroland_survey_core.egg-info/entry_points.txt
openroland_survey_core.egg-info/requires.txt
openroland_survey_core.egg-info/scm_file_list.json
openroland_survey_core.egg-info/scm_version.json
openroland_survey_core.egg-info/top_level.txt
scripts/check_qgis_provider.py
scripts/serve_web.py
scripts/sync_frontend_static.py
server/LICENSE
server/README.md
server/conftest.py
server/jobs_test.py
server/pyproject.toml
server/qgis_proxy_test.py
server/serve_web_test.py
server/web_test.py
server/siscadro_survey_server/__init__.py
server/siscadro_survey_server/jobs.py
server/siscadro_survey_server/qgis_proxy.py
server/siscadro_survey_server/schemas.py
server/siscadro_survey_server/web.py