Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/provokateurin/nrw-alkis-osm-diff
https://github.com/provokateurin/nrw-alkis-osm-diff
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/provokateurin/nrw-alkis-osm-diff
- Owner: provokateurin
- License: lgpl-3.0
- Created: 2023-07-08T23:42:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-08T23:43:34.000Z (over 1 year ago)
- Last Synced: 2024-10-19T11:09:24.950Z (2 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NRW-ALKIS-OSM-diff
Experiment to diff buildings between OSM and ALKIS.
This is loosely based on https://github.com/flohoff/kreis-gt-alkis-nas-osm-diff.
## Steps
```bash
# Run the database. Keep it running in the background
./db.sh# Download the data from OSM and load it into the database
./import-osm.sh# Download the data from ALKIS and load it into the database
./import-alkis.sh# Generate the diffs for a bounding box. The format is `xmin, ymin, xmax, ymax, srid`. For example: 6.3, 50.3, 6.5, 50.4, 4326
./diff.sh {{bbox}}
```## Results
The easiest way is to use QGIS to connect to the PostGIS database.
Alternatively you can run `./export-diff.sh` to export the diffs to GeoJSON.