question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for Cloud Optimized Geotiff (COG)

See original GitHub issue

Is your feature request related to a problem? Please describe. Despite being an awesome format, Cloud Optimized Geotifs (COG) are not supported by Openlayers. For those not familiar with the format, COG are basically regular Geotiffs, that store overviews in such a way that they can be retrieved using HTTP GET range requests. Server side, it’s awesome, as it’s just one file to host, and the same file can be downloaded as a whole too. Client side, it’s even better than regular xyz tiles as you also get some metadata (extents, etc…).

Describe the solution you’d like We could add a new source very similar to XYZ, where the user would just have to set the remote url. The geotiff.js library seems to provide all the difficult implementation.

Alternatively (or as a staging step), this could probably be an extension.

Cheers !

References :

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:9
  • Comments:20 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
IvanSanchezcommented, Dec 6, 2020

The state of affairs after the changes in my branch at https://github.com/IvanSanchez/openlayers/commit/f0fcf4e3f66b2eaeb6247b2e503b494df42805ff looks good - I plan on sending a PR next week.

4reactions
olivierdalangcommented, Sep 26, 2020

not stale, we still long for this feature

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cloud Optimized GeoTIFF
RasterFoundry has the best support of Cloud Optimized GeoTIFFs of any online compute platform. All data uploaded to RasterFoundry is converted to the...
Read more >
What are Cloud Optimized GeoTIFFs (COGs)? - USGS.gov
A Cloud Optimized GeoTIFF (COG) is a GeoTIFF file with an internal organization that enables more efficient workflows in the cloud environment.
Read more >
COG – Cloud Optimized GeoTIFF generator - GDAL
This driver supports the creation of Cloud Optimized GeoTIFF (COG). It essentially relies upon the GTiff – GeoTIFF File Format driver with the ......
Read more >
An Introduction to Cloud Optimized GeoTIFFS (COGs) Part 1
A cloud optimized GeoTiff, or COG, is a type of GeoTIFF file that has been formatted to work on the cloud. So why...
Read more >
COG (Cloud Optimized GeoTIFF) Support
The COG module allows to set configuration params to connect to a Cloud GeoTIFF, as well as adding JARs to the classpath needed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found