LICENSE
LICENSE-COMMERCIAL.md
README.md
pyproject.toml
capabilities/__init__.py
capabilities/base.py
capabilities/classification.py
capabilities/clustering.py
capabilities/density.py
capabilities/network.py
capabilities/network_topology.py
capabilities/overlay.py
capabilities/palettes.py
capabilities/pointcloud.py
capabilities/polygon_topology.py
capabilities/postgis_sql.py
capabilities/raster.py
capabilities/registry.py
capabilities/relation_detector.py
capabilities/schema.py
capabilities/selection.py
capabilities/spatial_stats.py
capabilities/strategy.py
capabilities/temporal.py
capabilities/transforms.py
capabilities/validation.py
capabilities/vector/__init__.py
capabilities/vector/aggregate.py
capabilities/vector/assign_projection.py
capabilities/vector/boundary.py
capabilities/vector/buffer.py
capabilities/vector/calculate.py
capabilities/vector/centroid_area.py
capabilities/vector/chaikin.py
capabilities/vector/classify.py
capabilities/vector/clip.py
capabilities/vector/concave_hull.py
capabilities/vector/diff.py
capabilities/vector/dissolve.py
capabilities/vector/extract_holes.py
capabilities/vector/extract_ops.py
capabilities/vector/filter.py
capabilities/vector/force_geometry_type.py
capabilities/vector/intersects.py
capabilities/vector/line_merge.py
capabilities/vector/line_ops.py
capabilities/vector/merge.py
capabilities/vector/nearest.py
capabilities/vector/offset_curve.py
capabilities/vector/parts.py
capabilities/vector/polygonize.py
capabilities/vector/reproject.py
capabilities/vector/shape_ops_advanced.py
capabilities/vector/shape_ops_basic.py
capabilities/vector/simplify.py
capabilities/vector/snap_grid.py
capabilities/vector/spatial_join.py
capabilities/vector/union.py
capabilities/vector/voronoi.py
catalog/__init__.py
catalog/models.py
catalog/registry.py
catalog/providers/__init__.py
catalog/providers/base.py
catalog/providers/basemaps.py
catalog/providers/flux_ign.py
catalog/providers/flux_osm.py
catalog/providers/opendata_datagouv.py
catalog/providers/opendata_hub.py
catalog/providers/opendata_ign.py
catalog/providers/projections.py
catalog/providers/stac_client.py
core/__init__.py
core/cache.py
core/capability_params.py
core/conditions.py
core/config.py
core/crs.py
core/enums.py
core/graph.py
core/logging.py
core/models.py
core/observability.py
core/pipeline.py
core/pipeline_schema.py
core/plugin_contracts.py
core/plugin_hub.py
core/predicates.py
core/registry.py
core/relations.py
core/session.py
core/sql_safety.py
core/filter/__init__.py
core/filter/cache.py
core/filter/chain.py
core/filter/expression.py
core/filter/expression_converter.py
core/filter/result.py
core/filter/service.py
core/filter/types.py
core/io/__init__.py
core/io/geoparquet.py
gispulse/__init__.py
gispulse/cli.py
gispulse/cli_track.py
gispulse/cli_triggers.py
gispulse/cli_triggers_watch.py
gispulse/cli_watch.py
gispulse/config.py
gispulse/telemetry.py
gispulse.egg-info/PKG-INFO
gispulse.egg-info/SOURCES.txt
gispulse.egg-info/dependency_links.txt
gispulse.egg-info/entry_points.txt
gispulse.egg-info/requires.txt
gispulse.egg-info/top_level.txt
gispulse/adapters/__init__.py
gispulse/adapters/metrics.py
gispulse/adapters/esb/__init__.py
gispulse/adapters/esb/action_dispatcher.py
gispulse/adapters/esb/bus_message.py
gispulse/adapters/esb/circuit_breaker.py
gispulse/adapters/esb/dlq.py
gispulse/adapters/esb/enums.py
gispulse/adapters/esb/event_router.py
gispulse/adapters/esb/pg_notify.py
gispulse/adapters/esb/pool.py
gispulse/adapters/esb/predicate_evaluator.py
gispulse/adapters/esb/state_store.py
gispulse/adapters/esb/trigger_manager.py
gispulse/adapters/esb/workers/__init__.py
gispulse/adapters/esb/workers/base_worker.py
gispulse/adapters/esb/workers/dispatch_worker.py
gispulse/adapters/esb/workers/identify_worker.py
gispulse/adapters/http/__init__.py
gispulse/adapters/http/app.py
gispulse/adapters/http/auth.py
gispulse/adapters/http/dataset_ops.py
gispulse/adapters/http/dependencies.py
gispulse/adapters/http/error_handlers.py
gispulse/adapters/http/event_hub.py
gispulse/adapters/http/layer_utils.py
gispulse/adapters/http/portal_app.py
gispulse/adapters/http/rate_limit.py
gispulse/adapters/http/schemas.py
gispulse/adapters/http/serve_app.py
gispulse/adapters/http/middleware/__init__.py
gispulse/adapters/http/middleware/audit_middleware.py
gispulse/adapters/http/middleware/metrics_middleware.py
gispulse/adapters/http/middleware/read_only.py
gispulse/adapters/http/routers/__init__.py
gispulse/adapters/http/routers/_upload_utils.py
gispulse/adapters/http/routers/auth_router.py
gispulse/adapters/http/routers/capabilities_router.py
gispulse/adapters/http/routers/catalog_router.py
gispulse/adapters/http/routers/datasets_router.py
gispulse/adapters/http/routers/esb_router.py
gispulse/adapters/http/routers/filter_router.py
gispulse/adapters/http/routers/jobs_router.py
gispulse/adapters/http/routers/marketplace_router.py
gispulse/adapters/http/routers/ogc_features_router.py
gispulse/adapters/http/routers/pipelines_router.py
gispulse/adapters/http/routers/portal_datasets_router.py
gispulse/adapters/http/routers/portal_features_router.py
gispulse/adapters/http/routers/portal_router.py
gispulse/adapters/http/routers/portal_sql_router.py
gispulse/adapters/http/routers/portal_upload_router.py
gispulse/adapters/http/routers/projects_router.py
gispulse/adapters/http/routers/relations_router.py
gispulse/adapters/http/routers/rules_router.py
gispulse/adapters/http/routers/scenarios_router.py
gispulse/adapters/http/routers/schedules_router.py
gispulse/adapters/http/routers/sessions_router.py
gispulse/adapters/http/routers/tiles_router.py
gispulse/adapters/http/routers/triggers_router.py
gispulse/adapters/http/routers/viewer_router.py
gispulse/adapters/http/routers/ws_router.py
gispulse/adapters/mcp/__init__.py
gispulse/adapters/mcp/server.py
gispulse/adapters/ogc/__init__.py
gispulse/adapters/ogc/auth.py
gispulse/adapters/ogc/loader.py
gispulse/adapters/ogc/wfs_client.py
gispulse/adapters/webhooks/__init__.py
gispulse/adapters/webhooks/http_client.py
gispulse/core/dispatcher.py
gispulse/runtime/__init__.py
gispulse/runtime/config_loader.py
gispulse/runtime/headless_runtime.py
gispulse/runtime/predicate_dsl.py
gispulse/runtime/sqlite_retry.py
orchestration/__init__.py
orchestration/capability_executor.py
orchestration/graph_executor.py
orchestration/job_queue.py
orchestration/job_queue_factory.py
orchestration/metering.py
orchestration/pipeline_executor.py
orchestration/runner.py
orchestration/scenario_runner.py
orchestration/scheduler.py
orchestration/session_manager.py
orchestration/trigger_bridge.py
orchestration/worker.py
persistence/__init__.py
persistence/audit.py
persistence/auth_models.py
persistence/auth_repository.py
persistence/bridge.py
persistence/change_log_watcher.py
persistence/duckdb_change_detector.py
persistence/duckdb_engine.py
persistence/duckdb_engine_adapter.py
persistence/engine.py
persistence/engine_factory.py
persistence/gpkg.py
persistence/gpkg_engine.py
persistence/gpkg_repository.py
persistence/gpkg_schema.py
persistence/gpkg_spatial.py
persistence/io.py
persistence/licence.py
persistence/postgis.py
persistence/project_io.py
persistence/raster_io.py
persistence/repository.py
persistence/schedule_repository.py
persistence/schema.py
persistence/session_provisioner.py
persistence/sld_converter.py
persistence/spatialite_session.py
persistence/sql_dialect.py
persistence/sql_guardrails.py
persistence/sqlite_repository.py
persistence/storage.py
persistence/style_converter.py
persistence/style_sidecar.py
persistence/tier.py
persistence/watcher_registry.py
rules/__init__.py
rules/engine.py
rules/loader.py
rules/operation_executor.py
rules/predicates.py
rules/trigger_evaluator.py
rules/validation.py
tests/test_read_only_middleware.py
viewer/__init__.py