Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

|pypi-badge| |conda-badge| |rtd-badge| |gha-badge| |ghi-badge| |binder-badge|

.. |pypi-dl-badge| image:: https://img.shields.io/pypi/dm/eodag.svg?
.. |pypi-dl-badge| image:: https://badgen.net/pypi/dm/eodag
:target: https://pypi.org/project/eodag/

.. |license-badge| image:: https://img.shields.io/pypi/l/eodag.svg?
Expand All @@ -32,8 +32,8 @@
.. |versions-badge| image:: https://img.shields.io/pypi/pyversions/eodag.svg?
:target: https://pypi.org/project/eodag/

.. |zenodo-badge| image:: https://zenodo.org/badge/203819248.svg?
:target: https://doi.org/10.5281/zenodo.18552649
.. |zenodo-badge| image:: https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fzenodo.org%2Fapi%2Frecords%2F18552649%2Fversions%2Flatest&query=doi&label=DOI&color=blue
:target: https://doi.org/10.5281/zenodo.18552649

|pypi-dl-badge| |license-badge| |versions-badge| |zenodo-badge|

Expand Down Expand Up @@ -67,7 +67,7 @@ integrate new data providers. Three types of plugins compose the tool:

Read `the documentation <https://eodag.readthedocs.io/en/latest/>`_ for more insights.

.. image:: https://raw.githubusercontent.com/CS-SI/eodag/develop/docs/_static/eodag_overview.png
.. image:: https://cs-si.github.io/eodag/docs/_static/eodag_overview.png
:alt: EODAG overview
:class: no-scaled-link

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Earth Observation Data Access Gateway (|version|)
:raw-html:`<a class="reference external image-reference" href="https://badge.fury.io/py/eodag" rel="nofollow"><img src="https://badge.fury.io/py/eodag.svg" type="image/svg+xml"></a>`
:raw-html:`<a class="reference external image-reference" href="https://anaconda.org/conda-forge/eodag" rel="nofollow"><img src="https://img.shields.io/conda/vn/conda-forge/eodag" type="image/svg+xml"/></a>`
:raw-html:`<a class="reference external image-reference" href="https://pypi.org/project/eodag/" rel="nofollow"><img src="https://img.shields.io/pypi/pyversions/eodag.svg" type="image/svg+xml"></a>`
:raw-html:`<a class="reference external image-reference" href="https://doi.org/10.5281/zenodo.18552649"><img src="https://zenodo.org/badge/203819248.svg" alt="DOI"></a>`
:raw-html:`<a class="reference external image-reference" href="https://doi.org/10.5281/zenodo.18552649"><img src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fzenodo.org%2Fapi%2Frecords%2F18552649%2Fversions%2Flatest&query=doi&label=DOI&color=blue" alt="DOI"></a>`
:raw-html:`<a class="reference external image-reference" href="https://mybinder.org/v2/git/https%3A%2F%2Fgithub.com%2FCS-SI%2Feodag.git/master?filepath=docs%2Fnotebooks%2Fintro_notebooks.ipynb" rel="nofollow"><img src="https://mybinder.org/badge_logo.svg" type="image/svg+xml"></a>`
:raw-html:`<a class="reference external image-reference" href="https://pypi.org/project/eodag/" rel="nofollow"><img src="https://img.shields.io/pypi/dm/eodag.svg" type="image/svg+xml"></a>`
:raw-html:`<a class="reference external image-reference" href="https://pypi.org/project/eodag/" rel="nofollow"><img src="https://badgen.net/pypi/dm/eodag" type="image/svg+xml"></a>`
:raw-html:`<a class="reference external image-reference" href="https://github.com/CS-SI/eodag" rel="nofollow"><img src="https://img.shields.io/github/stars/CS-SI/eodag?style=social" type="image/svg+xml"/></a>`

**EODAG (Earth Observation Data Access Gateway) is a command line tool and a Python library for searching and downloading
Expand Down
Loading