{
  "id": "flood-fill-cog",
  "name": "Sea Level Rise Inundation (Lidar 1m)",
  "version": "1.0",
  "description": "Connected flood-fill using 1m lidar DEM from COG. Higher resolution than Terrarium.",
  "inputs": {
    "elevation": {
      "type": "raster-dem",
      "encoding": "cog",
      "url": "/gsd/data/Charlestown_Topo_1m_4326_COG.tif"
    }
  },
  "params": [
    {
      "key": "sea_level_rise",
      "label": "Sea Level Rise",
      "type": "range",
      "min": 0,
      "max": 20,
      "step": 0.1,
      "default": 1,
      "unit": "m"
    }
  ],
  "output": {
    "type": "mask",
    "values": { "0": "dry", "1": "existing_water", "2": "inundated" }
  },
  "compute": "./flood-fill.js",
  "provider": "https://redfish.com/lib/geo/cog-provider.js"
}
