lbdreyer
lbdreyer
We have **two** (2) longitude and latitude tick formatters. [cartopy.mpl.gridliner.LONGITUDE_FORMATTER](https://github.com/SciTools/cartopy/blob/master/lib/cartopy/mpl/gridliner.py#L86) which is ~5 years old and [cartopy.mpl.ticker.LongitudeFormatter](https://github.com/SciTools/cartopy/blob/master/lib/cartopy/mpl/ticker.py#L170) which is ~ 4 years old The newer one is better as it...
## 🚀 Pull Request ### Description Replacement for #3600 to avoid some code duplication by using a function `_handle_dimensional_metadata` and added tests. --- [Consult Iris pull request check list]( https://scitools-iris.readthedocs.io/en/latest/developers_guide/contributing_pull_request_checklist.html)
## 🚀 Pull Request ### Description This PR enables coverage testing using pytest-cov and coverage reporting using codacy. There are a few different coverage reporting tools we can choose from:...
In CF-1.7 the use of the grid_mapping attribute was expanded to store multiple coordinate systems. See [example 5.10](http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html#british-national-grid) Ref (for background, if needed): [trac ticket 70](https://cf-trac.llnl.gov/trac/ticket/70) We should handle reading...
Some users have cited slow downs in regridding as a blocker to moving to Iris 2 (and therefore Python 3 as they don't have access to Iris 1.13 in a...
Is it possible to add this package to conda-forge? Currently there is a version of pykerberos on conda-forge (https://anaconda.org/conda-forge/pykerberos) which looks like was originally based off this project (https://github.com/02strich/pykerberos/issues/17), but...
~WIP~ This is now ready for review This switches our use of nox to tox, re #4806
Decide whether to modify the Mesh printout to group optional connectivities by their source element
Should we modify the new Mesh printout, removing the "optional connectivities" section, and instead place them in their relevent source element section, and add an extra section for boundaries. e.g....
Currently, the max number of ticks is set to 4 (on [this line](https://github.com/SciTools/nc-time-axis/blob/master/nc_time_axis/__init__.py#L214)). This is a bit restrictive. It would be nice if the user had control over the number...
Rather than having to manually upload the built distribution to PyPI, it would be good to automate it. For more details, see https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd- workflows/ **ASSUMED INCLUDED** automated builds + build...