retroplasma / earth-reverse-engineering

Reversing Google's 3D satellite mode
2.24k stars 214 forks source link

Request: Support for LAS File Format Output #37

Open ecopirate opened 5 years ago

ecopirate commented 5 years ago

Greetings,

Given that the data is geospatial in nature and 3d object files are not designed to handle or retain important geopatial information such as the projection an option to output at least some of the data to a more appropriate Geospatial format would be awesome,

I suggest XYZ vertex position data could be better held in LAS file. https://en.m.wikipedia.org/wiki/LAS_file_format

Could somebody please write a dump_las.js script? An even simpler dump_XYZ_csv.js script would also be great.

Thanks!

Ian