LICENSE
README.md
pyproject.toml
api/__init__.py
api/auth.py
api/main.py
api/support.py
api/routers/__init__.py
api/routers/data_source_connectors.py
api/routers/data_sources.py
api/routers/plugins_settings.py
api/routers/projects.py
api/routers/query_planner.py
api/routers/requests_outputs.py
api/routers/system.py
api/routers/uploads.py
api/routers/weights.py
config/__init__.py
config/plugins/__init__.py
config/plugins/area_perimeter_calc.example.yaml
config/plugins/area_perimeter_calc.yaml
config/plugins/attribute_statistics.example.yaml
config/plugins/attribute_statistics.yaml
config/plugins/band_math.example.yaml
config/plugins/band_math.yaml
config/plugins/buffer_analysis.example.yaml
config/plugins/buffer_analysis.yaml
config/plugins/centroid_extractor.example.yaml
config/plugins/centroid_extractor.yaml
config/plugins/core_vector.example.yaml
config/plugins/core_vector.yaml
config/plugins/crs_transformer.example.yaml
config/plugins/crs_transformer.yaml
config/plugins/data_writer_exporter.example.yaml
config/plugins/data_writer_exporter.yaml
config/plugins/dissolve_aggregator.example.yaml
config/plugins/dissolve_aggregator.yaml
config/plugins/distance_calculator.example.yaml
config/plugins/distance_calculator.yaml
config/plugins/feature_enrichment.example.yaml
config/plugins/feature_enrichment.yaml
config/plugins/feature_scoring.example.yaml
config/plugins/feature_scoring.yaml
config/plugins/geocoding_resolver.example.yaml
config/plugins/geocoding_resolver.yaml
config/plugins/geometry_validator.example.yaml
config/plugins/geometry_validator.yaml
config/plugins/local_raster_loader.example.yaml
config/plugins/local_raster_loader.yaml
config/plugins/local_vector_loader.example.yaml
config/plugins/local_vector_loader.yaml
config/plugins/ndvi_calculator.example.yaml
config/plugins/ndvi_calculator.yaml
config/plugins/nearest_neighbor.example.yaml
config/plugins/nearest_neighbor.yaml
config/plugins/postgis_connector.example.yaml
config/plugins/postgis_connector.yaml
config/plugins/raster_clip_mask.example.yaml
config/plugins/raster_clip_mask.yaml
config/plugins/raster_reclassify.example.yaml
config/plugins/raster_reclassify.yaml
config/plugins/raster_statistics.example.yaml
config/plugins/raster_statistics.yaml
config/plugins/raster_threshold.example.yaml
config/plugins/raster_threshold.yaml
config/plugins/raster_to_vector.example.yaml
config/plugins/raster_to_vector.yaml
config/plugins/ring_buffer_analysis.example.yaml
config/plugins/ring_buffer_analysis.yaml
config/plugins/risk_enrichment.example.yaml
config/plugins/risk_enrichment.yaml
config/plugins/slope_aspect.yaml
config/plugins/spatial_intersection.example.yaml
config/plugins/spatial_intersection.yaml
config/plugins/spatial_join.example.yaml
config/plugins/spatial_join.yaml
config/plugins/spatial_predicate.example.yaml
config/plugins/spatial_predicate.yaml
config/plugins/spatial_query_filter.example.yaml
config/plugins/spatial_query_filter.yaml
config/plugins/spectral_indices.example.yaml
config/plugins/spectral_indices.yaml
config/plugins/wms_wfs_fetcher.example.yaml
config/plugins/wms_wfs_fetcher.yaml
config/plugins/zonal_statistics.example.yaml
config/plugins/zonal_statistics.yaml
orchestrator/__init__.py
orchestrator/audit.py
orchestrator/capability_registry.py
orchestrator/capability_router.py
orchestrator/capability_scoring.py
orchestrator/data_source_service.py
orchestrator/error_contract.py
orchestrator/feedback.py
orchestrator/feedback_proposal_service.py
orchestrator/input_error_mapping.py
orchestrator/input_reference_resolver.py
orchestrator/kernel_artifacts.py
orchestrator/learning_signals.py
orchestrator/llm_client.py
orchestrator/llm_gate.py
orchestrator/llm_intent_planner.py
orchestrator/loader_plugin_contract.py
orchestrator/map_layer_service.py
orchestrator/map_layers.py
orchestrator/models.py
orchestrator/natural_query_runner.py
orchestrator/output_service.py
orchestrator/output_storage.py
orchestrator/pipeline_executor.py
orchestrator/plan_builder.py
orchestrator/plugin_config_store.py
orchestrator/plugin_error_mapping.py
orchestrator/plugin_modules.py
orchestrator/plugin_runtime_service.py
orchestrator/plugin_state.py
orchestrator/production_response.py
orchestrator/project_service.py
orchestrator/project_store.py
orchestrator/provider_error_mapping.py
orchestrator/query_execution_service.py
orchestrator/query_parser.py
orchestrator/request_history_service.py
orchestrator/response_assembler.py
orchestrator/response_builder.py
orchestrator/router_decision.py
orchestrator/routing_aware_natural_query_runner.py
orchestrator/routing_aware_plan_builder.py
orchestrator/runtime_paths.py
orchestrator/service.py
orchestrator/statistics.py
orchestrator/upload_service.py
orchestrator/upload_storage.py
orchestrator/weight_proposals.py
orchestrator/weight_store_persistence.py
orchestrator/weighted_router.py
orchestrator/planning/__init__.py
orchestrator/planning/capability_resolver.py
orchestrator/planning/dag.py
orchestrator/planning/dag_executor.py
orchestrator/planning/error_mapping.py
orchestrator/planning/kernel_execution_bridge.py
orchestrator/planning/kernel_plan_adapter.py
orchestrator/planning/llm_query_spec.py
orchestrator/planning/llm_spec_generator.py
orchestrator/planning/op_catalog.py
orchestrator/planning/output_parity.py
orchestrator/planning/planner.py
orchestrator/planning/postgis_semantic_resolver.py
orchestrator/planning/query_spec_contract.py
orchestrator/planning/report_spec.py
orchestrator/planning/runner.py
orchestrator/planning/semantic_planning_context.py
orchestrator/planning/spec.py
plugins/__init__.py
plugins/area_perimeter_calc.py
plugins/attribute_statistics.py
plugins/band_math.py
plugins/buffer_analysis.py
plugins/centroid_extractor.py
plugins/core_vector.py
plugins/crs_transformer.py
plugins/data_writer_exporter.py
plugins/dissolve_aggregator.py
plugins/distance_calculator.py
plugins/feature_enrichment.py
plugins/feature_scoring.py
plugins/geocoding_resolver.py
plugins/geometry_validator.py
plugins/local_raster_loader.py
plugins/local_vector_loader.py
plugins/ndvi_analysis.py
plugins/ndvi_calculator.py
plugins/nearest_neighbor.py
plugins/pdf_renderer.py
plugins/postgis_connector.py
plugins/raster_clip_mask.py
plugins/raster_reclassify.py
plugins/raster_statistics.py
plugins/raster_threshold.py
plugins/raster_to_vector.py
plugins/real_estate_scoring.py
plugins/real_estate_spatial_enrichment.py
plugins/report_builder.py
plugins/ring_buffer_analysis.py
plugins/risk_enrichment.py
plugins/slope_aspect.py
plugins/spatial_intersection.py
plugins/spatial_join.py
plugins/spatial_predicate.py
plugins/spatial_query_filter.py
plugins/spectral_indices.py
plugins/wms_wfs_fetcher.py
plugins/zonal_statistics.py
plugins/_shared/__init__.py
plugins/_shared/local_path_validation.py
plugins/_shared/numeric_validation.py
plugins/_shared/plugin_config.py
smart_spatial_system/__init__.py
smart_spatial_system/__main__.py
smart_spatial_system/cli.py
smart_spatial_system.egg-info/PKG-INFO
smart_spatial_system.egg-info/SOURCES.txt
smart_spatial_system.egg-info/dependency_links.txt
smart_spatial_system.egg-info/entry_points.txt
smart_spatial_system.egg-info/requires.txt
smart_spatial_system.egg-info/top_level.txt
smart_spatial_system/application/__init__.py
smart_spatial_system/application/services/__init__.py
smart_spatial_system/application/services/data_source_service.py
smart_spatial_system/application/services/feedback_proposal_service.py
smart_spatial_system/application/services/llm_intent_adapter.py
smart_spatial_system/application/services/map_layer_service.py
smart_spatial_system/application/services/output_service.py
smart_spatial_system/application/services/planning_execution_policy.py
smart_spatial_system/application/services/planning_response_adapter.py
smart_spatial_system/application/services/plugin_runtime_service.py
smart_spatial_system/application/services/project_service.py
smart_spatial_system/application/services/query_execution_service.py
smart_spatial_system/application/services/query_spec_enrichment.py
smart_spatial_system/application/services/real_estate_spatial_helpers.py
smart_spatial_system/application/services/request_history_service.py
smart_spatial_system/application/services/system_status_query_handler.py
smart_spatial_system/application/services/upload_service.py
smart_spatial_system/application/services/vector_display_handler.py
smart_spatial_system/application/services/vector_geojson_helpers.py
smart_spatial_system/application/services/vector_query_classifier.py
smart_spatial_system/application/services/query_execution/__init__.py
smart_spatial_system/application/services/query_execution/accessibility_query_spec.py
smart_spatial_system/application/services/query_execution/direct_query_dispatch.py
smart_spatial_system/application/services/query_execution/natural_query_context.py
smart_spatial_system/application/services/query_execution/natural_query_dispatch.py
smart_spatial_system/application/services/query_execution/natural_query_execution.py
smart_spatial_system/application/services/query_execution/natural_query_failure.py
smart_spatial_system/application/services/query_execution/natural_query_persistence.py
smart_spatial_system/application/services/query_execution/planning_context.py
smart_spatial_system/application/services/query_execution/planning_execution.py
smart_spatial_system/application/services/query_execution/planning_persistence.py
smart_spatial_system/application/services/query_execution/planning_response.py
smart_spatial_system/application/services/query_execution/postgis_planning_context.py
smart_spatial_system/application/services/query_execution/real_estate_analysis_inspector.py
smart_spatial_system/application/services/query_execution/real_estate_classifier.py
smart_spatial_system/application/services/query_execution/real_estate_context.py
smart_spatial_system/application/services/query_execution/real_estate_document_renderer.py
smart_spatial_system/application/services/query_execution/real_estate_missing_inputs.py
smart_spatial_system/application/services/query_execution/real_estate_ranking_artifacts.py
smart_spatial_system/application/services/query_execution/real_estate_ranking_direct_handler.py
smart_spatial_system/application/services/query_execution/real_estate_ranking_execution.py
smart_spatial_system/application/services/query_execution/real_estate_ranking_query_spec.py
smart_spatial_system/application/services/query_execution/real_estate_ranking_response.py
smart_spatial_system/application/services/query_execution/real_estate_report_payload.py
smart_spatial_system/application/services/query_execution/real_estate_scoring.py
smart_spatial_system/domain/__init__.py
smart_spatial_system/domain/contracts/__init__.py
smart_spatial_system/domain/models/__init__.py
smart_spatial_system/infrastructure/__init__.py
smart_spatial_system/infrastructure/stores/__init__.py
smart_spatial_system/interfaces/__init__.py
smart_spatial_system/interfaces/api/__init__.py
smart_spatial_system/interfaces/api/routers/__init__.py
smart_spatial_system/plugins/__init__.py
smart_spatial_system/runtime/__init__.py
smart_spatial_system/shared/__init__.py
smart_spatial_system/workflows/__init__.py
smart_spatial_system/workflows/ndvi/__init__.py
smart_spatial_system/workflows/real_estate/__init__.py
templates/__init__.py
templates/reports/__init__.py
templates/reports/real_estate_report.html
tests/test_accessibility_query_spec.py
tests/test_api_auth.py
tests/test_api_contract_smoke.py
tests/test_api_data_source_connectors_e2e.py
tests/test_api_map_layers.py
tests/test_api_mvp.py
tests/test_api_outputs.py
tests/test_api_projects.py
tests/test_api_structured_error_normalization.py
tests/test_api_upload_plugin_resolver.py
tests/test_api_uploads.py
tests/test_area_perimeter_calc.py
tests/test_attribute_statistics.py
tests/test_band_math.py
tests/test_buffer_analysis.py
tests/test_centroid_extractor.py
tests/test_cli.py
tests/test_crs_transformer.py
tests/test_data_source_service.py
tests/test_data_writer_exporter.py
tests/test_deterministic_planner.py
tests/test_dissolve_aggregator.py
tests/test_distance_calculator.py
tests/test_document_file_report_contract.py
tests/test_end_to_end_natural_query_pipeline.py
tests/test_error_contract.py
tests/test_feature_enrichment.py
tests/test_feature_scoring.py
tests/test_frontend_api_surface_contract.py
tests/test_geocoding_resolver.py
tests/test_geocoding_resolver_error_redaction.py
tests/test_geometry_validator.py
tests/test_input_error_mapping.py
tests/test_input_reference_resolver.py
tests/test_input_reference_resolver_contract.py
tests/test_kernel_artifacts.py
tests/test_kernel_execution_bridge.py
tests/test_kernel_plan_adapter.py
tests/test_llm_intent_adapter.py
tests/test_llm_raster_queryspec_normalization.py
tests/test_llm_spec_generator.py
tests/test_llm_spec_generator_prenormalize.py
tests/test_llm_spec_generator_semantic_context.py
tests/test_llm_spec_generator_semantic_query_database_enrich.py
tests/test_llm_spec_generator_semantic_queryspec_repair.py
tests/test_loader_plugin_contract.py
tests/test_local_path_validation.py
tests/test_local_raster_loader.py
tests/test_local_raster_loader_contract.py
tests/test_local_vector_loader.py
tests/test_local_vector_loader_contract.py
tests/test_map_layer_contract.py
tests/test_map_layer_service.py
tests/test_ndvi_calculator.py
tests/test_nearest_neighbor.py
tests/test_numeric_validation.py
tests/test_op_catalog_semantic_aliases.py
tests/test_orchestrator_audit.py
tests/test_orchestrator_audit_integration.py
tests/test_orchestrator_data_source_service_integration.py
tests/test_orchestrator_feedback.py
tests/test_orchestrator_feedback_integration.py
tests/test_orchestrator_keyword_scoring_router.py
tests/test_orchestrator_learning_signals.py
tests/test_orchestrator_learning_signals_integration.py
tests/test_orchestrator_llm_gate.py
tests/test_orchestrator_llm_gate_integration.py
tests/test_orchestrator_map_layer_service_integration.py
tests/test_orchestrator_natural_query_pipeline.py
tests/test_orchestrator_output_service_integration.py
tests/test_orchestrator_production_response.py
tests/test_orchestrator_production_response_integration.py
tests/test_orchestrator_project_service_integration.py
tests/test_orchestrator_query_execution_service_integration.py
tests/test_orchestrator_registry_router.py
tests/test_orchestrator_router_decision.py
tests/test_orchestrator_router_decision_integration.py
tests/test_orchestrator_routing_aware_plan_builder.py
tests/test_orchestrator_runtime_paths.py
tests/test_orchestrator_service.py
tests/test_orchestrator_service_domain_boundary_contract.py
tests/test_orchestrator_service_integration.py
tests/test_orchestrator_service_postgis_dedup_contract.py
tests/test_orchestrator_statistics.py
tests/test_orchestrator_statistics_integration.py
tests/test_orchestrator_upload_service_integration.py
tests/test_orchestrator_weight_proposals.py
tests/test_orchestrator_weight_proposals_integration.py
tests/test_orchestrator_weight_store_persistence.py
tests/test_orchestrator_weight_store_persistence_integration.py
tests/test_orchestrator_weighted_router.py
tests/test_orchestrator_weighted_router_integration.py
tests/test_output_service.py
tests/test_output_storage.py
tests/test_pdf_renderer.py
tests/test_phase3_kernel_registry_coverage.py
tests/test_phase3_output_parity.py
tests/test_phase3_postgis_provider_kernel_execution.py
tests/test_planning_dag_executor.py
tests/test_planning_dag_executor_async_capability.py
tests/test_planning_error_mapping.py
tests/test_planning_execution_policy.py
tests/test_planning_raster_op_catalog_mapping.py
tests/test_planning_raster_queryspec_execution.py
tests/test_planning_registry_backed_raster_execution.py
tests/test_planning_registry_backed_real_estate_execution.py
tests/test_planning_runner.py
tests/test_plugin_boundary_contract.py
tests/test_plugin_config.py
tests/test_plugin_config_store.py
tests/test_plugin_error_mapping.py
tests/test_plugin_modules.py
tests/test_postgis_connector.py
tests/test_postgis_connector_percent_escape.py
tests/test_postgis_semantic_resolver.py
tests/test_project_service.py
tests/test_project_store.py
tests/test_provider_error_mapping.py
tests/test_query_dispatch_domain_boundary_contract.py
tests/test_query_execution_postgis_planning_context.py
tests/test_query_execution_service.py
tests/test_query_execution_service_domain_import_boundary_contract.py
tests/test_query_response_shape_golden.py
tests/test_query_spec_enrichment.py
tests/test_raster_capability_registry_contract.py
tests/test_raster_clip_mask.py
tests/test_raster_reclassify.py
tests/test_raster_statistics.py
tests/test_raster_threshold.py
tests/test_raster_to_vector.py
tests/test_real_estate_ranking_bridge.py
tests/test_real_estate_ranking_golden.py
tests/test_real_estate_ranking_query_spec_planning.py
tests/test_real_estate_scoring_plugin.py
tests/test_real_estate_spatial_enrichment_plugin.py
tests/test_real_estate_spatial_helpers.py
tests/test_report_builder.py
tests/test_report_spec.py
tests/test_request_document_download_contract.py
tests/test_response_assembler.py
tests/test_response_output_contract.py
tests/test_ring_buffer_analysis.py
tests/test_risk_enrichment.py
tests/test_runtime_paths.py
tests/test_semantic_planning_context.py
tests/test_service_auto_postgis_semantic_context.py
tests/test_service_planning_artifacts.py
tests/test_service_postgis_runtime_connection_injection.py
tests/test_service_semantic_planning_context.py
tests/test_service_strict_loader_contract.py
tests/test_service_structured_error_normalization.py
tests/test_slope_aspect.py
tests/test_spatial_intersection.py
tests/test_spatial_join.py
tests/test_spatial_join_ring_buffer_cardinality.py
tests/test_spatial_query_filter.py
tests/test_spectral_indices.py
tests/test_system_status_query_handler.py
tests/test_upload_service.py
tests/test_upload_storage.py
tests/test_vector_display_handler.py
tests/test_vector_geojson_helpers.py
tests/test_vector_query_classifier.py
tests/test_wms_wfs_fetcher.py
tests/test_wms_wfs_fetcher_error_redaction.py
tests/test_zonal_statistics.py