Replies: 1 comment 2 replies
-
Hi @jmkelly Not ignoring this, just need to set aside the time to fully read up before I can comment. A lot to take in! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Heya,
TLDR; is an implementation for Cloud Optimised Geotiff feasible or even sensible in ImageSharp?
I’ve done some reading, and from what I can see as far as the Tiff branch, I believe COGs could be supported, but I'm not exactly sure what has/hasn't been implemented for TIFFs, and then how much extra will be required for geotiff then COG to be supported. Maybe this should be considered as an extension to ImageSharp rather than part of the core, and if so, are the extension points there to enable this? I also realise that the market for geotiff would be substantially less than tiff, and tiff still isn't merged.
Good overviews and links for what a COG is http://www.cogeo.org
Some open source implementations I’ve found for reference
Couple of other links
If you think this is something to be considered, I'll create an issue, then work out what I can do. My selfish motivation (longer term) is so I can avoid using GDAL as I find it painful, yet there are very few alternatives, and I like using C# and .netcore. Short term, I'd like to be able to serve up (via aspnet core) jpeg images from tiles within large (10s - 100s GB compressed Geotiffs) without having to read the whole image. Similar concept to https://map.openaerialmap.org/
Thanks very much for your consideration!
Beta Was this translation helpful? Give feedback.
All reactions