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
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
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
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