npm.io
0.0.1 • Published 5 years ago

is-geotiff

Licence
CC0-1.0
Version
0.0.1
Deps
1
Size
1.6 MB
Vulns
0
Weekly
0

is-geotiff

Super Light and Fast Method for Checking if a TIFF is a GeoTIFF

install

npm install is-geotiff

usage

const fs = require("fs");
const isGeoTIFF = require("is-geotiff");

const buffer = fs.readFileSync("./example.tiff");

const { result } = isGeoTIFF({
    data: buffer,
    debug: false // set debug to true for increased logging
});
// result is true

Keywords