Skip to content

Commit

Permalink
icoscp_stilt - fix typo in doc of load_footprints method
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzov committed Aug 21, 2024
1 parent fbd6e6e commit b209e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icoscp_stilt/src/icoscp_stilt/stilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def load_footprints(station_id: str, dts: list[datetime]) -> xr.Dataset:
:param `station_id` (str): STILT station id
:param `dt` (list[datetime]): the time slots of interest
:param `dts` (list[datetime]): the time slots of interest
:return (DataArray): xarray DataArray instance with the footprint data
"""
Expand Down

0 comments on commit b209e2c

Please sign in to comment.