{
  "title": "Cambridge Housing Map \u2014 open data",
  "description": "Coalesced Cambridge parcel, zoning, ownership, and development-pipeline data for analysis.",
  "generated_utc": "2026-07-28T12:52:19.316631+00:00",
  "license": "Public records (Cambridge GIS / Assessor) + independent compilation. Attribution appreciated; not an official city dataset.",
  "datasets": [
    {
      "id": "analytics",
      "title": "Parcel analytics (flat, geometry-free)",
      "description": "One row per parcel: zoning, lot size, ownership/assessing, pipeline status.",
      "url": "https://cambridgehousingmap.org/data/analytics.json",
      "format": "json",
      "record_count": 12857,
      "last_updated": "2026-07-28T12:52:19.316631+00:00",
      "source": "Cambridge GIS + Assessor + CDD Dev Log/permits",
      "schema": "https://cambridgehousingmap.org/data/dictionary.json"
    },
    {
      "id": "analytics_csv",
      "title": "Parcel analytics (CSV)",
      "description": "Same as `analytics`, CSV for spreadsheets/pandas.",
      "url": "https://cambridgehousingmap.org/data/analytics.csv",
      "format": "csv",
      "record_count": 12857,
      "last_updated": "2026-07-28T12:52:19.316631+00:00",
      "source": "Cambridge GIS + Assessor + CDD Dev Log/permits",
      "schema": "https://cambridgehousingmap.org/data/dictionary.json"
    },
    {
      "id": "pipeline",
      "title": "Development pipeline (projects)",
      "description": "Coalesced active/proposed housing projects with stage + provenance.",
      "url": "https://cambridgehousingmap.org/data/projects.json",
      "format": "json",
      "record_count": 748,
      "last_updated": "2026-07-28T12:52:19.316631+00:00",
      "source": "CDD Dev Log + permits + community/AHO/neighbor-notification overlays",
      "schema": null
    },
    {
      "id": "parcels_geometry",
      "title": "Parcels with geometry",
      "description": "Per-ring parcel polygons + zoning bucket for mapping/spatial joins.",
      "url": "https://cambridgehousingmap.org/assets/parcels.json",
      "format": "json",
      "record_count": null,
      "last_updated": "2026-07-28T12:52:19.316631+00:00",
      "source": "Cambridge GIS",
      "schema": null
    },
    {
      "id": "dictionary",
      "title": "Analytics data dictionary",
      "description": "Field definitions, units, allowed values, and analysis caveats.",
      "url": "https://cambridgehousingmap.org/data/dictionary.json",
      "format": "json",
      "record_count": null,
      "last_updated": "2026-07-28T12:52:19.316631+00:00",
      "source": "generated",
      "schema": null
    }
  ]
}