See the video demo at https://youtu.be/t-pb5-1Q_Qg
The files here were used to convert UrbanWatch from RGB images to numeric rasters with simple landcover values 0-9, as follows:
Value | Category | Color |
---|---|---|
0 | No Data | Black |
1 | Building | Red |
2 | Road | Gray |
3 | Parking Lot | Pink |
4 | Tree Canopy | Dark Green |
5 | Grass/Shrub | Light Green |
6 | Agriculture | Yellow |
7 | Water | Blue |
8 | Barren | Brown |
9 | Other | White |
To save the files below, right-click the corresponding "Raw" button then "Save link as..."
BONUS: Each file can also be converted to a COG (Cloud-Optimized GeoTIFF) using rio cogeo using a command like:
rio cogeo create in.tif out.tif