mbforbes / mapgen

Procedural map generation with GANs.
https://maxwellforbes.com/posts/procedural-map-generation-with-gans
13 stars 0 forks source link

Load into Python #2

Closed mbforbes closed 6 years ago

mbforbes commented 6 years ago

Read in data from an OSM map file, filter to relevant items I care about (e.g. just labeled shapes), and parse into high-level objects I can iterate over

mbforbes commented 6 years ago

This is actually basically done---I've figured out basically all of the high level structure of nodes / ways / nds / tags, and a good chunk of the features (and what's missing).

Creating a more mature object format will come when it needs to to support whatever data structure I need for (machine) learning and/or when I nail down the (map) feature representation.