igroy06 commited on
Commit
ad03ec5
·
verified ·
1 Parent(s): 13d7a37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -20,6 +20,29 @@ The original raster tiles at 20 m resolution have been converted into a **single
20
  This format allows easy analysis with Python (pandas, scikit-learn, etc.), making the dataset suitable for **machine learning, classification, and geospatial studies** without requiring raster-specific libraries.
21
 
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ## Dataset Structure
24
 
25
  ### Columns
 
20
  This format allows easy analysis with Python (pandas, scikit-learn, etc.), making the dataset suitable for **machine learning, classification, and geospatial studies** without requiring raster-specific libraries.
21
 
22
 
23
+ ## Date Information
24
+ What the IMCC 2015–2018 dataset represents-
25
+
26
+ It’s a classified change layer, not a yearly time series.Each pixel encodes whether imperviousness changed between 2015 and 2018, and possibly the type of change (increase, decrease, stable).
27
+ The TIFFs themselves have no time dimension per pixel — the whole dataset is just a spatial snapshot of change across a fixed period.
28
+
29
+ So, do the dates matter?
30
+
31
+ **Yes, for context/metadata:** Adding start_date and end_dateis useful when you later merge this dataset with others (e.g., soil, climate, socio-economic data). It tells you that these imperviousness values summarize that 3-year window.
32
+
33
+ **No, for pixel-level analysis:** Since every pixel shares the same start/end dates, it doesn’t add extra information at the row level. It’s essentially metadata that applies to the whole DataFrame.
34
+
35
+ **The important dates** - the start & end dates refer to the observation period when this data was collected.
36
+
37
+ | Field | Value |
38
+ |-------------------|----------------|
39
+ | `dataset` | IMCC_1518_020m |
40
+ | `start_date` | 2015-07-17 |
41
+ | `end_date` | 2018-08-16 |
42
+ | `publication_date`| 2020-07-10 |
43
+
44
+
45
+
46
  ## Dataset Structure
47
 
48
  ### Columns