Skip to content

Commit

Permalink
Completed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kvantricht committed Sep 11, 2024
1 parent af66bfe commit d4fd4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openeo_gfmap/utils/catalogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def select_s1_orbitstate_vvvh(
orbit_choice = "ASCENDING"
reason = (
"Only orbit with temporal gap under the threshold. "
f"{areas['ASCENDING']['max_temporal_gap']} < {max_temporal_gap}"
f"{areas['ASCENDING']['max_temporal_gap']} days < {max_temporal_gap} days"
)
# Rule 3: Prefer the orbit that covers the most area of intersection
# for the available products
Expand Down

0 comments on commit d4fd4f4

Please sign in to comment.