Merge pull request #66 from alexey-zakharenkov/mapsme-public-url-for-validation

Update validation URL in README
This commit is contained in:
Victor Popov 2019-04-25 13:25:56 +03:00 committed by GitHub
commit ed62fc71d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,9 @@ of metro maps.
## How To Validate
* Download or update a planet file in o5m format (using `osmconvert` and `osmupdate`).
* Use `filter_all_subways.sh` to extract a portion of data for all subways.
* Run `mapsme_subways.py -x filtered_data.osm` to build metro structures and receive a validation log.
* Use `osmfilter` to extract a portion of data for all subways.
* Run `process_subways.py` with appropriate set of command line arguments
to build metro structures and receive a validation log.
* Run `validation_to_html.py` on that log to create readable HTML tables.
## Validation Script
@ -37,7 +38,7 @@ This can be simplified by using the `build_city.sh` script, which fetches the bb
scripts/build_city.sh london.o5m London
If you are okay with rare updates, use [this website](http://osmz.ru/subways/).
Daily updates of validation results are available at [this website](http://osm-subway.maps.me).
## Adding Stop Areas To OSM