Skip to content

Commit

Permalink
Add orbit metadata to info
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Feb 10, 2024
1 parent aab97c8 commit e2e0f82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sarsen/sentinel1.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ def product_info(self, **kwargs: Any) -> Dict[str, Any]:
"mode",
"swaths",
"transmitter_receiver_polarisations",
"relative_orbit_number",
"orbit_number",
"mission_data_take_id",
]
product_info = {attr_name: gcp.attrs[attr_name] for attr_name in product_attrs}
product_info.update(
Expand Down

0 comments on commit e2e0f82

Please sign in to comment.