You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* soil_classes dev version
* Updating Landsat information on the data chart
* Updating README, adding information of the updated source .zip (and .tif) dataset address on CC Graham, updating information on the 2010 and 2015 versions and the static landcover change dataset
* Adding UCalgary's copyright notices, modifying script to accept the new data structure for 2010 and 2015 GeoTIFFs and also the static difference dataset, making Shapefile extent extraction as a function for cleaning up, other minor syntax polish up
* Adding necessary information for the updated dataset (2010 and 2015) and the difference GeoTIFFs
* modifying the list of included gain and loss classes
* adding updated examples for 2010 and 2015 years, adding separate example for the 2010-2015 difference dataset
* adding more explanations for the two examples provided
* removing soil_class for now as its inclusion in this branch was a mistake
Copy file name to clipboardExpand all lines: landsat/README.md
+57-8Lines changed: 57 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,23 @@ And the structure of the files is as following:
12
12
13
13
```console
14
14
/project/rpp-kshook/Model_Output/Landsat/
15
-
├── NA_NALCMS_2010_v2_land_cover_30m.zip
16
-
├── .
17
-
├── .
18
-
└── .
15
+
├── land_change_2010v2_2015v2_30m_tif.zip
16
+
├── land_cover_2010v2_30m_tif.zip
17
+
├── land_cover_2015v2_30m_tif.zip
18
+
└── dl-landcover.sh
19
19
```
20
20
21
21
## Spatial and Temporal Extents
22
22
23
-
The spatial extent of this dataset (so far only `NALCMS` that is a land cover dataset) covers longitudes from approximately `-180` to `-50` degress and latitudes from approximately `+14` to `+84` degress. This dataset is static and does not vary with time.
23
+
The spatial extent of this dataset (so far only `NALCMS` that is a land cover dataset) covers longitudes from approximately `-180` to `-50` degress and latitudes from approximately `+14` to `+84` degress. This dataset is available for 2010 and 2015. Furthermore, one static dataset variable is also included demonstrating the gains and losses of various land covers between 2010 and 2015. Please see the list of variables for more information.
24
24
25
25
## Dataset Variables
26
26
This variables of this dataset are detailed in the table below:
27
27
28
-
|# |Variable Name (used in `gistool`) |Description |Comments |
Based on the metadata also available in the mentioned .zip file, the GeoTIFF data containing the `*_land_loss_and_gain.tif` phrase in their file name contain "[g]eneral land cover gains an losses [...] at the North American scale [...] for the following land cover class groups:"
79
+
```
80
+
1. Forest
81
+
2. Shrubland
82
+
3. Grassland
83
+
4. Wetland
84
+
5. Cropland
85
+
6. Barren Land
86
+
7. Urban and Built-up
87
+
8. Water
88
+
9. Snow and Ice
89
+
```
90
+
91
+
And, the pixel values of the mentioned `.tif` files are as following:
92
+
93
+
|# |Pixel Value |Value Description |
94
+
|-------|------------|------------------|
95
+
|1 |1 |Gain |
96
+
|2 |2 |Loss |
97
+
98
+
Furthermore, the GeoTIFF data named `NA_NALCMS_land_change_2010v2_2015v2_30m.tif` also contains the landcover change data. Each pixel value of the GeoTIFF file contains information regarding transformations between different landcover classes of the dataset at the North American scale. Each pixel values of the file contains three or four digits, with "[t]he first one or two digits in each pixel value show the land cover class in 2010, while the third and four digits show the land cover class in 2015." An example of digit values are given in the following:
99
+
100
+
```
101
+
105 = Class 1 to 5 "Temperate or sub-polar needleleaf forest" to "Temperate or sub-polar broadleaf deciduous forest"
102
+
206 = Class 2 to 6 "Sub-polar taiga needleleaf forest" to "Mixed forest"
103
+
814 = Class 8 to 14 "Temperate or sub-polar shrubland" to "Wetland"
104
+
915 = Class 9 to 15 "Tropical or sub-tropical grassland" to "Cropland"
105
+
1018 = Class 10 to 18 "Temperate or sub-polar grassland" to "Water"
106
+
1502 = Class 15 to 02 "Cropland" to "Sub-polar taiga needleleaf forest"
107
+
1716 = Class 17 to 16 "Urban and built-up" to "Barren land"
108
+
1913 = Class 19 to 01 "Snow and ice" to "Sub-polar or polar barren-lichen-moss"
0 commit comments