Skip to content

Instantly share code, notes, and snippets.

@perusio
Created August 29, 2019 11:54
Show Gist options
  • Select an option

  • Save perusio/7dc5803b4fa8fb87d8ffa62909dc5fc4 to your computer and use it in GitHub Desktop.

Select an option

Save perusio/7dc5803b4fa8fb87d8ffa62909dc5fc4 to your computer and use it in GitHub Desktop.

Revisions

  1. perusio created this gist Aug 29, 2019.
    36 changes: 36 additions & 0 deletions first_workflow_aoi.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    {
    "type": "FeatureCollection",
    "features": [
    {
    "type": "Feature",
    "properties": {},
    "geometry": {
    "type": "Polygon",
    "coordinates": [
    [
    [
    -8.721771,
    41.190281
    ],
    [
    -8.685722,
    41.191573
    ],
    [
    -8.684349,
    41.17271
    ],
    [
    -8.720398,
    41.169351
    ],
    [
    -8.721771,
    41.190281
    ]
    ]
    ]
    }
    }
    ]
    }