Skip to content
Snippets Groups Projects
Commit 24d547ca authored by Philipp S. Sommer's avatar Philipp S. Sommer
Browse files

CI Pipeline 368964, commit 756654f0

parent 9ed28652
No related branches found
No related tags found
No related merge requests found
......@@ -92,10 +92,10 @@ Indices and tables
* :ref:`search`
.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psy-maps/badges/main/pipeline.svg
:target: https://codebase.helmholtz.cloud/psyplot/psy-maps/-/pipelines?page=1&scope=all&ref=main
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psy-maps/badges/main/coverage.svg
:target: https://codebase.helmholtz.cloud/psyplot/psy-maps/-/graphs/main/charts
.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psy-maps/badges/master/pipeline.svg
:target: https://codebase.helmholtz.cloud/psyplot/psy-maps/-/pipelines?page=1&scope=all&ref=master
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psy-maps/badges/master/coverage.svg
:target: https://codebase.helmholtz.cloud/psyplot/psy-maps/-/graphs/master/charts
.. |Latest Release| image:: https://codebase.helmholtz.cloud/psyplot/psy-maps/-/badges/release.svg
:target: https://codebase.helmholtz.cloud/psyplot/psy-maps
.. |PyPI version| image:: https://img.shields.io/pypi/v/psy-maps.svg
......@@ -106,6 +106,5 @@ Indices and tables
:target: https://pycqa.github.io/isort/
.. |PEP8| image:: https://img.shields.io/badge/code%20style-pep8-orange.svg
:target: https://www.python.org/dev/peps/pep-0008/
.. TODO: uncomment the following line when the package is registered at https://api.reuse.software
.. .. |REUSE status| image:: https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psy-maps
.. :target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-maps
.. |REUSE status| image:: https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psy-maps
:target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-maps
......@@ -160,17 +160,17 @@
<section id="welcome-to-psy-maps-s-documentation">
<h1>Welcome to psy-maps’s documentation!<a class="headerlink" href="#welcome-to-psy-maps-s-documentation" title="Link to this heading"></a></h1>
<p><a class="reference external" href="https://codebase.helmholtz.cloud/psyplot/psy-maps/-/pipelines?page=1&amp;scope=all&amp;ref=main"><img alt="CI" src="https://codebase.helmholtz.cloud/psyplot/psy-maps/badges/main/pipeline.svg" /></a>
<a class="reference external" href="https://codebase.helmholtz.cloud/psyplot/psy-maps/-/graphs/main/charts"><img alt="Code coverage" src="https://codebase.helmholtz.cloud/psyplot/psy-maps/badges/main/coverage.svg" /></a>
<p><a class="reference external" href="https://codebase.helmholtz.cloud/psyplot/psy-maps/-/pipelines?page=1&amp;scope=all&amp;ref=master"><img alt="CI" src="https://codebase.helmholtz.cloud/psyplot/psy-maps/badges/master/pipeline.svg" /></a>
<a class="reference external" href="https://codebase.helmholtz.cloud/psyplot/psy-maps/-/graphs/master/charts"><img alt="Code coverage" src="https://codebase.helmholtz.cloud/psyplot/psy-maps/badges/master/coverage.svg" /></a>
<a class="reference external" href="https://codebase.helmholtz.cloud/psyplot/psy-maps"><img alt="Latest Release" src="https://codebase.helmholtz.cloud/psyplot/psy-maps/-/badges/release.svg" /></a>
<a class="reference external" href="https://pypi.python.org/pypi/psy-maps/"><img alt="PyPI version" src="https://img.shields.io/pypi/v/psy-maps.svg" /></a>
<a class="reference external" href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg" /></a>
<a class="reference external" href="https://pycqa.github.io/isort/"><img alt="Imports: isort" src="https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&amp;labelColor=ef8336" /></a>
<a class="reference external" href="https://www.python.org/dev/peps/pep-0008/"><img alt="PEP8" src="https://img.shields.io/badge/code%20style-pep8-orange.svg" /></a>
<a href="#id1"><span class="problematic" id="id2">|REUSE status|</span></a></p>
<a class="reference external" href="https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psy-maps"><img alt="REUSE status" src="https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psy-maps" /></a></p>
<p class="rubric">Psyplot plugin for visualization on a map</p>
<p>Welcome to the psyplot plugin for visualizations on a map. This package uses the
<a href="#id3"><span class="problematic" id="id4">cartopy_</span></a> package to project the plots that are made with the <a href="#id5"><span class="problematic" id="id6">psy-simple_</span></a> plugin
<a href="#id1"><span class="problematic" id="id2">cartopy_</span></a> package to project the plots that are made with the <a href="#id3"><span class="problematic" id="id4">psy-simple_</span></a> plugin
to an earth-referenced grid. It’s main plot methods are the
<a class="reference external" href="https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.mapplot" title="(in psyplot)"><code class="xref py py-attr docutils literal notranslate"><span class="pre">mapplot</span></code></a> and
<a class="reference external" href="https://psyplot.github.io/psyplot/api/psyplot.project.html#psyplot.project.ProjectPlotter.mapvector" title="(in psyplot)"><code class="xref py py-attr docutils literal notranslate"><span class="pre">mapvector</span></code></a> plot methods which can plot
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment