Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Latest commit

 

History

History
88 lines (75 loc) · 2.24 KB

aoi.adoc

File metadata and controls

88 lines (75 loc) · 2.24 KB

Optional Areas of Interest

To facilitate the development work during the sprint, the Areas of Interest (AOI) presented on this page are provided as a reference for the participants.

Southern AOI

The Southern AOI has the following polygonal bounds in World Geodetic System 1984 (WGS84) longitude-latitude coordinates:

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "properties": {
                "id": 1
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [[[[57.721575333437528, -20.411870691798232], [57.7641655501331, -20.411948695858115], [57.763853533893574, -20.45539695721239], [57.721185313138115, -20.45469492067345], [57.721575333437528, -20.411870691798232]]]]
            }
        }
    ]
}

Note that the AOI includes the reported location of the MV Wakashio incident.

Northern AOI

The Northern AOI has the following polygonal bounds in World Geodetic System 1984 (WGS84) longitude-latitude coordinates:

{
   "type":"FeatureCollection",
   "name":"1_aoi",
   "crs":{
      "type":"name",
      "properties":{
         "name":"urn:ogc:def:crs:OGC:1.3:CRS84"
      }
   },
   "features":[
      {
         "type":"Feature",
         "properties":{
            "id":1
         },
         "geometry":{
            "type":"MultiPolygon",
            "coordinates":[
               [
                  [
                     [
                        -0.692398763025836,
                        51.126550173970656
                     ],
                     [
                        -0.684763629530156,
                        51.933329280014171
                     ],
                     [
                        0.62084419823112,
                        51.928239191017056
                     ],
                     [
                        0.62338924272968,
                        51.167270885947616
                     ],
                     [
                        -0.692398763025836,
                        51.126550173970656
                     ]
                  ]
               ]
            ]
         }
      }
   ]
}