Update README to include Bibtex.

#1
by xhagrg - opened
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 are 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 are queried and scenes with low cloud cover are retrieved. Then, three scenes are selected among the low cloudy scenes to ensure we get a scene early in the season, one in the middle, and one toward the end. The three final scenes are 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 are clipped to the bounding box of the chip, and 18 spectral bands are stacked together. In addition, a quality control is applied to each chip using the `Fmask` layer of HLS dataset. Any chip containing clouds, cloud shadow, adjacent to cloud or missing values is discarded. This resulted in 3,854 chips.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  First, a set of 5,000 chips are 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 are queried and scenes with low cloud cover are retrieved. Then, three scenes are selected among the low cloudy scenes to ensure we get a scene early in the season, one in the middle, and one toward the end. The three final scenes are 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 are clipped to the bounding box of the chip, and 18 spectral bands are stacked together. In addition, a quality control is applied to each chip using the `Fmask` layer of HLS dataset. Any chip containing clouds, cloud shadow, adjacent to cloud or missing values is 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
+ ```