Pastastore

Latest version: v1.7.2

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

1.7.2

**Full Changelog**: https://github.com/pastas/pastastore/compare/v1.7.1...v1.7.2

1.7.1

What's Changed
* fix to install extensions by dbrakenhoff in https://github.com/pastas/pastastore/pull/139


**Full Changelog**: https://github.com/pastas/pastastore/compare/v1.7.0...v1.7.1

1.7.0

* Minor improvements to hydropandas extension


**Full Changelog**: https://github.com/pastas/pastastore/compare/v1.6.1...v1.7.0

1.6.1

New features

- Hydropandas integration, easily download KNMI and BRO observations using the `pstore.hpd` extension. To use this extension, activate it as follows:

python
from pastastore.extensions import activate_hydropandas_extension
activate_hydropandas_extension()

download precipitation
pstore.hpd.download_knmi_precipitation(stn=260)

download groundwater observations
pstore.hpd.download_bro_gmw(
extent=(117850, 118180, 439550, 439900), tmin="2022-01-01", tmax="2022-01-02"
)


- Create Pastas stressmodels directly from the pastastore. Usage:
python
get stressmodel
sm = pstore.get_stressmodel("well", rfunc="Exponential", up=False, settings="well") use name of stress to build stressmodel
ml.add_stressmodel(sm)

add directly to model
pstore.add_stressmodel(ml, "nearest prec") supports nearest lookups, added directly to model
pstore.add_stressmodel(ml, ["nearest prec", "nearest evp"], stressmodel="RechargeModel") add linear recharge model


What's Changed
* Add hydropandas extension by dbrakenhoff in https://github.com/pastas/pastastore/pull/130
* Improve hpd by dbrakenhoff in https://github.com/pastas/pastastore/pull/132
* Add helper functions to get stressmodels from pastastore by dbrakenhoff in https://github.com/pastas/pastastore/pull/134

1.6.0

**Full Changelog**: https://github.com/pastas/pastastore/compare/v1.5.0...v1.6.0

1.5.0

**Full Changelog**: https://github.com/pastas/pastastore/compare/v1.4.0...v1.5.0

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.