返回 Skill 列表
extension
分类: 其它无需 API Key

City of Montreal Open Data

访问蒙特利尔市开放数据门户的398+数据集,搜索、获取并分析犯罪、交通、环境、许可证等城市数据。

person作者: raychanpmphubclawhub

City of Montreal Open Data

Access and analyze 398+ open datasets from the City of Montreal via the CKAN API. Data covers crime, transit, environment, permits, employment, and more.

Portal: https://donnees.montreal.ca Platform: CKAN Language: Data and metadata primarily in French

Quick Start

# Search for datasets
python3 scripts/montreal_data.py search "crime"

# List all datasets
python3 scripts/montreal_data.py list

# View dataset info
python3 scripts/montreal_data.py info actes-criminels

# Fetch data
python3 scripts/montreal_data.py fetch actes-criminels --limit 5

# Export as CSV
python3 scripts/montreal_data.py fetch actes-criminels --limit 100 --csv > crimes.csv

# List queryable datasets
python3 scripts/montreal_data.py searchable

Commands Reference

| Command | Description | |---------|-------------| | search <query> | Search datasets by keyword (French) | | list | List all datasets | | info <dataset-id> | Show dataset metadata and resources | | fetch <dataset-id> | Fetch data from datastore (opts: --limit, --csv) | | searchable | List datasets with queryable resources |

Language Note

Montreal publishes data primarily in French. Search queries should use French terms.

Data Sources

All data from donnees.montreal.ca under the Quebec Open Government Licence.