From 9509bd0fda219c2c75a20dba0c0f37dc34ba03a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Maillet?= Date: Tue, 6 Aug 2024 16:15:02 -0400 Subject: [PATCH] Readme badges (#6) * Added badges to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6b2b79a..f0c59a0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ + +[![CI](https://github.com/nexmoov/rusty-polygon-geohasher/actions/workflows/CI.yml/badge.svg)](https://github.com/nexmoov/rusty-polygon-geohasher/actions/workflows/CI.yml) +[![Package version](https://img.shields.io/pypi/v/rusty-polygon-geohasher.svg)](https://pypi.org/project/rusty-polygon-geohasher) + # rusty-polygon-geohasher Polygon Geohasher is an open source Python package for converting Shapely's polygons into a set of geohashes. It obtains the set of geohashes inside a polygon or geohashes that touch (intersect) the polygon.