diff --git a/README.md b/README.md index cc93cff..49ff3a7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,19 @@ Based on https://github.com/Nate-Wessel/hamilton-import -For project status see https://wiki.openstreetmap.org/wiki/Sonoma_County_Building_and_Address_Import +## Project Status + +For current project status see https://wiki.openstreetmap.org/wiki/Sonoma_County_Building_and_Address_Import + +### Screenshots + +![Legend](/img/legend.png "Legend") +![Sonoma County Overview](/img/sonoma_county.png "Sonoma County Overview") +![Santa Rosa](/img/santa_rosa.png "Santa Rosa") +![Sonoma City](/img/sonoma.png "Sonoma City") +![Petaluma](/img/petaluma.png "Petaluma") + +## Obtaining Data `original_data` from: - https://gis-sonomacounty.hub.arcgis.com/datasets/2202c1cd6708441f987ca5552f2d9659 @@ -59,4 +71,4 @@ psql -d openstreetmap -U openstreetmap -W -h localhost -p 54321 -f osmquery-pgdu #unused osm2pgsql -d gis -c --prefix son --slim --extra-attributes --hstore --latlong sonoma-orig-buildings-20201219.osm -U postgres -W` osm2pgsql -d openstreetmap -c --prefix son --slim --extra-attributes --hstore --latlong norcal-latest-20200103.osm.pbf -U openstreetmap -W -H localhost -P 54321 -``` \ No newline at end of file +``` diff --git a/img/legend.png b/img/legend.png new file mode 100644 index 0000000..e48e41c Binary files /dev/null and b/img/legend.png differ diff --git a/img/petaluma.png b/img/petaluma.png new file mode 100644 index 0000000..c52ddbc Binary files /dev/null and b/img/petaluma.png differ diff --git a/img/santa_rosa.png b/img/santa_rosa.png new file mode 100644 index 0000000..b49e5d5 Binary files /dev/null and b/img/santa_rosa.png differ diff --git a/img/sonoma.png b/img/sonoma.png new file mode 100644 index 0000000..baaf0a0 Binary files /dev/null and b/img/sonoma.png differ diff --git a/img/sonoma_county.png b/img/sonoma_county.png new file mode 100644 index 0000000..7b9fc15 Binary files /dev/null and b/img/sonoma_county.png differ