From aa92bc7510f66076971d1c356ddf976e63137c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lucas=20de=20Sousa=20Almeida?= Date: Mon, 10 Mar 2025 09:43:58 -0300 Subject: [PATCH 1/2] Adding badges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Lucas de Sousa Almeida --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b789f666..22637328 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ TerraTorch +[![huggingface](https://img.shields.io/badge/Hugging_Face-join-FFD21E?logo=huggingface)](https://huggingface.co/ibm-nasa-geospatial) +[![pypi](https://badge.fury.io/py/terratorch.svg)](https://pypi.org/project/terratorch) +[![tests](https://github.com/ibm/terratorch/actions/workflows/tests.yaml/badge.svg)](https://github.com/ibm/terratorch/actions/workflows/tests.yaml) + ## Overview TerraTorch is a library based on [PyTorch Lightning](https://lightning.ai/docs/pytorch/stable/) and the [TorchGeo](https://github.com/microsoft/torchgeo) domain library for geospatial data. From 02969ea500e2f9599601a52fb93faba90f197707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lucas=20de=20Sousa=20Almeida?= Date: Mon, 10 Mar 2025 09:51:36 -0300 Subject: [PATCH 2/2] Adding badges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Lucas de Sousa Almeida --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22637328..754a9ee2 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![huggingface](https://img.shields.io/badge/Hugging_Face-join-FFD21E?logo=huggingface)](https://huggingface.co/ibm-nasa-geospatial) [![pypi](https://badge.fury.io/py/terratorch.svg)](https://pypi.org/project/terratorch) -[![tests](https://github.com/ibm/terratorch/actions/workflows/tests.yaml/badge.svg)](https://github.com/ibm/terratorch/actions/workflows/tests.yaml) - +[![tests](https://github.com/IBM/terratorch/actions/workflows/test.yaml/badge.svg)](https://github.com/ibm/terratorch/actions/workflows/tests.yaml) +[![MkDocs](https://img.shields.io/badge/MkDocs-526CFE?logo=materialformkdocs&logoColor=fff)](https://ibm.github.io/terratorch/) ## Overview TerraTorch is a library based on [PyTorch Lightning](https://lightning.ai/docs/pytorch/stable/) and the [TorchGeo](https://github.com/microsoft/torchgeo) domain library for geospatial data.