[gdal-dev] Using simple ogr2ogr line commands from C# code or another language

2024-05-23 Thread Oscar Calderon via gdal-dev
Hello, I'm trying to execute these commands from my C# code: ogr2ogr file1.shp file2.shp ogr2ogr -update -append filex.shp filey.shp ogr2ogr -f GPKG -skipfailures -dialect sqlite -nln xxx file_whatever.gpkg file_whatever.shp ogr2ogr -sql "sql query" file1.gpkg file2.gpkg Basically, I'm

[gdal-dev] libgeotiff 1.7.2 is released

2024-05-23 Thread Even Rouault via gdal-dev
Hi, Source packages can be found at: https://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.7.2.tar.gz https://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.7.2.zip News is: * GTIFGetDatumInfoEx(): handle dynamic datums * CMake: adopt GNUInstallDirs * CMake: export TIFF as a public