-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the DSWx-HLS SAS for cal/val release (#21)
* fill DSWx-HLS products metadata fields: `dem_file`, `landcover_file`, and `worldcover_file` * fix selection of the resampling algorithm when building overviews * add metadata to RGB and infrared RGB layers * add extra margin to the DEM to compute the shadow layer; add metadata to the DEM layer * fix generation of DSWx-HLS layer overviews * update DEM_MARGIN_IN_PIXELS from 5 to 10 * update dswx_landcover_mask.py to use files in geographic coordinates as reference for defining the bounding box; add option to define manually the bbox * fix exclusion of external overviews * update logging messages * update dswx_landcover_mask.py bbox argument docstrings * set default for full_log_formatting to False rather than None * revert changes to full_log_formatting * save DSWx-HLS DEM layer as float32 rather than uint8 * save cloud/cloud-shadow masked class with value 9 rather than 2 into binary layer BWTR * log stderr * update BWTR color table for cloud/cloud-shadow masked class * save interpreted layers with 2 water classes rather than 4 * refactor code and update output classes to follow DSWx-HLS product specs; * force metatadata field SENSING_TIME to have a single data-time entry * remove temporary files * update Docker files and build script for cal_val delivery * fix terrain masking for 4 water classes (before collapsing the 4 water classes into 2) * address codacy issues * address codacy issues (2) * update Zenodo URL with new golden dataset for cal/val delivery * update ctable for CONF layer class 254 (cloud/cloud-shadow mask); update golden dataset DEM * update Docker image tag from beta to cal_val (delivery) * add `--network host` to the docker run command
- Loading branch information
Showing
7 changed files
with
604 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
docker load -i docker/dockerimg_proteus_beta.tar | ||
docker load -i docker/dockerimg_proteus_cal_val.tar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.