WISDEM / LandBOSSE

New LandBOSSE Model (Developed in 2018-2019)
Other
17 stars 25 forks source link

UTC Support in Weather Window #179

Open akey7 opened 2 years ago

akey7 commented 2 years ago

Description

The following exception is thrown if the weather window timestamp is already specified in UTC: TypeError: Already tz-aware, use tz_convert to convert.

Steps to reproduce issue

  1. Specify weather window with a timestamp that includes a UTC offset.

Current behavior

The exception in the description above is raised.

Expected behavior

No exception should be raised and the code should adapt to timestamps already in UTC.

Code versions

N/A