Re: [gdal-dev] How to exclude a layer from a translation using ogr2ogr

2024-05-15 Thread Rahkonen Jukka via gdal-dev
Hi, See this recent thread https://lists.osgeo.org/pipermail/gdal-dev/2024-May/058993.html. I think that authoring a vector VRT file is also the answer to your question. -Jukka Rahkonen- Lähettäjä: gdal-dev Puolesta Abel Pau via gdal-dev Lähetetty: torstai 16. toukokuuta 2024 8.56 Vastaanott

[gdal-dev] How to exclude a layer from a translation using ogr2ogr

2024-05-15 Thread Abel Pau via gdal-dev
Hi, I want to convert a Geopackage into MiraMonVector format. I use this command line: ogr2ogr "D:\mapes\2024\044 XP Topografia territorial\topografia-territorial-v1r0-3d-2022_menys_90_modelatge_terreny" "D:\mapes\2024\044 XP Topografia territorial\topografia-territorial-v1r0-3d-2022.gpkg" -f Mi

[gdal-dev] Java bindings to GDAL using Foreign Function Interface

2024-05-15 Thread Tom Moore via gdal-dev
Hello list Has anyone considered using the recently available Java foreign function interface to build Java bindings for GDAL? I am interested in trying out a Java/GDAL project and would choose to use the FFI over JNI since this seems like a better supported option for the future. I would like t

Re: [gdal-dev] GPKG to PG single transaction, different schemas

2024-05-15 Thread Matteo Ghetta via gdal-dev
Hi Even, thanks for the reply! I downloaded the https://github.com/OSGeo/gdal/blob/master/swig/python/gdal-utils/osgeo_utils/samples/ogr2vrt.py file and used like: python3 ogr2vrt.py export_db.gpkg export_db.vrt first_layer second_layer but I get the following error: Traceback (most recent