← Home
CLI · Geospatial

SiteScan

Turns a parcel polygon into a review-ready KMZ for Google Earth and a DXF for AutoCAD.

SiteScan screenshot
Stack
Python, Typer, FastAPI, shapely, pyproj, ezdxf, simplekml

What It Does

The idea here was to evaluate suitability of a parcel of land specified by the user for building data centers. In 24-48 hours I was able to wire up over 20 sources of data over different APIs identifying building constraints and mapping them into KMZ or directly to AutoCAD files.

How it works

You give SiteScan a polygon (typically a parcel boundary drawn in Google Earth or exported from a county GIS) and it runs a configurable set of data sources against it: assessor parcels, hydrology, utility corridors, zoning, transmission, and so on. The output is a single KMZ for review in Google Earth or a DXF for AutoCAD, or both. The DXF also comes with high-resolution NAIP aerial photography of the parcel.

Built with