{
  "id": "urn:ngsi-ld:EOGeoDataLayer:1",
  "type": "EOGeoDataLayer",
  "localServerPath": "/data/www/water_mask.tif",
  "storageFormat": "GeoTIFF",
  "geoMetadata": "/data/www/metadata.xml",
  "contentInformation": [
    {
      "layer_name": "band1",
      "layer_categorization": "categorical",
      "values_explanation": [
        "1:inundated",
        "0:non inundated"
      ]
    }
  ],
  "location": {
    "type": "Polygon",
    "coordinates": [
      [
        [
          23.6627,
          41.88768
        ],
        [
          25.85598,
          43.38622
        ],
        [
          23.4899,
          43.78691
        ],
        [
          22.35609,
          42.28869
        ],
        [
          23.6627,
          41.88769
        ]
      ]
    ]
  },
  "isOutputOf": "EOAnalysis:02"
}