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

Correctly remove geokeys from metadata #387

Closed ThomasAribart closed 11 months ago

ThomasAribart commented 11 months ago

Fix bug in geotiffwriter.js: Correctly remove geokeys from metadata

constantinius commented 11 months ago

@DanielJDufour any idea about this?

DanielJDufour commented 11 months ago

Sorry, I missed this one. I think I'd prefer a new test before merging just to play it safe.

constantinius commented 11 months ago

Seems like its passing. Shall we merge it right away, or do you want to take a deeper look @DanielJDufour?

DanielJDufour commented 11 months ago

Approved! Sorry for the delay. Took me some time to understand the issue. I appreciate your patience :-)