diff --git a/examples/disp_s1_sample_runconfig-v3.0.0-er.2.0.yaml b/examples/disp_s1_sample_runconfig-v3.0.0-er.3.0.yaml similarity index 99% rename from examples/disp_s1_sample_runconfig-v3.0.0-er.2.0.yaml rename to examples/disp_s1_sample_runconfig-v3.0.0-er.3.0.yaml index a5b2d915..a59d599d 100644 --- a/examples/disp_s1_sample_runconfig-v3.0.0-er.2.0.yaml +++ b/examples/disp_s1_sample_runconfig-v3.0.0-er.3.0.yaml @@ -1,4 +1,4 @@ -# Sample RunConfig for use with the DISP-S1 PGE v3.0.0-er.2.0 +# Sample RunConfig for use with the DISP-S1 PGE v3.0.0-er.3.0 # This RunConfig should require minimal changes in order to be used with the # OPERA PCM. diff --git a/examples/dswx_s1_sample_runconfig-v3.0.0-er.2.0.yaml b/examples/dswx_s1_sample_runconfig-v3.0.0-er.3.0.yaml similarity index 98% rename from examples/dswx_s1_sample_runconfig-v3.0.0-er.2.0.yaml rename to examples/dswx_s1_sample_runconfig-v3.0.0-er.3.0.yaml index 24c1c9f7..6450c20a 100644 --- a/examples/dswx_s1_sample_runconfig-v3.0.0-er.2.0.yaml +++ b/examples/dswx_s1_sample_runconfig-v3.0.0-er.3.0.yaml @@ -1,4 +1,4 @@ -# Sample RunConfig for use with the DSWx-S1 PGE v3.0.0-er.2.0 +# Sample RunConfig for use with the DSWx-S1 PGE v3.0.0-er.3.0 # This RunConfig should require minimal changes in order to be used with the # OPERA PCM. @@ -46,7 +46,7 @@ RunConfig: reference_water_file: /home/conda/input_dir/ancillary_data/reference_water.tif - world_cover: /home/conda/input_dir/ancillary_data/worldcover.tif + worldcover_file: /home/conda/input_dir/ancillary_data/worldcover.tif ProductPathGroup: # Path to where output products should be stored diff --git a/src/opera/_package.py b/src/opera/_package.py index 7a79c96c..d507c51b 100644 --- a/src/opera/_package.py +++ b/src/opera/_package.py @@ -7,7 +7,7 @@ Package information for the OPERA PGE repository. """ -__version__ = "3.0.0-er.2.0" +__version__ = "3.0.0-er.3.0" __title__ = "opera-sds-pge" __summary__ = "OPERA SDS Product Generation Executable (PGE) Repository" __uri__ = "https://github.com/nasa/opera-sds-pge"