Skip to content

Commit

Permalink
Merge pull request #4 from Deltares-research/start-and-end-time-by-ho…
Browse files Browse the repository at this point in the history
…ur-and-minute

adjusted time strings in noaa_coops
  • Loading branch information
LuukBlom authored Aug 23, 2024
2 parents b2cb095 + 3b84542 commit 027a12f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cht_observations/_noaa_coops.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def get_data(
df : pandas.DataFrame
Data frame with data
"""
t0_string = tstart.strftime("%Y%m%d")
t1_string = tstop.strftime("%Y%m%d")
t0_string = tstart.strftime("%Y%m%d %H:%M")
t1_string = tstop.strftime("%Y%m%d %H:%M")

if varname == "water_level":
product = varname
Expand Down

0 comments on commit 027a12f

Please sign in to comment.