Skip to content

Commit

Permalink
Modify grain_method description
Browse files Browse the repository at this point in the history
To match level of detail of other documentation and to break down long lines.
  • Loading branch information
HeatherSavoy-USDA authored Jun 4, 2024
1 parent 9691203 commit 3816bcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api_core/data_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def __init__(
months: Months to include in the request.
days: Days to include in the request.
hours: Hours to include in the request.
grain_method: Determines what temporal grains (ie annual, monthly, daily) the user will accept if the grain the user requests is not implemented for a requested dataset. Options include, "strict", "skip", "any", "coarser", and "finer".
grain_method: A string indicating which other temporal grains to use if
the requested grain is not implemented for a requested dataset.
subset_geom: A SubsetGeom representing the clipping region or points to
use or None.
target_crs: A CRS instance.
Expand Down

0 comments on commit 3816bcd

Please sign in to comment.