Skip to content

Commit

Permalink
line length
Browse files Browse the repository at this point in the history
  • Loading branch information
OnnoEbbens committed Jan 3, 2024
1 parent 4ff32a4 commit fb1a2f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hydropandas/obs_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ def from_lizard(
type_timeseries : str, optional
hand: returns only hand measurements
diver: returns only diver measurements
merge: the hand and diver measurements into one time series (merge; default) or
merge: the hand and diver measurements into one time series (default)
combine: keeps hand and diver measurements separeted
The default is merge.
only_metadata : bool, optional
Expand Down
6 changes: 3 additions & 3 deletions hydropandas/observation.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,8 @@ def from_lizard(
only_metadata=False,
):
"""
extracts the metadata and timeseries of a observation well from a LIZARD-API based on
the code of a monitoring well
extracts the metadata and timeseries of a observation well from a LIZARD-API
based on the code of a monitoring well
Parameters
----------
Expand All @@ -648,7 +648,7 @@ def from_lizard(
type_timeseries : str, optional
hand: returns only hand measurements
diver: returns only diver measurements
merge: the hand and diver measurements into one time series (merge; default) or
merge: the hand and diver measurements into one time series (default)
combine: keeps hand and diver measurements separeted
The default is merge.
only_metadata : bool, optional
Expand Down

0 comments on commit fb1a2f6

Please sign in to comment.