Get the EPSG Code for a GeoTIFF.
npm install geotiff-epsg-codebash
npm install geotiff-epsg-code
`usage
`js
import { fromUrl } from "geotiff";
import get_epsg_code from "geotiff-epsg-code";const tif = await fromUrl("https://example.org/satellite_imagery.tif");
await get_epsg_code(tif);
32617
``