forked from SciTools/iris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into dark_theme
* upstream/main: (23 commits) Lockfiles and pydata-sphinx-theme fix (SciTools#5188) Allow smarter weights (cubes, coordinates, cell measures, or ancillary variables) for aggregation (SciTools#5084) removed cell measure mask check and error (SciTools#5181) Updated environment lockfiles (SciTools#5177) Lazy weighted RMS calculation (SciTools#5017) Add coverage badge to README.md (SciTools#5176) Add coverage testing (SciTools#4765) Whats new updates for v3.4.1 . NetCDF thread safety take two (SciTools#5095) Updated environment lockfiles (SciTools#5163) Plugin support (SciTools#5144) Expand scope of common contributor links (SciTools#5159) Replace apparently retired UDUNITS documentation link. (SciTools#5153) [pre-commit.ci] pre-commit autoupdate (SciTools#5150) Fixing typo's in Gitwash. (SciTools#5145) add readme #showyourstripes (SciTools#5141) [pre-commit.ci] pre-commit autoupdate (SciTools#5143) Iris ❤ Xarray docs page. (SciTools#5025) [pre-commit.ci] pre-commit autoupdate (SciTools#5136) Updated citation (SciTools#5116) ...
- Loading branch information
Showing
137 changed files
with
3,701 additions
and
2,199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
|
||
|
||
def make_plot(projection_name, projection_crs): | ||
|
||
# Create a matplotlib Figure. | ||
plt.figure() | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
.. include:: ../common_links.inc | ||
|
||
.. todo: | ||
consider scientific-python.org | ||
consider scientific-python.org/specs/ | ||
Iris in the Community | ||
===================== | ||
|
||
Iris aims to be a valuable member of the open source scientific Python | ||
community. | ||
|
||
We listen out for developments in our dependencies and neighbouring projects, | ||
and we reach out to them when we can solve problems together; please feel free | ||
to reach out to us! | ||
|
||
We are aware of our place in the user's wider 'toolbox' - offering unique | ||
functionality and interoperating smoothly with other packages. | ||
|
||
We welcome contributions from all; whether that's an opinion, a 1-line | ||
clarification, or a whole new feature 🙂 | ||
|
||
Quick Links | ||
----------- | ||
|
||
* `GitHub Discussions`_ | ||
* :ref:`Getting involved<development_where_to_start>` | ||
* `Twitter <https://twitter.com/scitools_iris>`_ | ||
|
||
Interoperability | ||
---------------- | ||
|
||
There's a big choice of Python tools out there! Each one has strengths and | ||
weaknesses in different areas, so we don't want to force a single choice for your | ||
whole workflow - we'd much rather make it easy for you to choose the right tool | ||
for the moment, switching whenever you need. Below are our ongoing efforts at | ||
smoother interoperability: | ||
|
||
.. not using toctree due to combination of child pages and cross-references. | ||
* The :mod:`iris.pandas` module | ||
* :doc:`iris_xarray` | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:hidden: | ||
|
||
iris_xarray | ||
|
||
Plugins | ||
------- | ||
|
||
Iris can be extended with **plugins**! See below for further information: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
plugins |
Oops, something went wrong.