ArtesiaWater / hydropandas

Module for loading observation data into custom DataFrames
https://hydropandas.readthedocs.io
MIT License
52 stars 10 forks source link

Add option to add all metadata to the ObsCollection using the `add_meta_to_df` method #134

Closed OnnoEbbens closed 11 months ago

OnnoEbbens commented 1 year ago

If you want to add metadata from the meta attribute of an Observation to the ObsCollection you have to specify the key you want to add. It would be nice to have the option to add all keys from the meta attribute of an Observation to the ObsCollection

HMEUW commented 1 year ago

I just included this option in the processing of Bronhouderportaal-BRO update #136

Maybe include as a general function in stead?