* GDAL: add netCDF dependency
Note that given the way GDAL will use it
(see https://trac.osgeo.org/gdal/changeset/38914 ), we won't fuzz netCDF files
themselves and test libnetcdf itself. Instead, for the purpose of oss-fuzz,
GDAL will use as input a text file (syntax of the ncdump/ncgen utilitis)
and will convert it to a (valid) netCDF file on-the-fly. This way we test how
the GDAL netCDF driver reacts, instead of potential bug in libnetcdf itself.
* GDAL: compile libnetcdf against libhdf5_serial to enable netcdf-4 support
Extract from http://gdal.org/ :
GDAL is a translator library for raster and vector geospatial data
formats that is released under an X/MIT style Open Source license by
the Open Source Geospatial Foundation. As a library, it presents a
single raster abstract data model and single vector abstract data model
to the calling application for all supported formats. It also comes
with a variety of useful command line utilities for data translation
and processing
GDAL upstream ticket:
https://trac.osgeo.org/gdal/ticket/6883