No edit summary
No edit summary
Line 107: Line 107:


#There was a project in the recent past in which such data was either partially or completely recreated. If so, then the next questions are: are you allowed to obtain and reuse that data for this purpose, and if so, in what format can you get it, who actually has it, and is the data still reasonably accurate or is it outdated?
#There was a project in the recent past in which such data was either partially or completely recreated. If so, then the next questions are: are you allowed to obtain and reuse that data for this purpose, and if so, in what format can you get it, who actually has it, and is the data still reasonably accurate or is it outdated?
#There is interest in generating the matrix from AIS data. If so, then the next questions are: who has the resources and expertise to do this, or how can the resources and expertise be otherwise obtained? Know that certain parts of an AIS dataset can be unreliable or unusable. Also know that organisations such as [https://www.emodnet-humanactivities.eu/search-results.php?dataname=Vessel+Density+ EMODnet] and [http://metadata.helcom.fi/geonetwork/srv/eng/catalog.search#/metadata/95c5098e-3a38-48ee-ab16-b80a99f50fef HELCOM] have conducted or commissioned similar kinds of work in the past. There are also scientific publications and [https://www.emodnet-humanactivities.eu/documents/Vessel%20density%20maps_method_v1.5.pdf reports] about this, and [https://github.com/helcomsecretariat/AIS-data-processing-for-statistics-and-maps programming code] developed for this or something similar has been shared. Long story short: it's not easy. You might want to get in touch with experts from these organizations and their subcontractors.
#There is interest in generating the matrix from real AIS data. If so, then the next questions are: who has the resources and expertise to do this, or how can the resources and expertise be otherwise obtained? Know that certain parts of an AIS dataset can be unreliable or unusable. Also know that organisations such as [https://www.emodnet-humanactivities.eu/search-results.php?dataname=Vessel+Density+ EMODnet] and [http://metadata.helcom.fi/geonetwork/srv/eng/catalog.search#/metadata/95c5098e-3a38-48ee-ab16-b80a99f50fef HELCOM] have conducted or commissioned similar kinds of work in the past. There are also scientific publications and [https://www.emodnet-humanactivities.eu/documents/Vessel%20density%20maps_method_v1.5.pdf reports] about this, and [https://github.com/helcomsecretariat/AIS-data-processing-for-statistics-and-maps programming code] developed for this or something similar has been shared. Long story short: it's not easy. You might want to get in touch with experts from these organizations and their subcontractors.
#There is no need for highly realistic data, so a simplified, rough and incomplete dataset will do. If so, then you might just want to create the data by hand. Spend a couple of days or weeks making a shortlist of biggest ports in your region and put them horizontally and vertically in your spreadsheet. Use marinetraffic.org for that, for example. Then try to find out what kinds of traffic these ports tend to handle the most. Keep it simple, stick to e.g. cargo and tanker vessels only. Then try to figure out how many vessels the bigger and the smaller ports tend to handle per month (ballpark estimates), and fill in your spreadsheet from there. At least you'll have a working shipping simulation responding to users'/players' plans. It's better than nothing.
#There is no need for highly realistic data, so a simplified, rough and incomplete dataset will do. If so, then you might just want to create the data by hand. Spend a couple of days or weeks making a shortlist of biggest ports in your region and put them horizontally and vertically in your spreadsheet. Use marinetraffic.org for that, for example. Then try to find out what kinds of traffic these ports tend to handle the most. Keep it simple, stick to e.g. cargo and tanker vessels only. Then try to figure out how many vessels the bigger and the smaller ports tend to handle per month (ballpark estimates), and fill in your spreadsheet from there. At least you'll have a working shipping simulation responding to users'/players' plans. It's better than nothing.


===Ecosystem (using Ecopath-with-Ecosim)===
===Ecosystem (using Ecopath-with-Ecosim)===
...
...

Revision as of 12:37, 30 March 2020

On this page you will learn about:

  • The opportunity to create your own edition of MSP Challenge with the simulation platform
  • Which geo data layers you would at least need for your own edition
  • What other data you would need for the background simulations

