Skip to content

Commit f14f429

Browse files
committed
improved s57 import
1 parent 170b4b4 commit f14f429

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

makefile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ tides:
5050
wget https://data.bsh.de/OpenData/Main/Gezeitenstrom_Kueste/Gezeitenstrom_Kueste.zip -O data/$@/Kueste.zip
5151

5252

53+
bsh.osm: empty.osm
54+
for L in buoys beacons facil lights; do ./update.py bsh-$$L data/bsh/AidsAndServices.json $< bsh-$$L.osm -a; done
55+
for L in rocks wrecks obstructions; do ./update.py bsh-$$L data/bsh/RocksWrecksObstructions.json $< bsh-$$L.osm -a; done
56+
for L in seabed; do ./update.py bsh-$$L data/bsh/Hydrography.json $< bsh-$$L.osm -a; done
57+
for L in beacons facil lights; do ./lightsectors.py bsh-$$L.osm bsh-$$L-sectors.osm -j; done
58+
59+
5360

5461

5562

@@ -102,4 +109,6 @@ data/omc:
102109
unzip $@.zip -d $@
103110

104111
omc: data/omc
105-
cd $< && ./OsmAndMapCreator.sh
112+
$</OsmAndMapCreator.sh
113+
mv -v data/omc/*obf data/obf/
114+

0 commit comments

Comments
 (0)