Julien Seguinot
Julien Seguinot
Maybe a design question rather than a bug. Even when timezone info is missing from an input GPX file, gpxpy returns timezone-aware datetimes. Not only this may result in wrong...
Pandas plot methods seem to fail on broken axes. Here is a minimalist example: ``` import pandas as pd from brokenaxes import brokenaxes ts = pd.Series(range(10)).plot(ax=brokenaxes()) ``` And the error...
I plan to implement two parametrizations of refreezing based on annual temperature, precipitation, snow accumulation and melt described in Janssens and Huybrechts, Annals of Glaciology 31(1), p. 135: - 'pr_d2m':...
Is pytables a required dependence missing from `setup.cfg`? After install with pip: ```python $ python -c "import oggm; oggm.cfg.initialize()" 2022-09-20 15:43:49: oggm.cfg: Reading default parameters from the OGGM `params.cfg` configuration...
- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on ~the latest version of~ geopandas 27de00c. - [...
This pull request implements `ds.cf.assign(**standard_variables)`. The new method should: - [ ] Assign variables by standard name as `**kwargs` or dictionary. - [ ] Decide on the variable short names...
Possibly a duplicate of #357 or a discussion topic. Opinions welcomed. ### Description Since `cf_xarray == 0.8.0` (#391), selecting variables by standard name with `ds.cf[standard_name]` results in a different set...