xhagrg commited on
Commit
9b51700
1 Parent(s): f6349af

Update README.

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -70,4 +70,19 @@ The 3,854 chips have been randomly split into training (80%) and validation (20%
70
  First, a set of 5,000 chips was defined based on samples from the USDA CDL to ensure a representative sampling across the CONUS. Next, for each chip, the corresponding HLS S30 scenes between March and September 2022 were queried, and scenes with low cloud cover were retrieved. Then, three scenes are selected among the low cloudy scenes to ensure a scene from early in the season, one in the middle, and one toward the end. The three final scenes were then reprojected to CDL's projection grid (`EPSG:5070`) using bilinear interpolation.
71
 
72
  ### Chip Generation
73
- In the final step, the three scenes for each chip were clipped to the bounding box of the chip, and 18 spectral bands were stacked together. In addition, a quality control was applied to each chip using the `Fmask` layer of the HLS dataset. Any chip containing clouds, cloud shadow, adjacent to cloud or missing values were discarded. This resulted in 3,854 chips.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  First, a set of 5,000 chips was defined based on samples from the USDA CDL to ensure a representative sampling across the CONUS. Next, for each chip, the corresponding HLS S30 scenes between March and September 2022 were queried, and scenes with low cloud cover were retrieved. Then, three scenes are selected among the low cloudy scenes to ensure a scene from early in the season, one in the middle, and one toward the end. The three final scenes were then reprojected to CDL's projection grid (`EPSG:5070`) using bilinear interpolation.
71
 
72
  ### Chip Generation
73
+ In the final step, the three scenes for each chip were clipped to the bounding box of the chip, and 18 spectral bands were stacked together. In addition, a quality control was applied to each chip using the `Fmask` layer of the HLS dataset. Any chip containing clouds, cloud shadow, adjacent to cloud or missing values were discarded. This resulted in 3,854 chips.
74
+
75
+ ### Citation
76
+
77
+ If this dataset helped your research, please cite `hls-multi-temporal-crop-classification` in your publications. Here is an example BibTeX entry:
78
+
79
+ ```
80
+ @misc{hls-multi-temporal-crop-classification,
81
+ author = {Cecil, Michael and Kordi, Fatemehand Li, Hanxi (Steve) and Khallaghi, Sam and Alemohammad, Hamed},
82
+ doi = {https://huggingface.co/ibm-nasa-geospatial/multi-temporal-crop-classification},
83
+ month = aug,
84
+ title = {{HLS Multi Temporal Crop Classification}},
85
+ url = {https://huggingface.co/ibm-nasa-geospatial/multi-temporal-crop-classification},
86
+ year = {2023}
87
+ }
88
+ ```