Initial Commit

This commit is contained in:
Will Bradley 2020-12-19 22:31:53 -08:00
commit 8928d37c0f
5 changed files with 599335 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# SHP stuff
*.cpg
*.dbf
*.prj
*.shp
*.shx
*.xml
# VIM stuff
*.swp

26
README.md Normal file
View File

@ -0,0 +1,26 @@
# Sonoma County Building/Parcel/Address Import
Based on https://github.com/Nate-Wessel/hamilton-import
original_data from:
- https://gis-sonomacounty.hub.arcgis.com/datasets/2202c1cd6708441f987ca5552f2d9659
- https://gis-sonomacounty.hub.arcgis.com/datasets/0f5982c3582d4de0b811e68d7f0bff8f
- https://overpass-turbo.eu/
Overpass query:
```
area[name="Sonoma County"];
way[building](area);
/*added by auto repair*/
(._;>;);
/*end of auto repair*/
out;
```
## Prerequisites
Ubuntu
- sudo apt install postgis
## Running

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff