1
0
Fork 0
fgmeta/ws30
Fahim Imaduddin Dalvi f46f25dbaf Updated Dockerfile for more efficient builds.
We now use multi-stage builds so that the build-time dependencies and
code are not included in the final image. Also updated the README with
information about Docker hub, and added a LICENSE file.
2021-11-17 21:39:38 +03:00
..
ws30-vbp-generator-docker Updated Dockerfile for more efficient builds. 2021-11-17 21:39:38 +03:00
gencoastline.py WS30 - Scenery features from OSM 2021-05-03 15:59:30 +01:00
genroads.py WS30 - Scenery features from OSM 2021-05-03 15:59:30 +01:00
genwater.py WS30 - Scenery features from OSM 2021-05-03 15:59:30 +01:00
README.TXT WS30 - Scenery features from OSM 2021-05-03 15:59:30 +01:00

A set of trivial python scripts to generate World Scener 3.0 (ws30) scenery
features from openstreetmap data, using the overpass API to retrieve data at
runtime.

These scripts are very simplistic and don't attempt to be particularly efficient
in their use of the API.  The should be improved before use on the entire world, 
as they will (and do) result in being blocked from the overpass API if used on 
and unreasonably large area.