ArtesiaWater / hydropandas

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

multiple observations at the same location #89

Open OnnoEbbens opened 1 year ago

OnnoEbbens commented 1 year ago

Often there are multiple observations at the same location. It is good to know which observations are at the same location so you can plot them in the same figure for example.

Now we only deal with this with GroundwaterObs type of observations. I think it is better to make a more generic method for this.