Terrarium Decode
Decode Terrarium RGB format back to elevation values. Converts RGB-encoded elevation tiles back to float32 meters using the formula: elevation = (R * 256 + G + B / 256) - 32768.
| ID | utility_terrarium_decode |
|---|---|
| Domain | geo |
| Category | utility |
| Type | array-to-array |
| Version | 1.0.0 |