Closed ftomassetti closed 9 years ago
Mine... i like file formats. (Like with my WildMIDI project)
Good :D
Ohhhhhh... http://www.gdal.org/formats_list.html via https://pypi.python.org/pypi/GDAL/ supports more file formats than you can shake a stick at.
ball - match - game - victory!
How do we want to go about this?
I'm thinking that want want to take what is in the *.world file and export the data in there to gdal (for TER).
This means that you would first generate your world, then run: worldgen --export ter your.world and the default behaviour would to just take the heightmap and convert it your.ter
We can also provide a mechnism to specify which dataset in *.world, so not just the heightmap.
What do you think?
yes, it works for me. By default we should keep using our format and export to other as a separate action
Agreed! :)
Virtualenv and setuptools friendly version of standard GDAL python bindings https://pypi.python.org/pypi/pygdal
I think this one is done right @psi29a ?
yes and no, the ter support in gdal is currently broken. however, in Terragen you can import heightmap from any number of formats already supported by gdal. How do you feel about closing this?
Let's close it: we already support a lot of stuff :)
http://www.planetside.co.uk/terragen/dev/tgterrain.html <-- file format params
We should allow for import and export.