← 返回
未分类

City of Ottawa Open Data

Access 670+ datasets from the City of Ottawa open data portal. Search, fetch, and analyze city data on transit, environment, health, elections, and more via...
raychanpmp
未分类 clawhub v1.0.1 100000 Key: 无需
★ 0
Stars
📥 358
下载
💾 0
安装

概述

City of Ottawa Open Data

Access and analyze 670+ open datasets from the City of Ottawa via ArcGIS Hub. Data covers transit, environment, health, elections, infrastructure, and more.

Portal: https://open.ottawa.ca

Platform: ArcGIS Hub

Quick Start

# Search for datasets
python3 scripts/ottawa_data.py search "transit"

# List all datasets
python3 scripts/ottawa_data.py list

# View dataset info
python3 scripts/ottawa_data.py info "Ottawa Ward Boundaries"

# Fetch data
python3 scripts/ottawa_data.py fetch "Ottawa Ward Boundaries" --limit 5

# Export as CSV
python3 scripts/ottawa_data.py fetch "Bus Routes" --limit 100 --csv > routes.csv

# List direct download URLs
python3 scripts/ottawa_data.py downloads

Commands Reference

CommandDescription
----------------------
search Search datasets by keyword
listList all datasets
info Show dataset metadata and data source
fetch Fetch data (opts: --limit, --csv)
downloadsList datasets with direct download URLs

Data Sources

Ottawa datasets come in three types:

  1. ArcGIS Feature Services — Queryable geospatial data
  2. ArcGIS Map Services — Read-only map layers
  3. Document Links — Direct file downloads

Data Sources

All data from open.ottawa.ca.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 12:33 安全 安全

安全检测

暂无安全检测报告