Skip to content

Commit

Permalink
add the DEM EGM model to the products metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gshiroma committed Jul 27, 2023
1 parent 6ce87d3 commit e3aad69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/rtc/h5_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,12 @@ def get_metadata_dict(product_id: str,
ALL_PRODUCTS,
cfg_in.groups.processing.dem_interpolation_method,
'DEM interpolation method'],
'metadata/processingInformation/algorithms/demEgmModel':
['processing_information'
'_dem_egm_model',
ALL_PRODUCTS,
'Earth Gravitational Model EGM08',
'DEM interpolation method'],
'metadata/processingInformation/algorithms/geocoding':
['processing_information'
'_geocoding_algorithm',
Expand Down

0 comments on commit e3aad69

Please sign in to comment.