GeoTIFF Overlay: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Maxim@tygron.com (talk | contribs)
No edit summary
No edit summary
 
Line 11: Line 11:
By default, the first band (or channel) is selected, producing a 32-bit output such as a height map.
By default, the first band (or channel) is selected, producing a 32-bit output such as a height map.


It is however also possible to select a different band via the [[Band (GeoTIFF Overlay)|BAND]] attribute. This way you can also load in (Aerial{{ref|Aerial}}) color images. Start by creating 3 GeoTiff Overlays for the R channel (BAND=0), G channel (BAND=1) and B channel (BAND=2), then combine these in a [[Combo Overlay]] via the <code>COLOR(R,G,B)</code> formula. The result will show a color image.
It is however also possible to select a different band via the [[Band (GeoTIFF Overlay)|BAND]] attribute. This way you can also load in (Aerial{{ref|Aerial}}) color images. Start by creating 3 GeoTIFF Overlays for the R channel (BAND=0), G channel (BAND=1) and B channel (BAND=2), then combine these in a [[Combo Overlay]] via the <code>COLOR(R,G,B)</code> formula. The result will show a color image.


{{overlay attributes|suppresscategory=true|allowselflinks=true|
{{overlay attributes|suppresscategory=true|allowselflinks=true|
Line 37: Line 37:
}}
}}
</references>
</references>
|api=*[[Api session event editor overlay set geotiff]]
}}
}}


{{Overlay nav}}
{{Overlay nav}}
[[Category:GeoTIFF]][[Category:Overlay]]
[[Category:GeoTIFF]][[Category:Overlay]]

Latest revision as of 13:27, 14 July 2026

A GeoTIFF Overlay, where the data of a GeoTIFF is displayed.

The GeoTIFF Overlay is a Grid overlay which displays the values of a selected GeoTIFF in the project map. It is commonly used to display raster data imported into the Project from outside the Tygron Platform.

Additional information displayed in hover panel

Clicking a location on the GeoTIFF Overlay map displays additional information alongside the grid cell's value. That value will be an interpolation, determined by the translation between the source file's resolution and the grid cell size.

GeoTIFF sources

The GeoTIFF Overlay displays GeoTIFFs uploaded to the Project as assets, with data stored as a GeoTIFF item. Any number of GeoTIFFs can be added to a GeoTIFF Overlay, with each GeoTIFF defining an individual timeframe in the GeoTIFF Overlay.

Color RGB

By default, the first band (or channel) is selected, producing a 32-bit output such as a height map.

It is however also possible to select a different band via the BAND attribute. This way you can also load in (Aerial[1]) color images. Start by creating 3 GeoTIFF Overlays for the R channel (BAND=0), G channel (BAND=1) and B channel (BAND=2), then combine these in a Combo Overlay via the COLOR(R,G,B) formula. The result will show a color image.