Le 09/05/2024 à 16:09, Brian M Hamlin via osgeolive a écrit :

there has been some discussion online recently regarding Debian and the Parquet data format

  Are Parquet data drivers available in ordinary Debian repos ?

You can install them through APT by enabling an Apache repository: https://arrow.apache.org/install/ . But I haven't found that they provide pyarrow, just the C++ libs.  The later are sufficient to build the OGR Parquet driver (this is what I use to build the Ubuntu-based GDAL Docker images: cf https://github.com/OSGeo/gdal/blob/master/docker/ubuntu-full/Dockerfile#L235

For Pandas, I guess doing "pip install pyarrow" might be sufficient

--
http://www.spatialys.com
My software is free, but my time generally not.
_______________________________________________
osgeolive mailing list
osgeolive@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/osgeolive

Reply via email to