Daniel J. Dufour
Daniel J. Dufour
FYI: I've made some progress with adding n-bit-support. I've completed writing code that passes tests for stripped big-endian TIFFs with between 1 and 32 bits (and currently supported compressions). I...
PR for adding support for unsigned integers of 1-32 bits is ready for review: https://github.com/geotiffjs/geotiff.js/pull/78 However, it doesn't include support for CCITTRLE (Fax Group 4) Compression, which I'll work on...
@youyouliangshao , thanks for your interest. Unfortunately, this problem hasn't been solved yet. I still have work to do on https://github.com/geotiffjs/geotiff.js/pull/78. Unfortunately, I'm busy at the moment and don't expect...
I agree with @constantinius . Happy to help resolve this issue with you if you share a sample of your configuration and versions :-)
What are you using to bundle your Angular Application? If you are using webpack, could you provide the webpack configuration for your Angular application? Thanks!
**Option 1** I'd definitely recommend checking out cog-explorer, which puts a cloud optimized geotiff on an OpenLayers Map: https://github.com/geotiffjs/cog-explorer Here's some other somewhat inferior workarounds: **Option 2** Load the library...
Although geotiff.js supports n-bit decompression, the main issue (I believe) is that 1/0 data is often encoded using [CCITT Group 4 Compression](https://en.wikipedia.org/wiki/Group_4_compression) and geotiff.js doesn't support this. I haven't even...
Is this still a problem? We should investigate.
Probably want to look at georaster and maybe returning georaster with clipped values github.com/GeoTIFF/georaster
Closing due to inactivity