Page 1 of 1

Data sets and Lua code for Australian Exclusive Economic Zones

Posted: Tue Aug 29, 2017 8:12 am
by coolum001
Hi, hope this is deemed useful.

I have been looking at some scenarios to do with enforcing Australian Exclusive Economic Zones (EEZ) [turns out Oz has a couple, the big one for mainland+Tasmania, and some smaller ones around some far-flung possessions]

My work flow looks like:

- KML data for EEZ boundaries downloaded from marineregions dot org

- KML data imported into Google Maps,

- boundaries approximated (by hand) to reduce data size,

- the hand drawn polygons exported as KML

- the KML 'coordinates' tag data extracted in a text editor

- KML lon lat height data edited for Lua (trailing comma appended to each line) table format

- Lua code run once in the Lua Console during scenario editing/ creation to set up Exclusion Zone (i.e. not linked to an event)

The code can be easily adapted to other EEZ data sets (e.g. change the scenario side name, Reference Point name format, etc).

RE: Data sets and Lua code for Australian Exclusive Economic Zones

Posted: Fri Sep 01, 2017 6:08 pm
by Rory Noonan
Hey coolum001 this is another brilliant piece of work. Thanks again!

RE: Data sets and Lua code for Australian Exclusive Economic Zones

Posted: Sat Sep 02, 2017 4:28 am
by Anathema
Thank you so much! This is something I always wanted, but was always too difficult to try to map them out by hand accurately, especially the northern coast where it really matters.

RE: Data sets and Lua code for Australian Exclusive Economic Zones

Posted: Sat Sep 02, 2017 5:44 am
by Maromak
Thanks again.