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
845 stars 175 forks source link

Calculate resolution correctly for rotated rasters #403

Closed loganwilliams closed 6 months ago

loganwilliams commented 8 months ago

This would fix #313. Based on this PR in rasterio: https://github.com/rasterio/rasterio/pull/61/files

ahocevar commented 8 months ago

@loganwilliams In order to get this reviewed quickly, I think you should fix the linter issues noted in the CI details below.

loganwilliams commented 6 months ago

Closed, #413 fixes an error I made.