-
Notifications
You must be signed in to change notification settings - Fork 14
Description
We build GDAL (https://github.com/JuliaPackaging/Yggdrasil/tree/master/G/GDAL) only with the most basic drivers/support for now. This includes:
- GEOS
- curl (Compile with libcurl support GDALBuilder#2)
- sqlite3 (Compile with sqlite driver GDALBuilder#5)
- PROJ 6
Which drivers should we also include? See the raster and vector format lists on the GDAL website.
- JP2OpenJPEG (jp2 driver missing? #64)
- libwebp
- libzstd (as a compression option for selected drivers)
- libexpat (enables many XML-based formats)
- libpq (PostgreSQL / PostGIS) [GDAL] add PostgreSQL support JuliaPackaging/Yggdrasil#5703
Note that it is not the goal to provide everyone with a GDAL build with all drivers. Many drivers see only little use and would increase both the build size and complexity of maintaining the build too much. Therefore it would be good to try to find a rather minimal build that includes enough drivers for most use cases.
If you do need an esoteric format that will not be included in the default build, this does not mean you cannot use this wrapper. If you provide your own build, you can simply point to that instead, see #64 (comment).