natcap / global-web-viewer

A web viewer prototype for visualizing and analyzing global data.
GNU General Public License v3.0
3 stars 1 forks source link

Add LULC layer #57

Closed dcdenu4 closed 3 years ago

dcdenu4 commented 3 years ago

Add LULC layer to "other layers" section. Stacie provided some codes for visualizing.

T.E. 1 - 3 days

dcdenu4 commented 3 years ago
ESA LULC group * | ESA LULC value | R | G | B -- | -- | -- | -- | -- Bare areas | 1 | 247 | 240 | 228 Cropland | 2 | 191 | 150 | 214 Grassland/herbaceous | 3 | 199 | 215 | 158 Shrubland | 4 | 204 | 176 | 120 Snow/ice | 5 | 245 | 245 | 245 Tree cover | 6 | 99 | 120 | 56 Urban areas | 7 | 0 | 0 | 0 Water bodies | 8 | 122 | 142 | 245 Wetland | 9 | 68 | 79 | 137
dcdenu4 commented 3 years ago

Create color file given the above and run raster-to-rgb-cli.py. Then upload to mapbox and integrate into the viewer.

dcdenu4 commented 3 years ago

Handled in #60