New editions

An important function of the MSP Challenge simulation platform is enabling the development of different MSP Challenge editions, e.g. a North Sea edition or Baltic Sea edition. These editions revolve around a particular sea basin, incorporating different real-life (geo) data and simulations to allow users to experience MSP within that sea region.

This means that the platform is ready to host any sea basin in the world. While that might suggest that it's quick and easy to set up a new edition, it does require technical expertise, and there are a number of requirements that need to be met. This page offers information about those requirements so you can get an idea of what's involved.

We note that the requirements below are based on the assumption that you would want an edition that is more or less the same in data and functionalities as the existing North Sea or Baltic Sea editions. Of course that assumption might not be correct. You might want something else entirely. The simulation platform can incorporate any geo dataset (shape file or raster) that fits common GIS standards, including datasets that aren't used in the North or Baltic Sea editions at all. Moreover, the current shipping, energy and ecosystem simulations are interchangeable, as they are separate stand-alone applications. We are looking forward to researching and developing interconnections with other (kinds of) simulators too.

Base geo data layers

[table to be added here]

Data for background simulations

Energy

...

Shipping

Our current shipping simulator requires a region-specific origin-destination matrix as input data. This means that if you want to create a new edition and use the default shipping simulator, you'll need to put together a big spreadsheet. This spreadsheet should provide the actual number of ships of different types that during a particular month (ideally) or year (if easier) in the recent past went from one particular port or gate to another particular port or gate in that region.

You would actually need to have multiple worksheets within your spreadsheet, one for each ship type (cargo, tanker, passenger, ...).

Each worksheet should end up looking something like this:

Cargo vessels in January 2016 (data completely made up, just an example!)
horizontal >> origin

vertical: destination

Rotterdam Antwerp Hamburg Gate: Strait of

Dover/Calais

Gate:

Skagerrak

...etc ...etc
Rotterdam - 14 12 95 100 ... ...
Antwerp 20 - 17 93 98 ... ...
Hamburg 15 17 - 100 83 ... ...
Gate: Strait of Dover/Calais 101 102 103 - 99 ... ...
Gate: Skagerrak 85 75 121 200 - ... ...
...etc ... ... ... ... ... - ...
...etc ... ... ... ... ... ... -

Of course the question then remains: where is this data? Our experience with the NorthSEE and Baltic LINes projects tells us that there is often no quick and easy answer to that question. These are the scenarios we have come across:

  1. There was a project in the recent past in which such data was either partially or completely recreated. If so, then the next questions are: are you allowed to obtain and reuse that data for this purpose, and if so, in what format can you get it, who actually has it, and is the data still reasonably accurate or is it outdated?
  2. There is interest in generating the matrix from real AIS data. If so, then the next questions are: who has the resources and expertise to do this, or how can the resources and expertise be otherwise obtained? Know that certain parts of an AIS dataset can be unreliable or unusable. Also know that organisations such as EMODnet and HELCOM have conducted or commissioned similar kinds of work in the past. There are also scientific publications and reports about this, and programming code developed for this or something similar has been shared. Long story short: it's not easy. You might want to get in touch with experts from these organizations and their subcontractors.
  3. There is no need for highly realistic data, so a simplified, rough and incomplete dataset will do. If so, then you might just want to create the data by hand. Spend a couple of days or weeks making a shortlist of biggest ports in your region and put them horizontally and vertically in your spreadsheet. Use marinetraffic.org for that, for example. Then try to find out what kinds of traffic these ports tend to handle the most. Keep it simple, stick to e.g. cargo and tanker vessels only. Then try to figure out how many vessels the bigger and the smaller ports tend to handle per month (ballpark estimates), and fill in your spreadsheet from there. At least you'll have a working shipping simulation responding to users'/players' plans. It's better than nothing.

Ecosystem (using Ecopath-with-Ecosim)

...

This page was last edited on 30 March 2020, at 12:37. Content is available under GPLv3 unless otherwise noted.