> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Geospatial

> Kinetica guides tagged Geospatial

<CardGroup cols={3}>
  <Card title="Fitting Road Network Data to a Graph" href="/content/guides/fitting_data/index" cta="Geospatial / Graph / GAdmin">
    How to model a graph based on a road network dataset
  </Card>

  <Card title="Graph Solvers with UI" href="/content/guides/graph_interface_guide/index" cta="Geospatial / Graph / GAdmin / UI">
    End-to-End Graph Example Using the UI
  </Card>

  <Card title="Graph Solvers with REST" href="/content/guides/graph_rest_guide/index" cta="Geospatial / Graph / GAdmin / REST">
    End-to-End Graph Example Using REST Endpoints
  </Card>

  <Card title="Introduction to Kinetica Graph" href="/content/guides/graph_video_guide/index" cta="Geospatial / Graph / Visualization / Video Guides">
    Learn about Kinetica's Graph capabilities with a helpful video series
  </Card>

  <Card title="Generate Isochrones" href="/content/guides/isochrones/index" cta="Geospatial / Graph / Visualization">
    Learn how to create isochrones with Kinetica's Graph
  </Card>

  <Card title="Multiple Supply Demand in Python" href="/content/guides/match_graph_dc_multi_supply_demand/index" cta="Geospatial / Graph / Graph - Match / Python">
    Supply chain optimization example in Python
  </Card>

  <Card title="Map Matching with Python" href="/content/guides/match_graph_seattle_markov/index" cta="Geospatial / Graph / Graph - Match / Python">
    An end-to-end example of map matching in the Python API
  </Card>

  <Card title="Quick Start Guide" href="/content/guides/quickstart-guide/index" cta="Quick Start / Geospatial / Ingest / SQL / SQL-GPT / Visualization">
    Get started with Kinetica Workbench
  </Card>

  <Card title="Shortest Path with Turn Penalties & Restrictions" href="/content/guides/solve_graph_dc_shortest_path_turn/index" cta="Geospatial / Graph / Graph - Solve / Python">
    Modeling turn penalties and restrictions for graph solving
  </Card>

  <Card title="Page Rank in Python" href="/content/guides/solve_graph_nyctaxi_page_rank" cta="Geospatial / Graph / Graph - Solve / Python">
    A Page Rank example using the NYC Taxi dataset
  </Card>

  <Card title="Backhaul Routing in Python" href="/content/guides/solve_graph_seattle_backhaul/index" cta="Geospatial / Graph / Graph - Solve / Python">
    A backhaul routing graph solver example in Python
  </Card>

  <Card title="Multiple Routing on Seattle Road Network" href="/content/guides/solve_graph_seattle_multi_route/index" cta="Geospatial / Graph / Graph - Solve / Python">
    Solve graph with multiple destinations using a road network
  </Card>

  <Card title="Shortest Path with Python" href="/content/guides/solve_graph_seattle_shortest_path/index" cta="Geospatial / Graph / Graph - Solve / Python">
    A Shortest Path graph solver example with the Python API
  </Card>

  <Card title="Using WKT Data and Geospatial Functions" href="/content/guides/wkt_data_geo_functions/index" cta="Geospatial / SQL / Ingest">
    Learn how to ingest and use WKT geometry with geospatial functions
  </Card>
</CardGroup>
