geotiffjs / geotiff.js

geotiff.js is a small library to parse TIFF files for visualization or analysis. It is written in pure JavaScript, and is usable in both the browser and node.js applications.
https://geotiffjs.github.io/
MIT License
861 stars 181 forks source link

issue-264: fixed getGDALMetadata #275

Closed DanielJDufour closed 2 years ago

DanielJDufour commented 2 years ago

fixes #264

constantinius commented 2 years ago

Thanks, very nice!