Mathias Hauser

Results 96 issues of Mathias Hauser

* https://github.com/pydata/xarray-data * https://github.com/pydata/xarray/blob/master/xarray/tutorial.py

After #31 : maybe add a method to `plot_region` for basemap. (Although basemap is being phased out.)

wontfix
plot

define `outline`, `region`, `polygon`, `mask`, `rasterize`, ... and use it consistently in the package

doc

https://pubs.usgs.gov/of/2006/1187/basemaps/continents/ as I am not sure about the terms of use, mabe make a tutorial...

I just had a look at your [installation guide](https://github.com/sherpa-ai/sherpa/blob/master/docs/gettingstarted/installation.rst) where you recommend to prepend the sherpa path to `PYTHONPATH`. I think this is not best practice you get your sherpa...

## Expected behavior and actual behavior. When I use `features.rasterize` I expect that the result does not change if the passed `Polygon` is clockwise or counterclockwise. ## Steps to reproduce...

bug

- [x] Supersedes #6403, see also #5531 - [x] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods...

In #4864 I added a a decorator for the `xarray.testing.assert_*` functions to ensure warnings that were to errors (`pytest.mark.filterwarnings("error")`) do not error in `assert_*` (see https://github.com/pydata/xarray/pull/4760#issuecomment-774101639). As a solution I...

It took a lot of digging to find out how to connect to a dashboard on a remote machine/ jupyterhub instance. Finally I found: https://jobqueue.dask.org/en/latest/interactive.html#configuration and it works well. Could...