Skip to content

Commit

Permalink
Merge pull request #25 from openradar/add-readme-badges
Browse files Browse the repository at this point in the history
Add conda-forge and pypi versions
  • Loading branch information
mgrover1 committed Apr 25, 2023
2 parents 6e7a285 + 9a3fe5f commit 9353f73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Open-Radar-Data
[![CI](https://github.com/openradar/open-radar-data/actions/workflows/ci.yaml/badge.svg)](https://github.com/openradar/open-radar-data/actions/workflows/ci.yaml)
[![PyPI Version](https://img.shields.io/pypi/v/open-radar-data.svg)](https://pypi.python.org/pypi/open-radar-data)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/open-radar-data.svg)](https://anaconda.org/conda-forge/open-radar-data)

A place to share radar data with the community, shared between the open radar packages

Expand Down Expand Up @@ -42,6 +45,10 @@ To add a new dataset file, please follow these steps:
# or

python -m pip install git+https://github.com/openradar/open-radar-data

# or

conda install -c conda-forge open-radar-data
```

- Import `DATASETS` and inspect the registry to find out which datasets are available
Expand Down

0 comments on commit 9353f73

Please sign in to comment.