← 返回
未分类 中文

City of Lethbridge Open Data

Access 123+ datasets from the City of Lethbridge open data portal. Search, fetch, and analyze city data on transit, infrastructure, elections, environment, a...
从莱斯布里奇市开放数据门户访问 123+ 数据集,搜索、获取并分析城市数据,涵盖交通、基础设施、选举、环境等。
raychanpmp
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 377
下载
💾 0
安装
1
版本
#latest

概述

City of Lethbridge Open Data

Access and analyze 123+ open datasets from the City of Lethbridge via ArcGIS Hub. Data covers transit, infrastructure, elections, environment, tourism, and more.

Portal: https://opendata.lethbridge.ca

Platform: ArcGIS Hub

Quick Start

# Search for datasets
python3 scripts/lethbridge_data.py search "traffic"

# List all datasets
python3 scripts/lethbridge_data.py list

# View dataset info
python3 scripts/lethbridge_data.py info "Traffic Counts"

# Fetch data from ArcGIS feature service
python3 scripts/lethbridge_data.py fetch "Traffic Counts" --limit 5

# Fetch with field filter
python3 scripts/lethbridge_data.py fetch "Intersection Safety Devices" --limit 10 --format json

# Export as CSV
python3 scripts/lethbridge_data.py fetch "City Boundary" --csv

# List all datasets with download links
python3 scripts/lethbridge_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, --format json/csv, --csv)
downloadsList datasets with direct file download URLs

Data Sources

Lethbridge datasets come in three types:

  1. ArcGIS Feature Services — Queryable geospatial data (parks, streets, boundaries)
  2. ArcGIS Map Services — Read-only map layers
  3. Document Links — Direct file downloads (Excel, CSV, PDF)

The CLI auto-detects the source type and uses the appropriate method.

ArcGIS REST API

Geospatial datasets use the ArcGIS REST query API:

  • Endpoint: https://gis.lethbridge.ca/gisopendata/rest/services/OpenData/
  • Supports where, outFields, resultRecordCount, f (json/geojson) parameters
  • Max 2000 records per query

Data Sources

All data is sourced from the City of Lethbridge's Open Data Portal (opendata.lethbridge.ca). See references/datasets.md for a curated list of popular datasets.

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Smart Teacher

raychanpmp
专业教育规划工具,生成教案、课程图谱、学习计划、测评及符合布鲁姆分类学的学习目标。
★ 0 📥 597

City of Calgary Open Data

raychanpmp
访问卡尔加里市开放数据门户的988+数据集,搜索、获取并分析交通、环境、政府等方面的城市数据。
★ 0 📥 460

City of Edmonton Open Data

raychanpmp
访问埃德蒙顿市开放数据门户的2,179+数据集,搜索、获取并分析交通、环境、人口普查等城市数据。
★ 0 📥 413