This is a quick and dirty demonstration project showcasing the use of building footprints in an application to link various administrative data together. It is not built to production standards. It's just basic HTML, CSS and javascript with some minimal libraries to support mapping. Libraries include:
Read more in our blog post about building footprints.
On the command line:
git clone [email protected]:DataSF/sf-building-explorer.git
cd sf-building-explorer
python -m SimpleHTTPServer 9000
*
In your browser:
- Go to http://localhost:9000
- Building Footprints
- Secured Property Tax Rolls
- Building Permits
- Planning Records
- Fire Inspections
- Building Violations
- Fire Violations
- Building Complaints
- Fire Complaints
- Commercial Energy Performance Audits
- Zoning
- Land Use
- City Facilities
- EAS Addresses with Units
- Recorded parcel geography (current and historic parcels)
This is just a demonstration application, so no heavy development right now, but if you find any issues, please feel free open an issue and describe the problem clearly so we can fix it.
Code copyright 2017 the City and County of San Francisco. Code released under the MIT License.