Skip to content

Commit

Permalink
move the metadata field ceosAnalysisReadyDataPixelCoordinateConventio…
Browse files Browse the repository at this point in the history
…n as an attribute of boundingBox (2)
  • Loading branch information
gshiroma committed Sep 11, 2023
1 parent dbb4f49 commit 5263489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rtc/h5_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,10 +1108,11 @@ def get_metadata_dict(product_id: str,
ymax_geogrid
]

# 1.7.5
metadata_dict['identification/boundingBox'] = \
['bounding_box',
ALL_PRODUCTS,
np.array(xy_bounding_box), # 1.7.5
xy_bounding_box,
'Bounding box of the product, in order of xmin, ymin, xmax, ymax']

# Attribute `epsg` for HDF5 dataset /identification/boundingBox
Expand Down

0 comments on commit 5263489

Please sign in to comment.