Skip to content

Latest commit

 

History

History
56 lines (53 loc) · 1.42 KB

aoi.adoc

File metadata and controls

56 lines (53 loc) · 1.42 KB

Optional Area of Interest

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

The 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
                     ]
                  ]
               ]
            ]
         }
      }
   ]
}