Extract nodata values from metadata when possible

This commit is contained in:
Tim Schaub
2021-08-19 10:40:59 -06:00
parent 8954f001fa
commit 42970915ea
6 changed files with 59 additions and 12 deletions

View File

@@ -4,8 +4,7 @@ title: Cloud Optimized GeoTIFF (COG)
shortdesc: Rendering a COG as a tiled layer.
docs: >
Tiled data from a Cloud Optimized GeoTIFF (COG) can be rendered as a layer. In this
example, a single 3-band GeoTIFF is used to render RGB data. The `nodata` property is
used to avoid rendering pixels where all three bands are 0.
example, a single 3-band GeoTIFF is used to render RGB data.
tags: "cog"
---
<div id="map" class="map"></div>