{
  "title": "mWater Open Data",
  "description": "Openly licensed datasets published by mWater as versioned, immutable static files. Each dataset has a latest.json naming the current version; each release has a manifest.json with schema, files, sizes and SHA-256 checksums.",
  "publisher": { "name": "mWater", "url": "https://www.mwater.co", "email": "support@mwater.co" },
  "llms": "https://data.mwater.co/llms.txt",
  "datasets": [
    {
      "id": "admin-regions",
      "title": "mWater Administrative Regions",
      "description": "Global administrative boundaries, levels 0 (country) to 5, with a stable id per region, the containment hierarchy on every row, ISO3 country codes, and full plus simplified geometry in EPSG:4326. Based on GADM 2.8 and updated by mWater from national and partner sources.",
      "license": "CC-BY-4.0",
      "licenseUrl": "https://creativecommons.org/licenses/by/4.0/",
      "attribution": "mWater Administrative Regions (data.mwater.co), derived from GADM 2.8 with national and partner updates",
      "keywords": ["administrative boundaries", "admin regions", "GADM", "countries", "districts", "GeoPackage", "GeoParquet"],
      "latest": "https://data.mwater.co/admin-regions/latest.json",
      "releaseUrlPattern": "https://data.mwater.co/admin-regions/releases/{version}/",
      "manifestUrlPattern": "https://data.mwater.co/admin-regions/releases/{version}/manifest.json",
      "countryFilePattern": "https://data.mwater.co/admin-regions/releases/{version}/countries/{iso3}.gpkg",
      "formats": ["GeoPackage", "GeoParquet", "CSV"],
      "crs": "EPSG:4326",
      "homepage": "https://data.mwater.co/#admin-regions"
    }
  ]
}
