openclimatefix / nowcasting_datamodel

Datamodel for the nowcasting project
6 stars 6 forks source link

Make sure forecast_values have timezones #128

Closed peterdudfield closed 1 year ago

peterdudfield commented 2 years ago

Detailed Description

When reading forecast values, make sure target_time has timezone utc on it

Context

Good to make sure datetimes have timezones

Possible Implementation

similar to this

and put this in

  1. here
  2. here, might have to look at forecast.forecast_value
  3. here
  4. and any other read forecast functions
peterdudfield commented 2 years ago

similar to #127