City Simulator and OpenCity Databases Python SDK
Project description
pycitysim
City Simulator and OpenCity databases Python SDK
安装 Installation
pip install pycitysim
安装 grpcio 的过程中,如果出现: When installing grpcio, you may encounter the following error:
pip install fails with "No such file or directory: 'c++': 'c++'"
代表缺少 C++相关依赖。在 Debian 镜像上,执行: It means that C++ related dependencies are missing. On the Debian image, execute:
sudo apt install build-essential
在 alpine 镜像上,执行: On the alpine image, execute:
apk add g++
主要子库 Sub-packages
- pycitysim.apphub: OpenCity后端交互库。OpenCity backend interaction package.
- pycitysim.map: 地图数据操作库。Map data operation package.
- pycitysim.routing: 路径规划操作库。Routing operation package.
- pycitysim.sim: 模拟器gRPC接入客户端。City Simulator gRPC access client.
- pycitysim.urbankg: 城市知识图谱访问模块。City knowledge graph access module.
示例代码
访问 examples 查看示例代码。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pycitysim-1.21.0.tar.gz
(37.5 kB
view details)
Built Distribution
File details
Details for the file pycitysim-1.21.0.tar.gz
.
File metadata
- Download URL: pycitysim-1.21.0.tar.gz
- Upload date:
- Size: 37.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3eab98525dec3e2973edaea80ff446f1d4db2406d90d4a066a2a15195b9c85a3 |
|
MD5 | 1dad8f50f52db7668c878236609822b0 |
|
BLAKE2b-256 | 2106449ec5dd2c92c4feb7308157255c53771214e590569ccfe9353288a8ee8b |
File details
Details for the file pycitysim-1.21.0-py3-none-any.whl
.
File metadata
- Download URL: pycitysim-1.21.0-py3-none-any.whl
- Upload date:
- Size: 49.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c773e70f0703de1dc7105ef3f5b5852b566e1bef74bfc07f98d596e6c1cc9be |
|
MD5 | abdd7b4156a3482391bfc4981bf78d51 |
|
BLAKE2b-256 | e44d8510c17b41fc5ca2e9003d7b83c21d7a9eb17a183e133712926cfe25f7a0 |