Sebastian Müller
Sebastian Müller
Currently, the kriging matrix is build on the covariance function of the given model: https://github.com/GeoStat-Framework/GSTools/blob/21c97fc7426864add2430addcaf465da8993d227/gstools/krige/base.py#L290 To be future prove, we should add a switch to be able to select the...
Unbounded variogram models like the power-law model can't be expressed by a covariance model, since they don't have a finite sill. We need another class next to `CovModel` (maybe `UnboundedModel`),...
We should add interfaces to xarray wihtin the Field-class: - `xarray` method: generate field on xarray - `to_xarray` export field to a `xarray` We would need to think about call...
It would be nice, if this template could use `setuptools_scm` for automated versioning: https://github.com/pypa/setuptools_scm
Hi there and thanks for this amazing repo! I was trying to cleanup my coverage workflow and tried to replace `append_coverage_compiler_flags` with `append_coverage_compiler_flags_to_target`. Two problems came across: 1. I needed...
On the website of [Christoph Gohlke's](https://www.lfd.uci.edu/~gohlke/pythonlibs/) it is written: > Funding for the Laboratory for Fluorescence Dynamics has ceased. This service will be discontinued before July 2022. I guess this...
Closes #346
Hey there, was tinkering around with the `add_bounds` method and got this (from dump): ```bash float yc_bounds(bounds, yc) ; ``` From the [CF-conventions](http://cfconventions.org/cf-conventions/cf-conventions.html#cell-boundaries), I found the following example for cell...
This awesome package should be listed here: https://github.com/softwareunderground/awesome-open-geoscience There is a visualization section, where psyplot fits perfectly. :wink: You can add it by simply opening a PR. Cheers, Sebastian
#### Summary A meta-package that installs the whole psyplot suite. #### Reason Installing everything needed to do map-plots within the GUI took to much reading to find out which packages...