geoffmcl / shapelib

Fork of clone from the shapelib cvs repositories.
Other
0 stars 0 forks source link

Convert CSV list of 3D vectors to shapefile #1

Open geoffmcl opened 6 years ago

geoffmcl commented 6 years ago

My test-btg app, requires SimGear core lib, can output the BTG terrain/airport tris to a CSV file - head longitude,latitude,altitude,color...

Add in contrib a csv2shp2 app, to read that CSV and create a SHP, shapefile, from it...

geoffmcl commented 6 years ago

This is starting to work, as I see it...

Read the ASCII CSV file, and store column data into a std::vector...

Use vector data only to create the output, with -test appended to the users shapefile, shp, name...

Early tests give me hope...