From cc20e209697a258e66aca821d40da1f1d20c25c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristram=20Gr=C3=A4bener?= Date: Tue, 14 Jan 2025 13:35:31 +0100 Subject: [PATCH] Update README.md as requested by the openrail association --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 280b809..8dca326 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ [Linear Reference](https://en.wikipedia.org/wiki/Linear_referencing) allows to identify a position along a curve (a road, a canal, a railroad…) relative to fixed reference points. +This library allows to manipulate those reference in Rust, Python and Javascript. + +It is distributed under the [MIT](https://opensource.org/license/mit) licence. + +## Vocabulary + We call: - **anchor** a reference point: it can be milestones, a landmark, an intersection…