GeoTIFF Debugger
Enter a URL to a GeoTIFF
Load
const tif = await GeoTIFF.fromUrl(url);
const im = await tif.getImage();
const fd = await im.fileDirectory;