UNPKG

geotiff-no-data

Version:

Get the Numerical No Data Value for a GeoTIFF. Supports Infinity.

10 lines (7 loc) 179 B
# geotiff-no-data Get the Numerical No Data Value for a GeoTIFF. Supports Infinity. ```js import get_geotiff_no_data from "geotiff-no-data"; get_geotiff_no_data(image); -99 ```