Metadata-Version: 2.3
Name: pycitydata
Version: 1.1.0
Summary: City Data Python SDK
License: MIT
Author: Jun Zhang
Author-email: zhangjun990222@qq.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: geojson (>=3.1.0)
Requires-Dist: geopandas (>=0.9.0)
Requires-Dist: lru-dict (>=1.3.0)
Requires-Dist: numpy (>=1.24.0)
Requires-Dist: opencv-python-headless (>=4.8.0.0)
Requires-Dist: pillow (>=10.0.0)
Requires-Dist: pycityproto (>=1.21.0)
Requires-Dist: pymongo (>=3.12.1)
Requires-Dist: pyproj (>=3.0.0)
Requires-Dist: requests (>=2.27.0)
Requires-Dist: scipy (>=1.7.0)
Requires-Dist: shapely (>=2.0.0)
Requires-Dist: stringcase (>=1.2.0,<2.0.0)
Project-URL: Documentation, https://docs.fiblab.net/pycitydata
Project-URL: Homepage, https://github.com/tsinghua-fib-lab/pycitydata
Project-URL: Repository, https://github.com/tsinghua-fib-lab/pycitydata
Description-Content-Type: text/markdown

# pycitydata

City Data Python SDK

## 安装 Installation

```shell
pip install pycitydata
```

## 主要子库 Sub-packages

- pycitydata.map: 地图数据操作库。Map data operation package.
- pycitydata.sateimg: 卫星影像数据下载。Satellite image data download.
- pycitydata.streetview: 街景图片操作库。Street view image operation package.
- pycitydata.urbankg: 城市知识图谱访问模块。City knowledge graph access module.

## 示例代码 Examples

访问 [examples](https://github.com/tsinghua-fib-lab/pycitydata/-/tree/main/examples?ref_type=heads) 查看示例代码。

