From aa7dd73ae7766e1864b375646f993fe05758f845 Mon Sep 17 00:00:00 2001 From: Max Grover Date: Tue, 25 Apr 2023 14:30:06 -0500 Subject: [PATCH 1/2] Add conda-forge and pypi versions Add badges for pypi and conda-forge --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3498633..50935f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Open-Radar-Data +[![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 @@ -42,6 +44,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 From 9a3fe5f4e6e63b02a75f8815d1816e8c35a91f82 Mon Sep 17 00:00:00 2001 From: Max Grover Date: Tue, 25 Apr 2023 14:31:21 -0500 Subject: [PATCH 2/2] Add CI badge Add a badge for CI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50935f3..9d13a6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # 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)