openclimatefix / nowcasting_datamodel

Datamodel for the nowcasting project
6 stars 6 forks source link

Add installed_capacity_nameplate_kwp #81

Closed peterdudfield closed 2 years ago

peterdudfield commented 2 years ago

add installed_capacity_nameplate_kwp to pv systems. Add this as optional, and if None, then use installed_capacity.

This will be used as the name plate capacity given by the providers. The other will be used for ML training and ML preidctions

peterdudfield commented 2 years ago

LInked from https://github.com/openclimatefix/nowcasting_dataset/issues/692

peterdudfield commented 2 years ago

might need this - https://stackoverflow.com/questions/36579355/sqlalchemy-set-default-value-of-one-column-to-that-of-another-column, to help set a default

JackKelly commented 2 years ago

should we consider renaming installed_capacity, to help distinguish it from installed_capacity_nameplate_kwp? Otherwise the two could easily be interpreted as synonyms?

e.g. installed_capacity_inferred_kwp (if we're inferring it from the timeseries)?

And to include the physical unit of measurement in inferred_capacity?