coolum001 -> Data sets and Lua code for Australian Exclusive Economic Zones (8/29/2017 11:12:37 AM)
|
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).
|
|
|
|