Skip to content

Commit f85abf7

Browse files
committed
update links according zenodo docs
1 parent 3c1ab21 commit f85abf7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
[![License](https://img.shields.io/pypi/l/windrose.svg)](https://pypi.python.org/pypi/windrose/)
55
[![Development Status](https://img.shields.io/pypi/status/windrose.svg)](https://pypi.python.org/pypi/windrose/)
66
[![Tests](https://github.com/python-windrose/windrose/actions/workflows/tests.yml/badge.svg)](https://github.com/python-windrose/windrose/actions/workflows/tests.yml)
7-
[![DOI](https://zenodo.org/badge/37549137.svg)](https://zenodo.org/badge/latestdoi/37549137)
7+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13133010.svg)](https://doi.org/10.5281/zenodo.13133010)
88
[![JOSS](https://joss.theoj.org/papers/10.21105/joss.00268/status.svg)](https://joss.theoj.org/papers/10.21105/joss.00268)
99

10+
1011
# Windrose
1112

1213
A [wind rose](https://en.wikipedia.org/wiki/Wind_rose) is a graphic tool used by meteorologists to give a succinct view of how wind speed and direction are typically distributed at a particular location. It can also be used to describe air quality pollution sources. The wind rose tool uses Matplotlib as a backend. Data can be passed to the package using Numpy arrays or a Pandas DataFrame.

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ https://docs.github.com/en/pull-requests/collaborating-with-pull-requests
4646
:target: https://pypi.org/project/windrose/
4747
.. |Tests| image:: https://github.com/python-windrose/windrose/actions/workflows/tests.yml/badge.svg
4848
:target: https://github.com/python-windrose/windrose/actions/workflows/tests.yml
49-
.. |DOI| image:: https://zenodo.org/badge/37549137.svg
50-
:target: https://zenodo.org/badge/latestdoi/37549137
49+
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.13133010.svg
50+
:target: https://doi.org/10.5281/zenodo.13133010
5151

5252
Indices and tables
5353
==================

0 commit comments

Comments
 (0)