pymeos-cffi 1.1.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

pymeoscffi 1.1.2

MEOS (Mobility Engine, Open Source) is a C library which enables the manipulation of
temporal and spatio-temporal data based on MobilityDB'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
that allows to use all MEOS functionality while automatically taking care of conversions between basic Python and C types
(such as Python's str to C's char *).
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 library is built on top of this library and exposes all the functionality
of MEOS through a set of Python classes.
Usage
Installation
pip install pymeos-cffi

Source installation
If the pre-built distribution is not available for your system, pip will try to make source distribution. For that, you will
need to make sure you have the following requirements:

C compiler
MEOS Library

If the installation fails, you can submit an issue in the PyMEOS issue tracker

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.