mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
731 B
731 B
Raleigh Open Data Dataset Catalog
The dataset catalog is now discovered live from the ArcGIS Hub Search API rather than maintained as a hardcoded list. Use the CLI to browse the current catalog:
raleigh catalog
raleigh search "parks"
raleigh categories
For the underlying API contract, see api-reference.md.
Why Live Discovery
Hub collections such as dataset, document, and appAndMap expose the curated public catalog. Live discovery avoids stale endpoints and ensures the CLI reflects the current service inventory.
Offline Resilience
The CLI caches the normalized catalog locally. Use --refresh to bypass the cache, or run raleigh catalog-check to validate a sample of canonical endpoints.