Replies: 3 comments 3 replies
-
|
I am fine with whatever you like to implement, be that GDAL based reprojection or not. |
Beta Was this translation helpful? Give feedback.
-
|
One thing that we might want to consider is https://docs.rs/async-tiff/latest/async_tiff/ This would unlock remote COGs which is not something that we currently support, but likely should. |
Beta Was this translation helpful? Give feedback.
-
|
How do we feel about pre-processing COGs which are hostile to reading into a more random tile read friendly format? This would trade off startup time for runtime speed and could be a one off cost. The alternative is reading from a file that potentially makes the whole process much slower. We could:
For example, a striped COG with no overviews and a different projection will be much slower to read. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
COG support will come soon, limited to only EPSG:3857 projections.
Should Martin support other projections too? How would it do so? Using GDAL, handling the re-sampling and projection on the fly?
Beta Was this translation helpful? Give feedback.
All reactions