diff --git a/python/packages/nisar/products/XML/L2/nisar_L2_GCOV.xml b/python/packages/nisar/products/XML/L2/nisar_L2_GCOV.xml index 797b4256f..08d4d2ce3 100644 --- a/python/packages/nisar/products/XML/L2/nisar_L2_GCOV.xml +++ b/python/packages/nisar/products/XML/L2/nisar_L2_GCOV.xml @@ -1,5 +1,5 @@ - + diff --git a/python/packages/nisar/products/XML/L2/nisar_L2_GSLC.xml b/python/packages/nisar/products/XML/L2/nisar_L2_GSLC.xml index f8af9a2a9..5c5fb8125 100644 --- a/python/packages/nisar/products/XML/L2/nisar_L2_GSLC.xml +++ b/python/packages/nisar/products/XML/L2/nisar_L2_GSLC.xml @@ -1,5 +1,5 @@ - + diff --git a/python/packages/nisar/products/XML/L2/nisar_L2_STATIC.xml b/python/packages/nisar/products/XML/L2/nisar_L2_STATIC.xml index 6f57b6ddc..22d9ae5d8 100644 --- a/python/packages/nisar/products/XML/L2/nisar_L2_STATIC.xml +++ b/python/packages/nisar/products/XML/L2/nisar_L2_STATIC.xml @@ -1,5 +1,5 @@ - + diff --git a/python/packages/nisar/products/insar/InSAR_products_info.py b/python/packages/nisar/products/insar/InSAR_products_info.py index 92cc0f3e9..1b956ad4d 100644 --- a/python/packages/nisar/products/insar/InSAR_products_info.py +++ b/python/packages/nisar/products/insar/InSAR_products_info.py @@ -3,7 +3,7 @@ import isce3 ISCE3_VERSION = isce3.__version__ -PRODUCT_SPECIFICATION_VERSION = "1.4.0" +PRODUCT_SPECIFICATION_VERSION = "1.5.0" @dataclass class InSARProductsInfo: @@ -15,7 +15,7 @@ class InSARProductsInfo: Attributes ---------- ProductSpecificationVersion : str - Product specification version (default is '1.4.0') + Product specification version (default is '1.5.0') ProductType : str Product type, one of 'RIFG', 'ROFF', 'RUNW', 'GOFF', 'GUNW' ProductLevel : str diff --git a/python/packages/nisar/products/writers/BaseWriterSingleInput.py b/python/packages/nisar/products/writers/BaseWriterSingleInput.py index 57ac176c8..04f7fd5d5 100644 --- a/python/packages/nisar/products/writers/BaseWriterSingleInput.py +++ b/python/packages/nisar/products/writers/BaseWriterSingleInput.py @@ -623,7 +623,7 @@ def populate_identification_common(self): self.set_value( 'identification/productSpecificationVersion', - '1.4.0') + '1.5.0') self.copy_from_input( 'identification/lookDirection', diff --git a/python/packages/nisar/products/writers/SLC.py b/python/packages/nisar/products/writers/SLC.py index ff9b599c8..257cceeae 100644 --- a/python/packages/nisar/products/writers/SLC.py +++ b/python/packages/nisar/products/writers/SLC.py @@ -702,7 +702,7 @@ def copy_identification(self, raw: Raw, *, track: int = 0, frame: int = 0, has_input_data_exception: int = None, is_urgent: Optional[bool] = None, is_joint: Optional[bool] = None, - product_spec_version: str = "1.4.0", + product_spec_version: str = "1.5.0", processing_center: str = "JPL", granule_id: str = "None", product_version: str = "0.1.0", diff --git a/python/packages/nisar/workflows/h5_prep.py b/python/packages/nisar/workflows/h5_prep.py index c1ad40582..aa82b5748 100644 --- a/python/packages/nisar/workflows/h5_prep.py +++ b/python/packages/nisar/workflows/h5_prep.py @@ -258,7 +258,7 @@ def cp_geocode_meta(cfg, output_hdf5, dst): # Assign product specification version dst_h5[f'{ident_path}/productSpecificationVersion'] = \ - np.bytes_('1.4.0') + np.bytes_('1.5.0') # Assign granule ID dst_h5[f'{ident_path}/granuleId'] = \