CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/geoprompt-ci.yml
.github/workflows/parity-full-nightly.yml
.github/workflows/publish-pypi.yml
.github/workflows/release-benchmark-proof.yml
.github/workflows/security-quality.yml
.github/workflows/wheel-build.yml
assets/before-after-scenario-example.svg
assets/formula-parity-audit.svg
assets/migration-effort-benefit-quadrant.svg
assets/neighborhood-pressure-review-live.svg
assets/network-restoration-unmet-demand.svg
assets/portfolio-scorecard-example.svg
assets/resilience-risk-heatmap-mitigation.svg
assets/restoration-storyboard-example.svg
assets/tool-reliability-audit.svg
data/benchmark_features.json
data/benchmark_regions.json
data/parity_baseline.json
data/public_api_contract.snapshot.json
data/sample_assets.csv
data/sample_assets_with_wkt.csv
data/sample_features.json
data/sample_points.json
docs/API_ARCHITECTURE.md
docs/MATURITY_MATRIX.md
docs/STYLE_GUIDE.md
docs/USAGE.md
docs/api-stability.md
docs/architecture.md
docs/benchmarks.md
docs/connectors-and-recipes.md
docs/dependency-compatibility-matrix.md
docs/deployment-guide.md
docs/environment-and-optional-dependencies.md
docs/exception-taxonomy.md
docs/extending-geoprompt.md
docs/flagship-workflows.md
docs/geopandas-interop-and-reporting.md
docs/governance-and-support.md
docs/migration-from-arcpy.md
docs/migration-from-geopandas.md
docs/network-scenario-recipes.md
docs/notebook-gallery.md
docs/output-columns.md
docs/problem-to-workflow-guide.md
docs/quickstart-cookbook.md
docs/reference-api.md
docs/reference-simulation-labels.md
docs/start-here.md
docs/threat-model.md
docs/troubleshooting.md
docs/trust-governance-slos.md
docs/trust-profiles-and-migration.md
docs/when-to-use-geoprompt.md
docs/case-studies/analyst-screening.md
docs/case-studies/executive-briefing.md
docs/case-studies/utility-resilience.md
examples/network/electric_feeder_scenario.py
examples/network/reliability_dashboard.py
examples/network/resilience_restoration_screen.py
examples/network/stormwater_capacity_screen.py
examples/network/telecom_redundancy_screen.py
examples/network/utilities_api_workflow.py
examples/network/water_pressure_and_fire_flow.py
examples/notebooks/geopandas/d1_utilities_workflow.ipynb
examples/notebooks/geopandas/d2_forestry_management_workflow.ipynb
examples/notebooks/geopandas/d3_flood_analysis_workflow.ipynb
examples/notebooks/geopandas/d4_transportation_workflow.ipynb
examples/notebooks/geopandas/d5_climate_workflow.ipynb
examples/notebooks/geoprompt/d1_utilities_workflow.ipynb
examples/notebooks/geoprompt/d2_forestry_management_workflow.ipynb
examples/notebooks/geoprompt/d3_flood_analysis_workflow.ipynb
examples/notebooks/geoprompt/d4_transportation_workflow.ipynb
examples/notebooks/geoprompt/d5_climate_workflow.ipynb
examples/other/beginner_workflow.ipynb
examples/other/benchmark_proof_walkthrough.ipynb
examples/other/benchmark_report_bundle.py
examples/other/execute_notebooks_with_timeout.py
examples/other/geopandas_migration.ipynb
examples/other/geopandas_roundtrip_report.py
examples/other/network_resilience_walkthrough.ipynb
examples/other/remote_service_walkthrough.ipynb
examples/other/sitecustomize.py
examples/personas/analyst_resilience_screen.py
examples/personas/database_roundtrip_demo.py
examples/personas/executive_briefing_pack.py
examples/personas/operations_dispatch.py
src/geoprompt/__init__.py
src/geoprompt/_capabilities.py
src/geoprompt/_deduplication.py
src/geoprompt/_exceptions.py
src/geoprompt/_service_hardening.py
src/geoprompt/_tier_metadata.py
src/geoprompt/ai.py
src/geoprompt/api_contract.py
src/geoprompt/artifacts.py
src/geoprompt/cartography.py
src/geoprompt/classification.py
src/geoprompt/cli.py
src/geoprompt/cogo.py
src/geoprompt/compare.py
src/geoprompt/coord_parsers.py
src/geoprompt/crs.py
src/geoprompt/crs_advanced.py
src/geoprompt/data_management.py
src/geoprompt/db.py
src/geoprompt/demo.py
src/geoprompt/domain.py
src/geoprompt/ecosystem.py
src/geoprompt/enterprise.py
src/geoprompt/environmental.py
src/geoprompt/equations.py
src/geoprompt/format_bridges.py
src/geoprompt/formats.py
src/geoprompt/frame.py
src/geoprompt/geocoding.py
src/geoprompt/geometry.py
src/geoprompt/geometry3d.py
src/geoprompt/geoprocessing.py
src/geoprompt/imagery.py
src/geoprompt/interop.py
src/geoprompt/io.py
src/geoprompt/landscape.py
src/geoprompt/ml.py
src/geoprompt/overlay.py
src/geoprompt/performance.py
src/geoprompt/py.typed
src/geoprompt/quality.py
src/geoprompt/query.py
src/geoprompt/raster.py
src/geoprompt/safe_expression.py
src/geoprompt/security.py
src/geoprompt/service.py
src/geoprompt/spacetime.py
src/geoprompt/spatial_analysis.py
src/geoprompt/spatial_models.py
src/geoprompt/standards.py
src/geoprompt/stats.py
src/geoprompt/table.py
src/geoprompt/temporal.py
src/geoprompt/tools.py
src/geoprompt/topology.py
src/geoprompt/utils.py
src/geoprompt/visualization.py
src/geoprompt/viz.py
src/geoprompt/workflow.py
src/geoprompt/workspace.py
src/geoprompt.egg-info/PKG-INFO
src/geoprompt.egg-info/SOURCES.txt
src/geoprompt.egg-info/dependency_links.txt
src/geoprompt.egg-info/entry_points.txt
src/geoprompt.egg-info/requires.txt
src/geoprompt.egg-info/top_level.txt
src/geoprompt/network/__init__.py
src/geoprompt/network/allocation.py
src/geoprompt/network/core.py
src/geoprompt/network/demand.py
src/geoprompt/network/graph_algorithms.py
src/geoprompt/network/routing.py
src/geoprompt/network/topology.py
src/geoprompt/network/utility.py
tests/test_a10_ml_ai.py
tests/test_a12_b1_parity.py
tests/test_a1_a11_parity.py
tests/test_a2_a3_parity.py
tests/test_a4_spatial_analysis.py
tests/test_a5_raster_analysis.py
tests/test_a6_cartography.py
tests/test_a7_data_management.py
tests/test_a8_geoprocessing_framework.py
tests/test_a9_domain_modules.py
tests/test_api_contract_integrity.py
tests/test_api_contract_snapshot.py
tests/test_api_quality_regression.py
tests/test_artifact_freshness_gate.py
tests/test_audit_improvements.py
tests/test_b2_b5_completion.py
tests/test_benchmark_regression.py
tests/test_benchmark_reproducibility.py
tests/test_c1_frame_completion.py
tests/test_c2_c5_completion.py
tests/test_capability_report_contract.py
tests/test_chunking_determinism.py
tests/test_ci_lint_gates.py
tests/test_claims_to_tests_manifest.py
tests/test_cli_contract.py
tests/test_compare_module.py
tests/test_connector_bridges.py
tests/test_core_only_e2e.py
tests/test_crs_a2.py
tests/test_d1_utilities_workflow_start.py
tests/test_d_e_completion.py
tests/test_db_module.py
tests/test_deprecation_lifecycle.py
tests/test_docs_api_contract_gate.py
tests/test_docs_link_integrity_gate.py
tests/test_docs_markdown_gate.py
tests/test_docs_readme_flowchart_gate.py
tests/test_ecosystem_quality.py
tests/test_equations_tools.py
tests/test_exception_doc_enforcement.py
tests/test_expression_guard_conformance.py
tests/test_expression_sandbox.py
tests/test_f12_f17_completion.py
tests/test_f1_f5_completion.py
tests/test_f6_f7_completion.py
tests/test_f8_f11_completion.py
tests/test_failure_transparency.py
tests/test_fallback_warning_consistency.py
tests/test_figure_manifest_gate.py
tests/test_final_roadmap_completion.py
tests/test_flaky_quarantine.py
tests/test_formula_tool_reliability_audit.py
tests/test_g1_g5_g8_g13_g24.py
tests/test_g1_g6_g7_g8_completion.py
tests/test_g20_packaging.py
tests/test_g2_g11_g27_progress.py
tests/test_g5_2_classification.py
tests/test_geometry_a1_more.py
tests/test_geometry_accessor.py
tests/test_geometry_predicates.py
tests/test_geometry_properties.py
tests/test_geoprompt.py
tests/test_html_accessibility.py
tests/test_indexed_join_benchmark_regression.py
tests/test_integration_optional.py
tests/test_io_db_safety.py
tests/test_markdown_hygiene_gate.py
tests/test_network.py
tests/test_network_robustness.py
tests/test_new_modules.py
tests/test_new_modules_2.py
tests/test_no_fallback_without_optin.py
tests/test_optional_dep_hardening.py
tests/test_output_quality_gates.py
tests/test_parity_features.py
tests/test_parity_finish_io_interop.py
tests/test_parity_push.py
tests/test_platform_remaining_push.py
tests/test_query_module.py
tests/test_release_evidence.py
tests/test_remaining_backlog_features.py
tests/test_section_d_notebooks.py
tests/test_service_hardening.py
tests/test_seventh_push.py
tests/test_simulation_only_docs.py
tests/test_simulation_symbol_labels.py
tests/test_skip_budget_reduction.py
tests/test_stats_module.py
tests/test_tier_metadata_regressions.py
tests/test_tier_runtime_sync.py
tests/test_tools_advanced.py
tests/test_trust_contracts.py
tests/test_viz_module.py
tests/test_workflow_facades.py