Dominik Bucher
Dominik Bucher
Turns out in my case it was a wrongly exported ldraw parts library that was missing the colors file (or rather the `LDConfig.ldr` file). So if it helps anyone, make...
Would be interested in hearing suggestions on how to implement something like that as well! I do have a feeling that the crashes are related to using the same JS...
Hi Laurent! It's been a while since I originally started the library, and as a word of caution, I only needed it to read elevation data (single channel / layer)...
Related https://github.com/georust/geotiff/issues/4
It probably depends on the use case, but it might well be for large TIFFs, as this library was not optimized towards that use case. Would be happy to see...
You might look at: - https://github.com/image-rs/image-tiff (this is not specifically about GeoTIFFs, but just TIFFs in general) - https://github.com/jblindsay/whitebox-tools/blob/master/whitebox-tools-app/src/tools/image_analysis/mosaic.rs (this is not specifically about GeoTIFFs either, but about creating mosaics...
In general probably yes, but note that this library does not implement the full GeoTiff specification, so it might not be straightforward to add cloud optimized GeoTiffs on top, at...
Hi @weiji14! Awesome, and thanks a lot for kicking this off! Yeah, sure, I'll try my best to give you (hopefully valuable 😬) feedback on the PRs. And maybe I...
No, absolutely, feel free to change things - as it was never on crates.io I doubt many people will be bothered by broken backward compatibility. I used it personally in...
Oh, ups, yeah that might have been as part of the transition to the georust org. Thanks for noticing!