HamedAlemo commited on
Commit
348b719
1 Parent(s): 04ec904

Draft README

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -1,3 +1,55 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+
5
+
6
+ # Dataset Card for CDL Crop Types
7
+
8
+ ## Dataset Description
9
+
10
+ - **Homepage: https://huggingface.co/datasets/ibm-nasa-geospatial/cdl-crops/**
11
+ - **Point of Contact: Dr. Hamed Alemohammad ([email protected])**
12
+
13
+ ### Dataset Summary
14
+
15
+ This dataset contains temporal Harmonized Landsat-Sentinel imagery of diverse land cover and crop type classes across the contiguous United States for the year 2022. The target labels are derived from USDA's Crop Data Layer. It's primary purpose is for training geospatial machine learning models.
16
+
17
+ ## Dataset Structure
18
+
19
+
20
+ ## TIFF Metadata
21
+ Each tiff file cover a 224 x 224 pixel area at 30m spatial resolution. Each input satellite file contains 18 bands including 6 spectral bands for three time steps stacked together. Each GeoTIFF file for the mask contains one band with the classes for each pixel.
22
+
23
+ ## Band Order
24
+ For scenes:
25
+ Channel, Name, HLS S30 Band number
26
+ 1, Blue, B02
27
+ 2, Green, B03
28
+ 3, Red, B04
29
+ 4, NIR, B8A
30
+ 5, SW 1, B11
31
+ 6, SW 2, B12
32
+
33
+ Masks are a single band with values:
34
+ 0 : "No Data"
35
+ 1 : "Natural Vegetation"
36
+ 2 : "Forest"
37
+ 3 : "Corn"
38
+ 4 : "Soybeans"
39
+ 5 : "Wetlands"
40
+ 6 : "Developed/Barren"
41
+ 7 : "Open Water"
42
+ 8 : "Winter Wheat"
43
+ 9 : "Alfalfa"
44
+ 10 : "Fallow/Idle Cropland"
45
+ 11 : "Cotton"
46
+ 12 : "Sorghum"
47
+ 13 : "Other"
48
+
49
+ ## Class Distribution
50
+
51
+
52
+ ## Data Splits
53
+ The 3,854 chips have been randomly split into training (80%) and validation (20%) and corresponding ids recorded in cvs files `train_ids.csv` and `val_ids.csv`.
54
+
55
+ ## Dataset Creation