Download the outlines of buildings inside a bounding box from a dataset derived from satellite imagery.
-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.