Skip to main content

Python wrapper for the MEOS C Library.

Project description

MEOS Logo

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 is a Python library built on top of MEOS using CFFI which presents a set of classes to manipulate spatio-temporal information

Usage

Installation

pip install pymeos

PyMEOS wheel should be compatible with any system, but it is possible that the pre-built distribution is not available for PyMEOS CFFI for some OS/Architecture.
If it is not available, see the source installation notes on PyMEOS CFFI's readme on how to proceed

Sample code

IMPORTANT Before using any PyMEOS function, always call pymeos_initialize. Otherwise, the library will crash with a Segmentation Fault error. You should also always call pymeos_finalize at the end of your code.

from pymeos import pymeos_initialize, pymeos_finalize, TGeogPointInst, TGeogPointSeq

# Important: Always initialize MEOS library
pymeos_initialize()

sequence_from_string = TGeogPointSeq(string='[Point(10.0 10.0)@2019-09-01 00:00:00+01, Point(20.0 20.0)@2019-09-02 00:00:00+01, Point(10.0 10.0)@2019-09-03 00:00:00+01]')
print(f'Output: {sequence_from_string}')

sequence_from_points = TGeogPointSeq(instant_list=[TGeogPointInst(string='Point(10.0 10.0)@2019-09-01 00:00:00+01'), TGeogPointInst(string='Point(20.0 20.0)@2019-09-02 00:00:00+01'), TGeogPointInst(string='Point(10.0 10.0)@2019-09-03 00:00:00+01')], lower_inc=True, upper_inc=True)
speed = sequence_from_points.speed()
print(f'Speeds: {speed}')

# Call finish at the end of your code
pymeos_finalize()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymeos-1.1.3b1.post2.tar.gz (78.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pymeos-1.1.3b1.post2-py3-none-any.whl (114.6 kB view details)

Uploaded Python 3

File details

Details for the file pymeos-1.1.3b1.post2.tar.gz.

File metadata

  • Download URL: pymeos-1.1.3b1.post2.tar.gz
  • Upload date:
  • Size: 78.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pymeos-1.1.3b1.post2.tar.gz
Algorithm Hash digest
SHA256 ae0a270ba2361c78009c16859fdcc2ac3f9a8157cd541c02236e74871ee6d20e
MD5 b41fa72b44f2e269b24107ca3e9032c0
BLAKE2b-256 cec515ed0993e8db0ce822472e71e446f949ee93cbb2d65123c22b9115d9d0ea

See more details on using hashes here.

File details

Details for the file pymeos-1.1.3b1.post2-py3-none-any.whl.

File metadata

  • Download URL: pymeos-1.1.3b1.post2-py3-none-any.whl
  • Upload date:
  • Size: 114.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pymeos-1.1.3b1.post2-py3-none-any.whl
Algorithm Hash digest
SHA256 41b6cc73d4a1f5c02c32dd393ed5975a71393486ed0ae3ce166bd993dca4c2b6
MD5 46e212558b8c8ceb4aebe21c21ae5c15
BLAKE2b-256 c9fb683fcf51964aeef9aa9491fa78a6356d227601d02cc6a041cbbfce7cab04

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page