Skip to main content
Version: 1.1.3

Parking lots

The Parking lot type (ParkingLotDatasetDTO) represents a surface parking lot identified from HD satellite imagery. Unlike parking areas (individual points along streets), parking lots are polygons that enclose the full ground footprint of a parking lot.

Description

Each parking lot is a geographic surface corresponding to a surface parking lot identified from an aerial view. The data includes:

  • The polygonal outline of the ground footprint
  • The lot type (public, commercial, residential, industrial)
  • An estimate of the number of spots
  • The surface type (asphalt, gravel, grass)
Satellite layer only

This data type is available only in the HD satellite variant. Surface parking lots cannot be identified from on-the-ground imagery (street-level view).

Properties

Identification

PropertyTypeDescriptionExample
idstringUnique identifierpl_b7e9d2f1a8c34e56
layer_typestringDocument typeparking_lot
h3_indexstringParent H3 cell893b0c6a9a7ffff

Location

PropertyTypeDescriptionExample
polygonGeoShapePolygonal outline of the parking lot (WGS84)GeoJSON Polygon
centroidGeoPointCenter of the polygon{ lat: -21.12, lon: 55.48 }

Characteristics

PropertyTypeDescription
lot_typestringLot type
estimated_spotsintegerEstimate of the number of spots
occupancy_percentnumberEstimated occupancy rate (0-100)
surface_typestringSurface type

lot_type values

ValueDescription
publicPublic parking lot
commercialRetail or shopping-center parking lot
residentialResidential parking lot
industrialIndustrial or business-park parking lot
mixedMixed use

surface_type values

ValueDescription
pavedAsphalt or concrete
gravelGravel
grassGrass
mixedMixed surface

Traceability

PropertyTypeDescription
captured_atdatetimeDate of the satellite imagery

Quality

PropertyTypeDescription
fit_scorenumberConfidence score (0-1)

Use cases

Off-street parking inventory

Identify and inventory every surface parking lot across your territory:

  • Total area dedicated to parking
  • Breakdown by type (public, commercial, residential)
  • Estimated capacity by sector

Soil-sealing analysis

Cross-reference parking data with the Land Cover analysis to:

  • Quantify the area sealed by parking
  • Identify parking lots on unpaved ground
  • Feed your ZAN (Net Zero Land Take) plans

Field pre-survey

Locate surface parking lots before planning a field operation.

GeoJSON example

{
"type": "Feature",
"properties": {
"id": "pl_b7e9d2f1a8c34e56",
"layer_type": "parking_lot",
"h3_index": "893b0c6a9a7ffff",
"lot_type": "commercial",
"estimated_spots": 45,
"occupancy_percent": 72,
"surface_type": "paved",
"fit_score": 0.82,
"captured_at": "2025-02-15T10:30:00Z"
},
"geometry": {
"type": "Polygon",
"coordinates": [[[55.28, -20.93], [55.281, -20.93], [55.281, -20.931], [55.28, -20.931], [55.28, -20.93]]]
}
}

Relationship with other types

TypeRelationship
Parking areasParkingAreas (points) represent linear on-street parking along roads, while ParkingLots (polygons) represent parking surfaces
H3 cellsEach parking lot belongs to an H3 cell
Street furnitureStreet furniture can be located in or around parking lots