Skip to content

Commit

Permalink
[DOI-USGS#135] setting default distance to 5 kms for flowlines
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed Apr 22, 2024
1 parent 84cd690 commit b8813e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataretrieval/nldi.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _query_nldi(url, query_params, error_message):

def get_flowlines(
navigation_mode: str,
distance: int = 50,
distance: int = 5,
feature_source: Optional[str] = None,
feature_id: Optional[str] = None,
comid: Optional[int] = None,
Expand All @@ -41,7 +41,7 @@ def get_flowlines(
Parameters
----------
navigation_mode: string, navigation mode, allowed values are 'UM', 'DM', 'UT', 'DD'
distance: int, distance in kilometers, default is 50
distance: int, distance in kilometers, default is 5
feature_source: string, optional, name of the feature source,
required if comid is not provided
feature_id: string, optional, identifier of the feature,
Expand Down

0 comments on commit b8813e7

Please sign in to comment.