Re: [gdal-dev] Extracting data from a parquet file

2024-07-22 Thread Joaquim Manuel Freire Luís via gdal-dev
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

Re: [gdal-dev] Extracting data from a parquet file

2024-07-22 Thread Even Rouault via gdal-dev
; 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

Re: [gdal-dev] Extracting data from a parquet file

2024-07-22 Thread Joaquim Manuel Freire Luís via gdal-dev
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

Re: [gdal-dev] Extracting data from a parquet file

2024-07-22 Thread Even Rouault via gdal-dev
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

[gdal-dev] Extracting data from a parquet file

2024-07-19 Thread Joaquim Manuel Freire Luís via gdal-dev
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"