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

# Facility Management

> How facility management and real estate firms use Wherobots for spatial analytics, building intelligence, and portfolio optimization.

Facility managers and real estate operators need spatial intelligence to maintain properties, optimize energy usage, plan expansions, and assess risk across distributed portfolios. Wherobots provides the tools to process building footprints, satellite imagery, and sensor data at the scale of entire portfolios or metropolitan regions.

## How to use these solutions

Treat these notebooks as data engineering patterns as you evaluate Wherobots for your business or organization:

<CardGroup cols={2}>
  <Card title="Portfolio Data at Scale" icon="bolt" iconType="solid" href="/tutorials/example-notebooks/part-3-accelerating-geospatial-datasets">
    Load facility records and building footprints into managed WherobotsDB tables, spatially cluster them for fast repeat queries, and export results for downstream systems.
  </Card>

  <Card title="Roof & Structure Assessment" icon="solar-panel" iconType="solid" href="/tutorials/example-notebooks/rasterflow-sam3">
    Detect roofs, solar panels, and other structures in sub-meter aerial imagery from a text prompt with RasterFlow's SAM3 geometry inference.
  </Card>

  <Card title="Portfolio Risk Scoring" icon="chart-line" iconType="solid" href="/tutorials/example-notebooks/noaa-swdi">
    Overlay facility locations with flood zones, wildfire perimeters, seismic hazard maps, and climate projection data to generate location-based risk scores.
  </Card>

  <Card title="Nearby Services & Amenities" icon="map-location-dot" iconType="solid" href="/tutorials/example-notebooks/k-nearest-neighbor-join">
    Find the nearest transit stops, suppliers, and service providers for every facility in a single distributed join to inform space, staffing, and expansion decisions.
  </Card>
</CardGroup>

## Key Capabilities

<AccordionGroup>
  <Accordion title="Urban infrastructure detection" icon="city">
    Use RasterFlow's built-in models to detect sidewalks, roads, and urban infrastructure from satellite imagery. Assess walkability and accessibility around your facilities without manual surveys.

    <Card title="Detecting sidewalks with RasterFlow" icon="person-walking" href="/tutorials/example-notebooks/rasterflow-tile2net" horizontal>
      Map sidewalks, crosswalks, and pedestrian paths from imagery.
    </Card>
  </Accordion>

  <Accordion title="Prompt-based structure detection" icon="wand-magic-sparkles">
    Detect building features such as roofs, solar arrays, or parking areas by describing them in a text prompt. RasterFlow returns each detection as a geometry with a confidence score, ready to join against your facility records.

    <Card title="Detecting objects from text prompts" icon="wand-magic-sparkles" href="/tutorials/example-notebooks/rasterflow-sam3" horizontal>
      Describe a feature in words and get georeferenced geometries back.
    </Card>
  </Accordion>

  <Accordion title="Bring your own aerial imagery" icon="satellite-dish">
    Build analysis-ready mosaics from built-in NAIP imagery or your own GeoTIFFs, then run inference over them at portfolio scale.

    <Columns cols={2}>
      <Card title="Building NAIP mosaics" icon="satellite" href="/tutorials/example-notebooks/rasterflow-naip-mosaic" horizontal>
        Assemble sub-meter aerial imagery across your portfolio.
      </Card>

      <Card title="Bring your own rasters" icon="image" href="/tutorials/example-notebooks/rasterflow-bring-your-own-rasters-naip" horizontal>
        Mosaic your own GeoTIFFs into analysis-ready imagery.
      </Card>
    </Columns>
  </Accordion>

  <Accordion title="Large-scale spatial joins" icon="object-intersect">
    Join facility locations against millions of points of interest, transit stops, or demographic boundaries in seconds with WherobotsDB's optimized spatial join engine.

    <Card title="Spatial joins in Wherobots" icon="object-intersect" href="/tutorials/example-notebooks/part-4-spatial-joins" horizontal>
      Join facility locations against boundary and POI datasets at scale.
    </Card>
  </Accordion>

  <Accordion title="Points of interest enrichment" icon="location-dot">
    Enrich facility records with nearby amenities, competitors, and services using Foursquare Places or Overture Maps datasets available through Wherobots Data Hub.

    <Columns cols={2}>
      <Card title="Foursquare Places" icon="location-dot" href="/tutorials/example-notebooks/foursquare-places" horizontal>
        Work with POI data to profile what surrounds each site.
      </Card>

      <Card title="Using Overture Maps" icon="map" href="/tutorials/example-notebooks/overture-maps" horizontal>
        Pull buildings, places, and transportation from one open catalog.
      </Card>
    </Columns>
  </Accordion>

  <Accordion title="Automated reporting pipelines" icon="gears">
    Schedule recurring spatial analyses with the Wherobots Airflow Provider to produce updated risk scores, compliance reports, or portfolio dashboards on a regular cadence.

    <Card title="Wherobots Airflow provider" icon="wind" href="/develop/airflow-provider" horizontal>
      Run notebooks, SQL, and job runs on a schedule.
    </Card>
  </Accordion>
</AccordionGroup>

## Wherobots Advantage

| Challenge                                | How Wherobots Helps                                                                                                                   |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Thousands of facilities across regions   | Process entire portfolios in parallel with serverless compute                                                                         |
| Mixed data: CAD, GIS, satellite imagery  | Unified vector and raster analytics in a single platform                                                                              |
| Cross-referencing with external datasets | The **Wherobots Data Hub** provides ready access to Overture Maps, weather, and more to use in conjunction with your proprietary data |
| Recurring compliance and reporting needs | Airflow integration automates spatial ETL pipelines                                                                                   |

<Card title="Get started with Wherobots" icon="rocket" href="/get-started/wherobots-cloud/start-notebook" cta="Run your first notebook">
  Try Wherobots with your own geospatial data in minutes.
</Card>
