Replies: 2 comments 9 replies
-
It does seem like Parquet is not included in the default build config. In the Docker image it's there
but with local homebrew it's not.
It looks like the homebrew build script for GDAL would need to be updated. |
Beta Was this translation helpful? Give feedback.
7 replies
-
Since the Parquet driver is opt-in (requiring additional dependencies), that basically means that any distribution of GDAL (brew, conda, apt, vcpkg, ..) will need to be updated explicitly to include Parquet support. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to get going with GDAL 3.5.0, but I can't seem to get the GeoParquet driver showing up.
I managed to get GDAL installed with homebrew, and it shows up as version 3.5.0.
But I do:
Doesn't seem to be listed. I see that there's a 'build dependency' of 'Parquet component of the Apache Arrow C++ library'. So I tried a
brew install apache-arrow
to see if that might help and it didn't. Tried to reinstall gdal with apache-arrow there, but that didn't help.So not sure what to try next. I was expecting to have it automatically there with
brew install
, but is there some extra step I need to do?Beta Was this translation helpful? Give feedback.
All reactions