Skip to content

Commit

Permalink
Merge pull request #177 from ACCESS-Cloud-Based-InSAR/update-dateset-…
Browse files Browse the repository at this point in the history
…version

Update dataset version to 3.0.1
  • Loading branch information
cmarshak authored Mar 11, 2024
2 parents a84f4f1 + d776a90 commit f1fa5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Changed
* ISCE2 shenanigans (PYTHON_PATH, PATH, and logging changes) are now handled in the `isce2_topsapp.__init__` ensuring we only have to do it once, no matter where we are in the package.
* Update dataset version from `3.0.0` -> `3.0.1` to track products over areas processed during development of v3 product. In other words, large scale processing was done during v3 development but not all v3 products will be delivered to DAAC - we have standardized numerous attributes and layers. Utlimately, 3.0.0 and 3.0.1 at the DAAC will represent the v3 products created by this repository.

### Fixed
* The root logger is no longer set to DEBUG by ISCE2 preventing excessive logging from all packages in the environment
Expand Down
2 changes: 1 addition & 1 deletion isce2_topsapp/packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from isce2_topsapp.templates import read_netcdf_packaging_template
from isce2_topsapp.water_mask import get_water_mask_raster_for_browse_image

DATASET_VERSION = "3.0.0"
DATASET_VERSION = "3.0.1"
STANDARD_PROD_PREFIX = "S1-GUNW"
CUSTOM_PROD_PREFIX = "S1-GUNW_CUSTOM"

Expand Down

0 comments on commit f1fa5ec

Please sign in to comment.