We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm testing gpq on the official administrative boundaries of Italy. The source file is this zip file: https://www.istat.it/storage/cartografia/confini_amministrativi/non_generalizzati/2023/Limiti01012023.zip
It has a folder structure, with shapefiles in it. I am doing the tests on the Limiti01012023/Com01012023/Com01012023_WGS84.shp file:
Limiti01012023/Com01012023/Com01012023_WGS84.shp
They are almost equal in size. Some notes:
I know, I can't compare these outputs, however, it seems to me very limited compression in gpq output. Is it normal? Am I doing something wrong?
Below the way I have tested all.
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 gpq convert --compression="uncompressed" --max 1000 --from="geojson" comuni.geojson comuni_uncompressed.parquet ogr2ogr -t_srs EPSG:4326 Com01012023_WGS84.shp.zip Limiti01012023/Com01012023/Com01012023_WGS84.shp
The text was updated successfully, but these errors were encountered:
I have tested the parquet gzip compression using gdal, and I have a 49 MB output
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm testing gpq on the official administrative boundaries of Italy. The source file is this zip file:
https://www.istat.it/storage/cartografia/confini_amministrativi/non_generalizzati/2023/Limiti01012023.zip
It has a folder structure, with shapefiles in it. I am doing the tests on the
Limiti01012023/Com01012023/Com01012023_WGS84.shp
file:They are almost equal in size. Some notes:
I know, I can't compare these outputs, however, it seems to me very limited compression in gpq output. Is it normal?
Am I doing something wrong?
Below the way I have tested all.
Thank you
The text was updated successfully, but these errors were encountered: