Pastastore

Latest version: v1.10.0

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

Scan your dependencies

Page 2 of 6

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

1.4.0

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

1.3.0

New Contributors
* OnnoEbbens made their first contribution in https://github.com/pastas/pastastore/pull/101

**Full Changelog**: https://github.com/pastas/pastastore/compare/v1.2.2...v1.3.0

1.2.2

Minor release with some small fixes to frontiers checks and plotting functionality

What's Changed
* Update master to v1.2.2 by martinvonk in https://github.com/pastas/pastastore/pull/97


**Full Changelog**: https://github.com/pastas/pastastore/compare/v1.2.1...v1.2.2

Page 2 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.