[gdal-dev] GDAL overrite file error

2015-02-06 Thread Carlos Piury
Hi, I am trying to create a vector format (i.e. ESRI Shapefile) from laser file (.las), and it works fine, but when I try to overwrite the file I get the following error: ERROR 1: Layer 'output' already exists terminate called after throwing an instance of 'std::runtime_error' what(): output

[gdal-dev] Where is GDAL 2.0?

2015-02-05 Thread Carlos Piury
Hi, I am trying to follow the tutorials posted in http://www.gdal.org/ogr_apitut.html , but it's made for GDAL 2.0 and I have the latest stable release GDAL 1.11.1. I can rewrite the code to GDAL 1.11.1 but the API for this version shows some functions like deprecated. So... Where can I get GDAL