ArtesiaWater / hydropandas

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

Add Deprecation warning for `hydropandas.io.knmi.get_nearest_station_df()` #147

Closed dbrakenhoff closed 10 months ago

dbrakenhoff commented 10 months ago

I updated hydropandas dev, and ran into an error in nlmod tests that get_nearest_station_df no longer existed in hydropandas.io.knmi.

Perhaps add the function again with a DeprecationWarning for the next release :)?

dbrakenhoff commented 10 months ago

This already adressed by #139