Mathias Hauser

Results 96 issues of Mathias Hauser

### Proposed change `systemd-run` allows to [set the niceness level](https://www.freedesktop.org/software/systemd/man/systemd-run.html#--nice=) with `systemd-run --nice=19 ...`. Would be _nice_ if we could spawn kernels with reduced niceness to reduce their priority. ###...

new

### Proposed change If I understand correctly it is currently not possible to create named servers with systemdspawner. If you set ```python c.JupyterHub.allow_named_servers = True ``` Creating a new named...

new

### Description The pre-release version of shapely v2 is out & that seems to break cartopy. #### Code to reproduce Install shapely v2 & cartopy and try to import cartopy:...

Hello @mathause, I'm trying to mask ocean-only data from my NC file (that has multiple time steps) - why am I losing time information? My data: ![image](https://user-images.githubusercontent.com/7091088/190486882-78bb1a30-f544-40b4-bc69-24a78d05a4b9.png) After masking, I...

question
mask

I could try to wrap the functionality in [mask.py](https://github.com/regionmask/regionmask/blob/f2147f082eaba150d124a9fa639c945855006a80/regionmask/core/mask.py) into classes. The main reason is to allow #304 - and also some code cleanup. I add some code to show...

enhancement
mask
maintenance
API design

- [x] Closes #122 - [ ] Tests added - [ ] Passes `isort . && black . && flake8` - [ ] Fully documented, including `whats-new.rst` This - deprecates...

Is probably not very trivial and requires accepting a license. But could be cool for statistics in Europe. https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/administrative-units-statistical-units https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/administrative-units-statistical-units/nuts

pydap 3.3 is [released on conda](https://anaconda.org/conda-forge/pydap) but [not on pypi](https://pypi.org/project/Pydap/) - would be nice if it could also be released to pypi (#267, pydata/xarray#6960) so it can be installed properly...

PseudoNETCDF currently does not have the conventional `PseudoNetCDF.__version__` string. Would nice if this was added. It currently needs to be imported as: ```python from PseudoNetCDF import version version.version ``` In...

Moves from setup.py to setup.cfg and uses pyproject.toml to define the build system (see #5).