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
-
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
temporal
flag toCovModel
to explicitly specify spatio-temporal models #308spatial_dim
toCovModel
to explicitly set spatial dimension for spatio-temporal modelsspatial_dim
, the provideddim
needs to include the possible temporal dimensionspatial_dim
is always one less thanfield_dim
for spatio-temporal modelslatlon=True
to have a spatio-temporal model with geographic coordinatesField
class now has atemporal
attribute which forwards the model attributetemporal=True
andlatlon=True
will raise an errorgeo_scale
toCovModel
to have a more consistent way to set the units of the model length scale for geographic coordinates #308rescale
for this anymore (was rather a hack)gs.KM_SCALE
which is the same asgs.EARTH_RADIUS
for kilometer scalinggs.DEGREE_SCALE
for great circle distance in degreesgs.RADIAN_SCALE
for great circle distance in radians (default and previous behavior)vario_estimate
also hasgeo_scale
now to control the units of the binsvario_estimate
now forwards additional kwargs tostandard_bins
(bin_no
,max_dist
) #308low
andhigh
arguments touniform
transformation #310Changes
CovModel
s expect special arguments by keyword now #308verbose
attribute fromRandMeth
classes #309RandMeth
classes 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