ArtesiaWater / hydropandas

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

add functions besides class methods #84

Closed OnnoEbbens closed 1 year ago

OnnoEbbens commented 1 year ago

Now you can only read data using the class methods e.g. GroundwaterObs.from_knmi() or ObsCollection.from_dino. It would be nice to have more general methods like pandas such as read_knmi or read_dino.

Only challenge is to make a clear distinction between reading a single observation and reading a collection of observations. An option would be that the read functions will always return a collection.