Changeset 1935 in lmdz_wrf
- Timestamp:
- Jul 16, 2018, 4:46:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r1930 r1935 67 67 32: ['High Intensity Residential', 'k', (0.7, 0.7, 0.7, 1.)], \ 68 68 33: ['Industrial or Commercial', 'k', (0.9, 0.9, 0.9, 1.)]} 69 70 # MODIFIED_IGBP_MODIS_NOAH land types 71 modigbpmodisnoahcolors = {1: ['Evergreen Needleleaf Forest', 'g', (0.8, 0.9, 0.8, 1.)], \ 72 2: ['Evergreen Broadleaf Forest', 'g', (0.85, 0.8, 0.85, 1.)], \ 73 3: ['Deciduous Needleleaf Forest', 'g', (0.75, 0.8, 0.75, 1.)], \ 74 4: ['Deciduous Broadleaf Forest', 'g', (0.77, 0.8, 0.77, 1.)], \ 75 5: ['Mixed Forests', 'g', (0.7, 0.9, 0.8, 1.)], \ 76 6: ['Closed Shrublands', 'g', (0.6, 0.75, 0.6, 1.)], \ 77 7: ['Open Shrublands', 'g', (0.65, 0.75, 0.65, 1.)], \ 78 8: ['Woody Savannas', 'g', (0.35, 0.7, 0.35, 1.)], \ 79 9: ['Savannas', 'g', (0.30, 0.7, 0.30, 1.)], \ 80 10: ['Grasslands', 'g', (0.85, 0.9, 0.85, 1.)], \ 81 11: ['Permanent wetlands', 'g', (0.65, 0.65, 0.8, 1.)], \ 82 12: ['Croplands', 'g', (0.80, 0.9, 0.80, 1.)], \ 83 13: ['Urban and Built-Up', 'k', (0.09, 0.09, 0.09, 1.)], \ 84 14: ['cropland/natural vegetation mosaic', 'g', (0.70, 0.9, 0.70, 1.)], \ 85 15: ['Snow and Ice', 'w', (0.90, 0.9, 0.90, 1.)], \ 86 16: ['Barren or Sparsely Vegetated', 'w', (0.20, 0.6, 0.20, 1.)], \ 87 17: ['Water', 'g', (0.1, 0.1, 0.99, 1.)], \ 88 18: ['Wooded Tundra', 'g', (0.7, 0.7, 0.1, 1.)], \ 89 19: ['Mixed Tundra', 'g', (0.65, 0.65, 0.1, 1.)], \ 90 20: ['Barren Tundra', 'g', (0.45, 0.45, 0.1, 1.)], \ 91 21: ['Unassigned', 'w', (0.05, 0.05, 0.05, 1.)], \ 92 22: ['Unassigned', 'w', (0.05, 0.05, 0.05, 1.)], \ 93 23: ['Unassigned', 'w', (0.05, 0.05, 0.05, 1.)], \ 94 24: ['Unassigned', 'w', (0.05, 0.05, 0.05, 1.)], \ 95 25: ['Unassigned', 'w', (0.05, 0.05, 0.05, 1.)], \ 96 26: ['Unassigned', 'w', (0.05, 0.05, 0.05, 1.)], \ 97 27: ['Unassigned', 'w', (0.05, 0.05, 0.05, 1.)], \ 98 28: ['Unassigned', 'w', (0.05, 0.05, 0.05, 1.)], \ 99 29: ['Unassigned', 'w', (0.05, 0.05, 0.05, 1.)], \ 100 30: ['Unassigned', 'w', (0.05, 0.05, 0.05, 1.)], \ 101 31: ['Low Intensity Residential', 'k', (0.10, 0.1, 0.1, 1.)], \ 102 32: ['High Intensity Residential', 'k', (0.05, 0.05, 0.05, 1.)], \ 103 33: ['Industrial or Commercial', 'k', (0.15, 0.15, 0.15, 1.)]} 69 104 70 105 ncolorsauto = ['r', 'g', 'b', 'c', 'm', 'y', 'k', 'w', \
Note: See TracChangeset
for help on using the changeset viewer.