Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpq: not able to view the geoparquet output in QGIS 3.28 #144

Open
aborruso opened this issue Feb 7, 2024 · 1 comment
Open

gpq: not able to view the geoparquet output in QGIS 3.28 #144

aborruso opened this issue Feb 7, 2024 · 1 comment

Comments

@aborruso
Copy link

aborruso commented Feb 7, 2024

Hi,
I'm using 3.28.14-Firenze for Win.
If I drag 6 drop a gpq geoparquet output file, the file is not rendered in QGIS and I only have a white background.
And also the table view contains no record.

The source file is contained in this zip file, that contains some shapefiles:
https://www.istat.it/storage/cartografia/confini_amministrativi/non_generalizzati/2023/Limiti01012023.zip

I create the gepparquet in the way I have detailed below.

Am I doing something wrong?

Thank you

wget -O file.zip "https://www.istat.it/storage/cartografia/confini_amministrativi/non_generalizzati/2023/Limiti01012023.zip"

unzip -o file.zip -d .

ogr2ogr -f GeoJSON -t_srs EPSG:4326 comuni.geojson Limiti01012023/Com01012023/Com01012023_WGS84.shp -lco "RFC7946=YES"

gpq convert --compression="gzip" --max 1000 --from="geojson" comuni.geojson comuni_compressed.parquet
@aborruso
Copy link
Author

aborruso commented Feb 7, 2024

Starting from the same input, and using gdal and parquet output, I have no problem and QGIS render it properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant