From a6b62d7ac3d92ca14e42d1f11c2fb334cf116fb0 Mon Sep 17 00:00:00 2001 From: Davichet-e <48657914+Davichet-e@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:05:58 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 381877c..c53b5e5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It supports MEOS version >= 1.2 The primary goal of this library is to facilitate the creation and manipulation of temporal types, such as time-stamped geographic points, sequences, and numeric values. These temporal data structures can be used for various use cases including: - **Tracking Movement:** Efficiently manage and analyze the movement of objects (e.g., vehicles, ships, animals) over time. -- **Spatiotemporal Queries:**: +- **Spatiotemporal Queries**: - **Distance Calculations:** Compute the shortest distance between trajectories, which can be useful for determining when two moving objects were closest to each other. - **Time-Weighted Averages:** Analyze time-dependent data, like averaging speeds or temperatures over a period. - **Intersection Queries:** Check if a trajectory passes through specific points or regions, enabling location-based analysis of movement. @@ -22,7 +22,7 @@ Add the following dependency to your `Cargo.toml`: ```toml [dependencies] -meos = "0.1" +meos = "0.2" ``` Ensure that the `meos` C library is installed on your system. Follow the installation instructions on the [MEOS website](https://github.com/MobilityDB/MobilityDB/?tab=readme-ov-file#requirements).