Metadata-Version: 2.3
Name: mosstool
Version: 1.3.18
Summary: MObility Simulation System toolbox 
License: MIT
Author: Jun Zhang
Author-email: zhangjun990222@qq.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: bs4 (>=0.0.2,<0.0.3)
Requires-Dist: coord-convert (>=0.2.1,<0.3.0)
Requires-Dist: generate-od (>=0.1,<0.2)
Requires-Dist: geojson (>=3.1.0,<4.0.0)
Requires-Dist: geopandas (>=0.14.3,<0.15.0)
Requires-Dist: levenshtein (>=0.25.0,<0.26.0)
Requires-Dist: lxml (>=5.1.0,<6.0.0)
Requires-Dist: matplotlib (>=3.8.3,<4.0.0)
Requires-Dist: networkx (>=3.2.1,<4.0.0)
Requires-Dist: numpy (>=2.0.0,<3.0.0)
Requires-Dist: path4gmns (>=0.9.8,<0.10.0)
Requires-Dist: pycityproto (>=2.0.7,<3.0.0)
Requires-Dist: pydeck (>=0.8.0,<0.9.0)
Requires-Dist: pymongo (>=4.6.2,<5.0.0)
Requires-Dist: pyproj (>=3.6.1,<4.0.0)
Requires-Dist: pytest-coverage (>=0.0,<0.1)
Requires-Dist: rasterio (==1.4.3)
Requires-Dist: requests (>=2.30.0,<3.0.0)
Requires-Dist: scikit-learn (>=1.4.1.post1,<2.0.0)
Requires-Dist: scipy (>=1.12.0,<2.0.0)
Requires-Dist: shapely (>=2.0.3,<3.0.0)
Requires-Dist: stringcase (>=1.2.0,<2.0.0)
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Description-Content-Type: text/markdown

# mosstool

MObility Simulation System (MOSS) Toolbox

## Installation

```bash
pip install mosstool
```

More basic concept introductions and tutorials are available at [MOSS](https://moss.fiblab.net/docs/introduction)

GitHub Repo: [https://github.com/tsinghua-fib-lab/mosstool](https://github.com/tsinghua-fib-lab/mosstool)

