Quantcast
Channel: Question and Answer » gdal
Viewing all articles
Browse latest Browse all 397

GDAL/OGR in C++: Merge multiple vector datasets to single [closed]

$
0
0

I need to merge multiple kml files into a single one.

I found that I could use “ogr2ogr -append” but I have to do it through c++ and my Google-fu hasn’t been successful so far.
So, any ideas?

Also, how to add new fields(and manually values in that field) in a kml file (through C++ again). Probably something to do with OGR_Fld_Create?


Viewing all articles
Browse latest Browse all 397

Trending Articles