Skip to content

Instantly share code, notes, and snippets.

@chribsen
Created March 21, 2016 14:14
Show Gist options
  • Save chribsen/8c8cc8b2d92587341564 to your computer and use it in GitHub Desktop.
Save chribsen/8c8cc8b2d92587341564 to your computer and use it in GitHub Desktop.
# (latitude, longitude)
# This is a newer polygon, that bounds DK
dk_polygon = [
(58.44773280389084, 10.3271484375),
(56.51101750495214, 6.591796875),
(55.02802211299252, 7.6904296875),
(54.470037612805754, 12.12890625),
(55.23528803992295, 12.7496337890625),
(55.912272930063615, 12.7001953125),
(56.07510136019262, 12.6068115234375)]
# (latitude, longitude)
# This polygon has been used previously
dk_polygon_old = [
(54.87660665410869,7.31689453125),
(54.3549556895541,12.37060546875),
(55.37911044801047,12.6123046875),
(55.93689476903946,12.65625),
(57.961503094284794,10.43701171875),
(56.18225387824832,6.48193359375),
(54.87660665410869,7.31689453125)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment