Skip to content

Commit

Permalink
Support for annotation products (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Valentino <Antonio.Valentino@ext.esa.int>
  • Loading branch information
avalentino and Antonio Valentino authored Nov 9, 2023
1 parent c82f52d commit 0079971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eof/products.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class Sentinel(Base):
r"(?P<beam>[\w\d]{2})_"
r"(?P<product_type>[\w_]{3})"
r"(?P<resolution_class>[FHM_])_"
r"(?P<product_level>[012])S"
r"(?P<product_level>[012])[SA]"
r"(?P<polarization>[SDHV]{2})_"
r"(?P<start_datetime>[T\d]{15})_"
r"(?P<stop_datetime>[T\d]{15})_"
Expand Down

0 comments on commit 0079971

Please sign in to comment.