Closed PeterPetrik closed 6 years ago
looks like miniconda build of gdal can read netcdf https://github.com/conda-forge/gdal-feedstock/blob/master/recipe/build.sh, so there must be something in the configuration?
@nickrobison I am wondering if you can review this? Also how new bottles can be created, I need bottle with netcdf for MDAL test suite (travis timeouts if it needs to build whole gdal2 on one core) Thanks
When I install gdal2, it is compiled with netcdf option, but the format is not recognized by gdal2
related to: https://github.com/lutraconsulting/MDAL/issues/35
brew install osgeo/osgeo4mac/gdal2 --with-complete --with-libkml
otool -L /usr/local/Cellar/gdal2/2.3.2_1/lib/libgdal.dylib | grep netcd /usr/local/opt/netcdf/lib/libnetcdf.13.dylib (compatibility version 13.0.0, current version 13.0.0)