v1.5.0 'Nifty Neon' #316
MuellerSeb
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes
This release brings better support for spatio-temporal models as well as some updates for models on geographic coordinates.
Installation
You can install GSTools with conda:
or with pip:
Documentation
The documentation can be found at: https://gstools.readthedocs.io/
What's new?
Enhancements
temporalflag toCovModelto explicitly specify spatio-temporal models #308spatial_dimtoCovModelto explicitly set spatial dimension for spatio-temporal modelsspatial_dim, the provideddimneeds to include the possible temporal dimensionspatial_dimis always one less thanfield_dimfor spatio-temporal modelslatlon=Trueto have a spatio-temporal model with geographic coordinatesFieldclass now has atemporalattribute which forwards the model attributetemporal=Trueandlatlon=Truewill raise an errorgeo_scaletoCovModelto have a more consistent way to set the units of the model length scale for geographic coordinates #308rescalefor this anymore (was rather a hack)gs.KM_SCALEwhich is the same asgs.EARTH_RADIUSfor kilometer scalinggs.DEGREE_SCALEfor great circle distance in degreesgs.RADIAN_SCALEfor great circle distance in radians (default and previous behavior)vario_estimatealso hasgeo_scalenow to control the units of the binsvario_estimatenow forwards additional kwargs tostandard_bins(bin_no,max_dist) #308lowandhigharguments touniformtransformation #310Changes
CovModels expect special arguments by keyword now #308verboseattribute fromRandMethclasses #309RandMethclasses key-word-only now exceptmodel#309Bugfixes
This discussion was created from the release v1.5.0 'Nifty Neon'.
Beta Was this translation helpful? Give feedback.
All reactions