Live catalog first
Use the pack library for the live published list. It is generated from the active pack catalog and links to per-pack pages with coverage, licensing, provenance, and field detail.
Each pack carries source data, metadata, coverage, provenance, and query behavior as one versioned unit. The live library holds the pack count, release status, access details, and per-pack evidence.
Use the pack library for the live published list. It is generated from the active pack catalog and links to per-pack pages with coverage, licensing, provenance, and field detail.
A pack bundles source data, metadata, coverage notes, license details, and query behavior into a versioned unit that can be shown on the site, opened on the map, queried by Research, or exposed to agents.
Explore, Research, Ops, local installs, and agent/API surfaces resolve pack identity through the same maintained catalog.
A pack is DaedalMap's durable packaging layer for maintained datasets. It can contain one source or a source family, but it presents one public identity for browsing, documentation, release status, and query routing.
Pack pages answer the practical questions before someone runs a query: what the pack covers, where the data came from, which fields and metrics are available, what geography keys it supports, how it is licensed, and what caveats apply.
The public pack library is the human-facing catalog and the source of truth for the live published list.
Each pack detail page is the right place to inspect release status, source agencies, data coverage, licensing, and field-level notes. For programmatic discovery, use the catalog endpoints before writing a query.
GET /api/v1/catalog - live agent/API pack index.GET /api/v1/packs/{pack_id} - full detail for one pack./packs - public human-facing pack library./packs/{pack_id} - public human-facing pack detail.Packs can move through different release states as coverage, QA, and surface support mature. Live status belongs on the pack page and catalog payload because it changes as data is promoted.
Free, hosted, paid, downloadable, and agent/API availability are pack attributes. Check the pack library or API catalog for the live access tier before assuming a pack can be queried from a particular surface.
For a broader view of source families, geography coverage, and planned data directions, use the source map alongside the pack library.
The pack model is also the path for packaging your own data into the same runtime. The engine and schema model are open, while the maintained layer keeps published packs documented and queryable.