Skip to content

Commit

Permalink
Add CI status badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BezBIS committed Apr 2, 2024
1 parent 9d8b102 commit 2f59c5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# gridish

[![CI Pipeline Status](https://github.com/BIS-Brecon/gridish/actions/workflows/rust.yml/badge.svg)](https://github.com/BIS-Brecon/gridish/actions/workflows/rust.yml)

A rust library for working with British and Irish national grids (OSGB, and OSI). Provides a simple interface for converting valid grid references into eastings / northings and vice versa, as well as functionality to recalculate a grid reference to a new precision. This crate intentionally does not provide functionality to convert between different coordinate systems, as there are already several libraries available to do this; it exists solely to fill the gap between numerical coordinates in eastings / northings and their textual representations.

## Examples
Expand Down

0 comments on commit 2f59c5b

Please sign in to comment.