sedos-project / data_adapter

Provides general functionality for other data adapters
GNU Affero General Public License v3.0
0 stars 0 forks source link

Timeseries refactoring refactors each year in seperate collumn #24

Closed FelixMau closed 10 months ago

FelixMau commented 11 months ago

When refactoring from "parameter model" to pandas dataframe with timeseriesindex a seperate collumns is created for each year (example from hack-a-thon data): grafik

Also it would be interesting to me if we will keep the Multiindex Dataframe or instead use name_region (or similar) for multiple timeseries. I think both would be nice but I am not sure if this is a fixed decision?

henhuy commented 11 months ago

I think, I silently fixed this already. See https://github.com/sedos-project/data_adapter/blob/2e81c2a145123023e1a863bf835255611775f0af/CHANGELOG.md#L22

Can you confirm?

FelixMau commented 11 months ago

Sorry, Ive been working on the wrong version and did not see changes thank you for pointing out!

Unfortunately I still get the bug, when requesting adapter.get_process('modex_tech_wind_turbine_onshore').timeseries from hack-a-thon Adapter.

image

henhuy commented 11 months ago

Okay - I will have a look. One question: Which one is the hack-a-thon dataset at databus https://databus.openenergyplatform.org/felixmaur ?

FelixMau commented 11 months ago

You can find it here in collections

henhuy commented 11 months ago

thx

FelixMau commented 10 months ago

I've been working on the wrong environment, sorry for trouble caused.