Metadata-Version: 2.1
Name: pymove-osmnx
Version: 0.2.0
Summary: A lib python to integrate PyMove and OSMnx
Home-page: https://github.com/InsightLab/pymove-osmnx
Author: Insight Data Science Lab
Author-email: insightlab@dc.ufc.br
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pymove
Requires-Dist: pandas (==1.0.5)
Requires-Dist: osmnx (<=0.15.1)

# PyMove OSM NetworkX (OSMnx)

## What is PyMove-OSMnx

PyMove is a Python library for processing and visualization of trajectories and other spatial-temporal data. OSMnx is a Python package to retrieve, model, analyze, and visualize street networks from OpenStreetMap. Users can download and model walkable, drivable, or bikeable urban networks with a single line of Python code, and then easily analyze and visualize them.

---

## Main Features

PyMove-OSMnx **proposes**:

-   A familiar and similar syntax to Pandas;
-   Clear documentation;
-   Extensibility, since you can implement your main data structure by manipulating other data structures such as Dask DataFrame, numpy arrays, etc., in addition to adding new modules;
-   Flexibility, as the user can switch between different data structures;
-   Fast map-matching of points, routes, or trajectories to nearest graph edges or nodes;
-   Operations for data preprocessing, pattern mining and data visualization.

---


