Published August 8, 2021
| Version v1.3.3
Software
Open
GeoStat-Framework/GSTools: v1.3.3 'Pure Pink'
Authors/Creators
- 1. Helmholtz Centre for Environmental Research - UFZ
Contributors
Other:
Research group (2):
Supervisor:
- 1. Helmholtz Centre for Environmental Research - UFZ
- 2. Hydrogeology Group, Department of Earth Science, Utrecht University, Netherlands
Description
Release Notes
This release comes with a new storage framework for all Field classes and a better transform sub-module.
Installation
You can install GSTools with conda:
conda install -c conda-forge gstools
or with pip:
pip install gstools
Documentation
The documentation can be found at: https://gstools.readthedocs.io/
What's new?
Enhancements
See: #197
gstools.transform:- add keywords
field,store,processandkeep_meanto all transformations to control storage and respectnormalizer - added
apply_functiontransformation - added
applyas wrapper for all transformations - added
transformmethod to allField(sub)classes as interface totransform.apply - added checks for normal fields to work smoothly with recently added
normalizersubmodule
- add keywords
Field:- allow naming fields when generating and control storage with
storekeyword - all subclasses now have the
post_processkeyword (apply mean, normalizer, trend) - added subscription to access fields by name (
Field["field"]) - added
set_posmethod to set position tuple - allow reusing present
postuple - added
pos,mesh_type,field_names,field_shape,all_fieldsproperties
- allow naming fields when generating and control storage with
CondSRF:- memory optimization by forwarding
posfrom underlyingkrigeinstance - only recalculate kriging field if
postuple changed (optimized ensemble generation)
- memory optimization by forwarding
- performance improvement by using
np.asarrayinstead ofnp.arraywhere possible - updated examples to use new features
- added incomplete lower gamma function
inc_gamma_low(for TPLGaussian spectral density) - filter
nanvalues fromcond_valarray in all kriging routines #201
Bugfixes
inc_gammawas defined wrong for integers < 0
Files
GeoStat-Framework/GSTools-v1.3.3.zip
Files
(14.0 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:2621b0f82c61dec7fa20c71f69df0416
|
14.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/GeoStat-Framework/GSTools/tree/v1.3.3 (URL)