From 964463c1b8049b479086da74f673159f0fc1d40f 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 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as requested by the openrail association Signed-off-by: Tristram Gräbener --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 280b809..27f536c 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 points 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…