You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix supersmoother which does not work for certain wells
make pylenm use more general wording such that it can apply to surface water data, not just groundwater; ex. for functions like interpolate_by_well, create a duplicate function interpolate_by_station with the same functionality, and then once all relevant functions are duplicated & the duplicates all work together then we can remove the originals
Replace or remove richdem package dependency, as it appears to not be used much in the code other than under install_requires in setup.py, and it causes installation issues for some users on Windows e.g. Installation Failure r-barnes/richdem#66
The text was updated successfully, but these errors were encountered:
interpolate_by_well
, create a duplicate functioninterpolate_by_station
with the same functionality, and then once all relevant functions are duplicated & the duplicates all work together then we can remove the originalsrichdem
package dependency, as it appears to not be used much in the code other than underinstall_requires
in setup.py, and it causes installation issues for some users on Windows e.g. Installation Failure r-barnes/richdem#66The text was updated successfully, but these errors were encountered: