Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "STEM Import Discrete Transportation Events"

(Drag the Trigger (was created during Pajek Import) to the Scenario)
(Create a Sequencer)
Line 100: Line 100:
  
 
== Create a Sequencer ==
 
== Create a Sequencer ==
 +
 +
Since the dates in the Pajek file are the first 8 days of 2012, our Sequencer will start on December 31st 2011.
  
 
[[Image:STEM_DiscreteImport_CreateSequencer.png]]
 
[[Image:STEM_DiscreteImport_CreateSequencer.png]]

Revision as of 11:14, 29 June 2012

This tutorial shows how to import the discrete transporation events from a Pajek file and visualize the events. Documentation on the Pajek format is available at Importing a Pajek Graph. The import of transportation data of beef for Austria is used as an example here.

The Pajek File

The following text must be copied into a new textfile named graph.net. In the Vertices* section node references are specified for AT-2, AT-3, ... AT-10. These are nodes from the STEM library graph of Austria. In the Edges* section migration edges between these nodes are defined. The edges have default migration rate of zero and a rate >0 for a specified date. That means only a this date beef moves from one region to another.

*Vertices 9
1 AT-10
2 AT-2
3 AT-3
4 AT-4
5 AT-5
6 AT-6
7 AT-7
8 AT-8
9 AT-9
*Edges
1 2 popID beef rate 0 date 2012-01-01 rate 10.0
1 3 popID beef rate 0 date 2012-01-01 rate 10.0
1 4 popID beef rate 0 date 2012-01-01 rate 10.0
1 5 popID beef rate 0 date 2012-01-01 rate 10.0
1 6 popID beef rate 0 date 2012-01-01 rate 10.0
1 7 popID beef rate 0 date 2012-01-01 rate 10.0
1 8 popID beef rate 0 date 2012-01-01 rate 10.0
1 9 popID beef rate 0 date 2012-01-01 rate 10.0
2 3 popID beef rate 0 date 2012-01-02 rate 20.0
2 4 popID beef rate 0 date 2012-01-02 rate 20.0
2 5 popID beef rate 0 date 2012-01-02 rate 20.0
2 6 popID beef rate 0 date 2012-01-02 rate 20.0
2 7 popID beef rate 0 date 2012-01-02 rate 20.0
2 8 popID beef rate 0 date 2012-01-02 rate 20.0
2 9 popID beef rate 0 date 2012-01-02 rate 20.0
3 4 popID beef rate 0 date 2012-01-03 rate 30.0
3 5 popID beef rate 0 date 2012-01-03 rate 30.0
3 6 popID beef rate 0 date 2012-01-03 rate 30.0
3 7 popID beef rate 0 date 2012-01-03 rate 30.0
3 8 popID beef rate 0 date 2012-01-03 rate 30.0
3 9 popID beef rate 0 date 2012-01-03 rate 30.0
4 5 popID beef rate 0 date 2012-01-04 rate 40.0
4 6 popID beef rate 0 date 2012-01-04 rate 40.0
4 7 popID beef rate 0 date 2012-01-04 rate 40.0
4 8 popID beef rate 0 date 2012-01-04 rate 40.0
4 9 popID beef rate 0 date 2012-01-04 rate 40.0
5 6 popID beef rate 0 date 2012-01-05 rate 50.0
5 7 popID beef rate 0 date 2012-01-05 rate 50.0
5 8 popID beef rate 0 date 2012-01-05 rate 50.0
5 9 popID beef rate 0 date 2012-01-05 rate 50.0
6 7 popID beef rate 0 date 2012-01-06 rate 60.0
6 8 popID beef rate 0 date 2012-01-06 rate 60.0
6 9 popID beef rate 0 date 2012-01-06 rate 60.0
7 8 popID beef rate 0 date 2012-01-07 rate 70.0
7 9 popID beef rate 0 date 2012-01-07 rate 70.0
8 9 popID beef rate 0 date 2012-01-08 rate 80.0

Create a new Project

STEM DiscreteImport CreateProject.png

Create a new Model

This model is created as a container for all graphs used in this tutorial.

STEM DiscreteImport CreateModel.png

Drag the Austria Geography Model into the new Model

STEM DiscreteImport DragAustriaToModel.png

Import the Pajek Graph

The Pajek file must contain the text from The Pajek File.

STEM DiscreteImport ImportPajek.png

Drag the imported Graph into the Model

STEM DiscreteImport DragPajekToModel.png

Create a Population Initializer

The population initializer is needed for initializing the regions from the Austria with the population beef. Each region is initialized with 1000 units of beef.

STEM DiscreteImport CreateInitializer.png

Drag the Initializer into the Model

STEM DiscreteImport DragInitializerToModel.png

Create a new Scenario

STEM DiscreteImport CreateScenario.png

Drag the Model into the Scenario

STEM DiscreteImport DragModelToScenario.png

Drag the Trigger (was created during Pajek Import) to the Scenario

The trigger was automatically created during the Pajek-Import step. It contains the time dependent migration rates.

STEM DiscreteImport DragTriggerToScenario.png

Create a Sequencer

Since the dates in the Pajek file are the first 8 days of 2012, our Sequencer will start on December 31st 2011.

STEM DiscreteImport CreateSequencer.png

Drag the Sequencer into the Scenario

STEM DiscreteImport DragSequencerToScenario.png

Create a Population Model for beef

STEM DiscreteImport CreatePopulationModel.png

Drag the Population Model into the Scenario

STEM DiscreteImport DragPopulationModelToScenario.png

Start the Simulation

STEM DiscreteImport StartSimulation.png

Configure the GraphMapView (1)

STEM DiscreteImport ConfigureSimulation1.png

Configure the GraphMapView (2)

STEM DiscreteImport ConfigureSimulation2.png

Run the Simulation Step by Step

STEM DiscreteImport RunSimulation.png

Back to the top