Skip to content

Commit

Permalink
update Docker lockfile with new ISCE3 version (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gshiroma committed Jul 27, 2023
1 parent ea3925d commit b2a3dca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Docker/lockfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,6 @@ https://conda.anaconda.org/conda-forge/noarch/pooch-1.7.0-pyha770c72_3.conda
https://conda.anaconda.org/conda-forge/linux-64/gdal-3.6.4-py311h6122507_2.conda
https://conda.anaconda.org/conda-forge/linux-64/qt-main-5.15.8-haa3a1c2_11.conda
https://conda.anaconda.org/conda-forge/linux-64/scipy-1.10.1-py311h64a7726_3.conda
https://conda.anaconda.org/conda-forge/linux-64/isce3-0.13.0-py311hf74af29_2.conda
https://conda.anaconda.org/conda-forge/linux-64/linux-64/isce3-0.14.0-py311hf74af29_0.conda
https://conda.anaconda.org/conda-forge/linux-64/pyqt-5.15.7-py311ha74522f_3.conda
https://conda.anaconda.org/conda-forge/linux-64/matplotlib-3.7.1-py311h38be061_0.conda
4 changes: 2 additions & 2 deletions src/rtc/h5_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def get_metadata_dict(product_id: str,
processing_type,
'Processing type: "NOMINAL", "URGENT", "CUSTOM", or "UNDEFINED"'],
'identification/processingDateTime':
['processing_date_time',
['processing_datetime',
ALL_PRODUCTS,
processing_datetime.strftime(DATE_TIME_METADATA_FORMAT),
'Processing date and time in the format YYYY-MM-DDThh:mm:ss.sZ'],
Expand Down Expand Up @@ -583,7 +583,7 @@ def get_metadata_dict(product_id: str,
# populate source data processingDateTime with from processing_info
# "stop" (SLC Post processing date time)
'metadata/sourceData/processingDateTime': # 1.6.6
['source_data_processing_date_time',
['source_data_processing_datetime',
ALL_PRODUCTS,
burst_in.burst_misc_metadata.processing_info_dict['stop'],
'Processing UTC date and time of the source data product (SLC'
Expand Down

0 comments on commit b2a3dca

Please sign in to comment.