quintel / etmoses

Online decision support tool to create local energy situations for neighbourhoods, cities and regions with a time resolution of 15 minutes created and maintained by Quintel – Not maintained
https://moses.energytransitionmodel.com
MIT License
11 stars 3 forks source link

Downloading yearly load profile only gives peak value per day not average demand #1561

Open ThomBuijs opened 7 years ago

ThomBuijs commented 7 years ago

When I download the yearly load profile of an end node I get the highest values per day instead of an average value for that day. I guess it would be better to download the value per hour for a whole year, but I guess this requires too much time or something. However, in my opinion the current method of showing the highest values per day isn't really relevant for me, since I want to know the energy load (consumption/production) per technology. Is there a way for me to get this data without having to create 52 files for each end node?

jorisberkhout commented 7 years ago

Assigning @grdw .

grdw commented 7 years ago

Related: https://github.com/quintel/etmoses/issues/1296

grdw commented 7 years ago

but I guess this requires too much time or something

In a way: yes. The current approach is that the CSV is generated from the values that are visibily present in the front-end.

Is there a way for me to get this data without having to create 52 files for each end node?

No, that feature is currently not available from the front-end. It would be nice to have this feature though.