-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create raster tiles from geotiffs #30
Comments
Hi @abarciauskas-bgse ! Great topic here. It'd be nice to support COGs in this library, so we appreciate your investigating! The current library, and in particular the logic in The simplest but clunkiest option might be to just write a separate implementation of However, especially with some of the refactoring in this PR, in particular the logic @katamartin pulled into a separate Re: the Finally, if we add support for COGs to the Good luck! Curious how it goes, and let us know if you have more questions! |
Thanks @freeman-lab for these details! I'm starting to dig into these libraries ( |
For future reference, the exploratory development work I did on this is here: #41 |
👋🏽 @freeman-lab @katamartin @jhamman
I'm interested in building a version of the next.js app which supports visualizing both COGs and Zarr. From some rudimentary inspection it looks like this might be possible by adapting the
createTiles this.initialized function
function to also load data from geotiffs, perhaps using a library like geotiff.jsI started to play around with the createTiles code but got stuck on what the
selector
hash should be (I think it's agetChunk
function for a specific variable). I would appreciate any guidance on how to do add this feature!The text was updated successfully, but these errors were encountered: