Created
January 22, 2026 11:53
-
-
Save prl900/568b4fe385899a8eb4a5437e2cec776e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "bucket": "terrakio", | |
| "path": "csiro/soil_landscape/soil_classes/%s_%s_%03d_%03d_%02d.snp", | |
| "geotransform": [ | |
| 112.999583333, | |
| 0.0008333333333536583, | |
| 0, | |
| -10.000416666, | |
| 0, | |
| -0.0008333333333578432 | |
| ], | |
| "proj4": "proj=longlat datum=WGS84 no_defs ellps=WGS84 towgs84=0,0,0", | |
| "y_size": 400, | |
| "no_data": 0, | |
| "x_size": 400, | |
| "i_max": 123, | |
| "j_max": 102, | |
| "products": [ | |
| "class" | |
| ], | |
| "data_type": "uint8", | |
| "dates_iso8601": [ | |
| "2024-01-01T00:00:00+00:00" | |
| ], | |
| "name": "SoilClasses", | |
| "abstract": "", | |
| "legend": [ | |
| { | |
| "key": "Vertosol", | |
| "value": 1, | |
| "color": "#ccccb3ff" | |
| }, | |
| { | |
| "key": "Sodosol", | |
| "value": 2, | |
| "color": "#996619ff" | |
| }, | |
| { | |
| "key": "Dermosol", | |
| "value": 3, | |
| "color": "#b3cc33ff" | |
| }, | |
| { | |
| "key": "Chromosol", | |
| "value": 4, | |
| "color": "#e6b34dff" | |
| }, | |
| { | |
| "key": "Ferrosol", | |
| "value": 5, | |
| "color": "#ff6680ff" | |
| }, | |
| { | |
| "key": "Kurosol", | |
| "value": 6, | |
| "color": "#e6d980ff" | |
| }, | |
| { | |
| "key": "Tenosol", | |
| "value": 7, | |
| "color": "#66cc66ff" | |
| }, | |
| { | |
| "key": "Kandosol", | |
| "value": 8, | |
| "color": "#ffff99ff" | |
| }, | |
| { | |
| "key": "Hydrosol", | |
| "value": 9, | |
| "color": "#80ffd9ff" | |
| }, | |
| { | |
| "key": "Podosol", | |
| "value": 10, | |
| "color": "#ccffe6ff" | |
| }, | |
| { | |
| "key": "Rudosol", | |
| "value": 11, | |
| "color": "#ccff66ff" | |
| }, | |
| { | |
| "key": "Calcarasol", | |
| "value": 12, | |
| "color": "#ffccccff" | |
| }, | |
| { | |
| "key": "Organosol", | |
| "value": 13, | |
| "color": "#cc6633ff" | |
| }, | |
| { | |
| "key": "Anthroposol", | |
| "value": 14, | |
| "color": "#cc99ccff" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment