Skip to content

Commit

Permalink
Update meteobase.py
Browse files Browse the repository at this point in the history
fix | character
  • Loading branch information
martinvonk committed Apr 7, 2023
1 parent 8341c61 commit 6bd0d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nlmod/read/meteobase.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,13 @@ def read_meteobase_ascii(


def read_meteobase(
path: Path | str, meteobase_type: Optional[str] = None
path: Union[Path,str], meteobase_type: Optional[str] = None
) -> List[DataArray]:
"""Read Meteobase zipfile with ASCII data
Parameters
----------
path : Path | str
path : Union[Path,str]
Path to meteobase .zipfile
meteobase_type : Optional[str], optional
Must be one of 'NEERSLAG', 'MAKKINK', 'PENMAN', 'EVAPOTRANSPIRATIE',
Expand Down

0 comments on commit 6bd0d10

Please sign in to comment.