One geographic key across all packs
Earthquakes, UN development indicators, FEMA risk scores, economic data. All normalized to
the same loc_id schema. Ask across domains without writing custom join logic.
Disasters, demographics, economics, climate, and risk normalized to the same geographic schema. Source-documented, versioned, and exportable. From query to Parquet without building the pipeline first.
Earthquakes, UN development indicators, FEMA risk scores, economic data. All normalized to
the same loc_id schema. Ask across domains without writing custom join logic.
Coverage scope, QA state, source URL, and update timestamps travel with every pack. The data trail you need for citations and reproducibility is part of the release, not an afterthought.
1M+ earthquake events back to 2150 BC. 13,000+ storms since 1842. 45,000+ landslide events since 1760. Longitudinal depth for serious research.
The maintained layer
The most expensive part of geographic research is usually not the analysis. It is collecting datasets from separate portals, reconciling different geographic identifiers, normalizing conflicting schemas, and QA-testing joins before any actual analysis can begin.
DaedalMap's maintained packs represent that work already completed. Disasters, demographics, economics, climate, and risk are all normalized to a shared geographic schema, QA-gated before release, versioned, and documented. Cross-domain queries do not require a custom join.
Collaboration
The pack schema is public. If you have your own datasets - survey results, field
measurements, custom raster aggregations, institutional data - they normalize to the same
loc_id schema and work alongside maintained packs in the same Research workspace.
A climate researcher who brings land surface temperature rasters for a county study can cross-reference them against FEMA risk scores, NLCD impervious surface, and building footprint data in the same query session. The local data travels with the same geographic key as the maintained packs. Other researchers working with the same geography can query across both.
The result is interconnected work: your research data becomes queryable in context, not an isolated file that has to be re-explained every time someone else picks it up.
Read the pack schema guideExample queries
Access paths
The hosted app is the fastest path in. For research involving sensitive or proprietary data, the same engine runs locally with no cloud dependency. Export to CSV or Parquet for use in R, Python, Stata, or QGIS. Pack metadata and source attribution export alongside the data.