Skip to content

Commit

Permalink
fix description for temporal_interal
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Nov 12, 2024
1 parent 462eee4 commit 77f8336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion titiler/cmr/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ class TimeseriesParams(DefaultDependency):
temporal_mode: Annotated[
Literal[TemporalMode.point, TemporalMode.interval],
Query(
description="If true, queries will be made for a point-in-time at each step. If false, queries will be made for the entire interval between steps"
description="Point: CMR queries will be made for specific moments in time. "
"Interval: CMR queries will be made for the intervals between the points along the timeseries and results will be mosaiced into a single array before summarization."
),
] = TemporalMode.interval

Expand Down

0 comments on commit 77f8336

Please sign in to comment.