Download the outlines of buildings inside a bounding box from a dataset derived from satellite imagery.
This API lets users download building outlines as detected by satellite imagery for regions of the US, Canada, Australia, Uganda, Tanzania, and potentially more countries. This dataset was generated as part of the Daylight Map project and is traditionally hard to query because it requires converting between difficult file formats. Downloading building outlines inside a bounding box can be useful in many GIS applications including calculating rooftop area for evaluating solar installations, determining the right dropoff location for logistics, and calculating frontages for development opportunities.Documentation Index
Fetch the complete documentation index at: https://docs.buntinglabs.com/llms.txt
Use this file to discover all available pages before exploring further.
-108.984375,32.026706,-103.051758,37.195331.You can create a bounding box on bboxfinder, or in shapely by
invoking the bounds property on a geometry.Content-Type: application/json. The body will be a valid GeoJSON
FeatureCollection with the building outlines.
In the event of an error, an error response will be issued, usually with a 5xx error code.
The error will be JSON-formatted, with an error field describing the cause.