mirror of
https://github.com/zyphlar/sonoma-import.git
synced 2024-03-08 15:07:48 +00:00
Initial Commit
This commit is contained in:
commit
8928d37c0f
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# SHP stuff
|
||||||
|
*.cpg
|
||||||
|
*.dbf
|
||||||
|
*.prj
|
||||||
|
*.shp
|
||||||
|
*.shx
|
||||||
|
*.xml
|
||||||
|
|
||||||
|
# VIM stuff
|
||||||
|
*.swp
|
26
README.md
Normal file
26
README.md
Normal 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
|
BIN
original_data/Parcels__Public_.zip
Normal file
BIN
original_data/Parcels__Public_.zip
Normal file
Binary file not shown.
BIN
original_data/Sonoma_County_Building_Outlines.zip
Normal file
BIN
original_data/Sonoma_County_Building_Outlines.zip
Normal file
Binary file not shown.
599299
original_data/sonoma-orig-buildings-20201219.osm
Normal file
599299
original_data/sonoma-orig-buildings-20201219.osm
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user