qgis / QGIS-Mac-Packager

Scripts for Official QGIS MacOS Packages
https://www.qgis.org
GNU General Public License v2.0
54 stars 21 forks source link

Reading GeoParquet files in QGIS (MacOS installation) #156

Open nmarchio opened 1 year ago

nmarchio commented 1 year ago

It looks like the MacOS QGIS 3.26.3 currently ships with GDAL 3.3.2 which doesn't support GeoParquet files (Windows QGIS ships with GDAL 3.5.1).

I did some testing and was able to confirm this is the case. GeoParquet files load fine on Windows and in MacOS QGIS throws an invalid data source error.

Would it be possible to update the MacOS QGIS release to use GDAL 3.5.1?

Originally posted by @nmarchio in https://github.com/qgis/QGIS/issues/48517#issuecomment-1276993082

nicogodet commented 1 year ago

Related to https://github.com/qgis/QGIS-Mac-Packager/issues/153

DelazJ commented 1 year ago

Maybe this should be moved to the QGIS-Mac-Packager repo where the fix would be handled? @PeterPetrik , @3nids?

cholmes commented 1 year ago

Any word on this? It would be amazing to have this working.

diego-gris commented 1 year ago

Any updates? I was amazed by how fast parquet files render in QGIS for Windows. Looking forward to being able to use them on MacOS too!

PeterPetrik commented 1 year ago

@m-kuhn and @3nids now maintain the package and it looks like we are waiting for conda https://github.com/qgis/QGIS-Enhancement-Proposals/issues/270

atsuik commented 11 months ago

QGIS on Mac installed from conda-forge can read geoparquet.

This command installs the required packages

$ micromamba install -c conda-forge qgis libgdal-arrow-parquet -n qgis

and run QGIS

$ micromamba run -n qgis qgis