Skip to content

Commit

Permalink
add CARD pixel coordinate convention 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 e3aad69 commit 01e6be5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/rtc/h5_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,15 @@ def get_metadata_dict(product_id: str,
'backscatter_dB = 10*log10(backscatter_linear)',
'Equation to convert provided backscatter to decibel (dB)'],

# 1.7.8
'metadata/processingInformation/parameters/geocoding/' +
'/ceosAnalysisReadyDataPixelCoordinateConvention':
['ceos_analysis_ready_data_pixel_coordinate_convention',
ALL_PRODUCTS,
'ULC',
'CEOS Analysis Ready Data (CARD) pixel coordinate convention'],

# 4.4
'metadata/processingInformation/parameters/geocoding/' +
'burstGeogridSnapX':
['processing_information_burst_geogrid_snap_x',
Expand Down

0 comments on commit 01e6be5

Please sign in to comment.