The toolkit for working
with geospatial data.
Built for geospatial engineers and GIS analysts.
Backed by
Digitize as-built PDFs automatically
Georeferencing and hand tracing PDFs is time consuming and tedious. Our AI can georeference and digitize thousands of PDFs for you, freeing your time for more valuable efforts.
- Automatically georeferences as-builts
- AI to identify and digitize the features you need
- Volume discounts for massive or recurring projects
- Download as a Shapefile or GeoJSON

An API to download from OpenStreetMap
# Download parks in the world as GeoJSON
curl --get 'https://osm.buntinglabs.com/v1/osm/extract' \
--data "tags=leisure%3Dpark" \
--data "api_key=yTs86VJsx" \
-o parks.geojson
####################################### 100.0%
# Near France, download buildings as GeoJSON
curl --get 'https://osm.buntinglabs.com/v1/osm/extract' \
--data "tags=building%3D*" \
--data "api_key=yTs86VJsx" \
--data "bbox=4.3725,43.0046,6.6027,44.4886"
-o buildings.geojson
################# 39.1%
Download subsets of OSM data with an API key and curl
. No libraries, out of memory errors, or learning curve. It's like Overpass Turbo, without the limits.
- Filter by tags, bounding box, and wildcards
- Download as GeoJSON (EPSG:4326)
- Use API from the browser
- Beautiful documentation
"Bunting Labs helps us accelerate our geospatial development and learning. The product is reliable, easy to use and highly customizable."

ZJ Lin