Muthukumaran commited on
Commit
c4e6a78
·
1 Parent(s): 8e3da83

impact-comms-update

Browse files

changes from the NASA-IMPACT O&C team

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -63,11 +63,11 @@ Masks are a single band with values:
63
  ![Validation Data](validation_dst.png)
64
 
65
  ## Data Splits
66
- The 3,854 chips have been randomly split into training (80%) and validation (20%) and corresponding ids recorded in cvs files `train_data.txt` and `validation_data.txt`.
67
 
68
  ## Dataset Creation
69
  ### Query and Scene Selection
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.
 
63
  ![Validation Data](validation_dst.png)
64
 
65
  ## Data Splits
66
+ The 3,854 chips have been randomly split into training (80%) and validation (20%) with corresponding ids recorded in cvs files `train_data.txt` and `validation_data.txt`.
67
 
68
  ## Dataset Creation
69
  ### Query and Scene Selection
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 was discarded. This resulted in 3,854 chips.