Real world map to game terrain (osm2terrn2 Project)

Great project !

I have just tried it and I had some issues I want to share:
- Downloading a city fails if the OpenTopography API key is not set in the OPENTOPO_ELEVATION_API_KEY environment variable.
- Export fails for me because the "output" directory doesn't exists. I was confused by the fact that main.py is not in the root directory but in "src" directory. So i changed to src directory and launch "python main.py". And it fails. It seems that the right thing to do is staying in the root directory and launch "python src/main.py".

I finally managed to get a map but it seems broken (see attached screenshot)
Anyway it's a great start.

I have made a similar project a while ago. If it can help in any way, here it is:

And some videos of maps created with it:


That looks like an awesome map, not perfect but it works
 
Back
Top