[gdal-dev] Issue Importing GML Files - HTTP 403

2025-02-09 Thread andy via gdal-dev
Hi, I'm running the following loop to import GML files: for file in *_ple.gml; do ogr2ogr --debug on -append -update -f gpkg CadastralParcel.gpkg "${file}" CadastralParcel; done This is one of these files: https://github.com/user-attachments/files/18725994/A094_AYAS_ple.gml.gz GDAL gives me th

Re: [gdal-dev] Issue Importing GML Files - HTTP 403

2025-02-09 Thread andy via gdal-dev
Thank you very much Even > -- ___ Andrea Borruso website: https://medium.com/tantotanto 38° 7' 48" N, 13° 21' 9" E, EPSG:4326 ___ "cercare e saper riconoscere chi e cosa, in mezzo all’inferno, non è inferno, e farlo durare, e dargli spazio" Italo Calvino _

Re: [gdal-dev] Issue Importing GML Files - HTTP 403

2025-02-09 Thread Even Rouault via gdal-dev
Andrea, it would be best if the driver could access the schema, but this is not a fatal error. It will try to guess it from the XML content it. Even Le 09/02/2025 à 20:58, andy via gdal-dev a écrit : Hi, I'm running the following loop to import GML files: for file in *_ple.gml; do   ogr2ogr