Closed jbouffard closed 5 years ago
This PR adds various fixes/improvements to geotrellis-gdal. These changes are the following:
srcNoData
dstNoData
List[String]
GDALWarpOptions
GDALReader
CellType
This PR adds various fixes/improvements to geotrellis-gdal. These changes are the following:
srcNoData
anddstNoData
are nowList[String]
GDALWarpOptions
GDALReader
will no longer throw when trying to read data as aCellType
that doesn't have a NoData value.