@engaric has mentioned that he is working on a new reader, nice work! See repo and mailing list entry and this entry
Some notes from him:
(My) current instructions
#0.
git clone https://github.com/engaric/graphhopper
#1. changed the config.properties to use OSurvey:
reader.implementation=OSITN
#2. get graphhopper.sh from official gh master and overwrite current (somehow not in-sync?)
#3.
wget https://www.ordnancesurvey.co.uk/docs/sample-data/os-mastermap-itn-layer-sample-data.zip#sample-data-download
#4.
unzip os-mastermap-itn-layer-sample-data.zip && mv Initial/58096-SX9192-2c1.gz sample.osm.gz
#5.
./graphhopper.sh import sample.osm.gz
@engaric has mentioned that he is working on a new reader, nice work! See repo and mailing list entry and this entry
Some notes from him:
which makes the import procedure also more future proof. See OSMReaderTest where we do similar stuff for OSM and just use artificial OSM XML
(My) current instructions