Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![MEOS Logo](https://raw.githubusercontent.com/MobilityDB/PyMEOS/master/docs/images/PyMEOS%20Logo.png)

[MEOS (Mobility Engine, Open Source)](https://www.libmeos.org/) is a C library which enables the manipulation of
[MEOS (Mobility Engine, Open Source)](https://github.com/MobilityDB/MEOS) is a C library which enables the manipulation of
temporal and spatio-temporal data based on [MobilityDB](https://mobilitydb.com/)'s data types and functions.

PyMEOS CFFI is a Python library that wraps the MEOS C library using CFFI, providing a set of python functions
Expand All @@ -10,7 +10,7 @@ that allows to use all MEOS functionality while automatically taking care of con
This library is not meant to be used directly by the user, since most of the functions receive or return C objects
(CFFI's `cdata` type).

The [PyMEOS](../pymeos) library is built on top of this library and exposes all the functionality
The [PyMEOS](https://github.com/MobilityDB/PyMEOS/) library is built on top of this library and exposes all the functionality
of MEOS through a set of Python classes.

# Usage
Expand All @@ -26,6 +26,6 @@ If the pre-built distribution is not available for your system, `pip` will try t
need to make sure you have the following requirements:

- C compiler
- [MEOS Library](https://www.libmeos.org/)
- [MEOS Library](https://github.com/MobilityDB/MEOS)

If the installation fails, you can submit an issue in the [PyMEOS issue tracker](https://github.com/MobilityDB/PyMEOS/issues)
If the installation fails, you can submit an issue in the [PyMEOS issue tracker](https://github.com/MobilityDB/PyMEOS/issues)