Ah, easy 😊
From: Even Rouault
Sent: Monday, July 22, 2024 8:30 PM
To: Joaquim Manuel Freire Luís ; gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Extracting data from a parquet file
Le 22/07/2024 à 21:10, Joaquim Manuel Freire Luís a écrit :
Even,
Thanks for the explanation. But how did
; gdal-dev@lists.osgeo.org
*Subject:* Re: [gdal-dev] Extracting data from a parquet file
Joaquim,
The GeoPackage format only supports one geometry field per layer. and
the QGIS OGR provider doesn't know currently how to handle several
geometry fields per layer too
To do what you want, you ne
Sent: Monday, July 22, 2024 2:29 PM
To: Joaquim Manuel Freire Luís ; gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Extracting data from a parquet file
Joaquim,
The GeoPackage format only supports one geometry field per layer. and the QGIS
OGR provider doesn't know currently how to h
Joaquim,
The GeoPackage format only supports one geometry field per layer. and
the QGIS OGR provider doesn't know currently how to handle several
geometry fields per layer too
To do what you want, you need to explictly select the desired geometry
field name with:
ogr2ogr out.gpkg world-adm
Hi,
I finally managed to build a working GDAL with the arrow/parquet driver and I'm
now trying to convert this file
(https://public.opendatasoft.com/api/explore/v2.1/catalog/datasets/world-administrative-boundaries/exports/parquet?lang=en&timezone=Europe%2FLondon)
but can only extract the "Point"