mirror of
https://github.com/zyphlar/sonoma-import.git
synced 2024-03-08 15:07:48 +00:00
update readme
This commit is contained in:
parent
f164537d33
commit
ef4bfeed3e
|
@ -59,11 +59,10 @@ Debian (shp2pgsql is included in postgis)
|
||||||
|
|
||||||
- The postgresql server started/running/configured and database `openstreetmap` created, generally at localhost port 5432.
|
- The postgresql server started/running/configured and database `openstreetmap` created, generally at localhost port 5432.
|
||||||
|
|
||||||
- For export: sudo apt-get install -y gdal-bin python-lxml
|
- For export: sudo apt-get install -y gdal-bin python-lxml python3-gdal
|
||||||
- ogr2osm https://github.com/pnorman/ogr2osm
|
- ogr2osm https://github.com/pnorman/ogr2osm
|
||||||
- `cd ~`
|
- `cd ~`
|
||||||
- `git clone --recursive https://github.com/pnorman/ogr2osm`
|
- `git clone --recursive https://github.com/pnorman/ogr2osm`
|
||||||
- Maybe also/instead: python3-gdal
|
|
||||||
- Do NOT install the osgeo package from pip, it's empty and will cause ogr import errors.
|
- Do NOT install the osgeo package from pip, it's empty and will cause ogr import errors.
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
@ -118,6 +117,12 @@ Please ensure you are logged in under a dedicated import account with a user nam
|
||||||
|
|
||||||
|
|
||||||
### Internal Notes
|
### Internal Notes
|
||||||
|
|
||||||
|
- TODO:
|
||||||
|
- TAZ CIDs aren't working, each CID is a full 200mb export
|
||||||
|
- Address conflation isn't working, no buildings have numbers
|
||||||
|
- Consider simplifying geometry, ~50 buildings are drawn twice
|
||||||
|
|
||||||
- http://download.geofabrik.de/north-america/us/california/norcal-latest.osm.pbf
|
- http://download.geofabrik.de/north-america/us/california/norcal-latest.osm.pbf
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user