Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'geography/org.eclipse.stem.internal.data.geography.infrastructure.transportation/resources/data/relationship/airtransport2006/COL_0_COL_1.properties')
-rw-r--r--geography/org.eclipse.stem.internal.data.geography.infrastructure.transportation/resources/data/relationship/airtransport2006/COL_0_COL_1.properties57
1 files changed, 0 insertions, 57 deletions
diff --git a/geography/org.eclipse.stem.internal.data.geography.infrastructure.transportation/resources/data/relationship/airtransport2006/COL_0_COL_1.properties b/geography/org.eclipse.stem.internal.data.geography.infrastructure.transportation/resources/data/relationship/airtransport2006/COL_0_COL_1.properties
deleted file mode 100644
index aa1d6b8..0000000
--- a/geography/org.eclipse.stem.internal.data.geography.infrastructure.transportation/resources/data/relationship/airtransport2006/COL_0_COL_1.properties
+++ /dev/null
@@ -1,57 +0,0 @@
-# COL_0_COL_1.properties
-#/*******************************************************************************
-# * Copyright (c) 2008 IBM Corporation and others.
-# * All rights reserved. This program and the accompanying materials
-# * are made available under the terms of the Eclipse Public License v1.0
-# * which accompanies this distribution, and is available at
-# * http://www.eclipse.org/legal/epl-v10.html
-# *
-# * Contributors
-# * IBM Corporation - initial API and implementation
-# *******************************************************************************/
-
-# This is the name of the class that will interpret the rest of the file's contents
-RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.infrastructure.transportation.specifications.AirTransportationGeographicRelationshipPropertyFileSpecification
-
-# The title of the relationship
-TITLE = Air transport between COL(0) and COL(1)
-# This is the date range for which the values in this file are valid
-# See http://purl.org/dc/terms/1.1/valid
-VALID = start=2000-01-01; end=2008-12-31;
-
-# The data is derived from the following primary source
-#SOURCE = http://www.azworldairports.com
-
-# ISO3166-1 alpha3 keys and levels of relationship
-ISOKEY_0 = COL
-ISOKEY_0_LEVEL = 0
-ISOKEY_1 = COL
-ISOKEY_1_LEVEL = 1
-
-# The mode of transportation
-TRANSPORT_MODE = air
-
-# The population being transported
-POPULATION_IDENTIFIER = human
-
-# The time period for the rate in milliseconds
-RATE_TIME_PERIOD = 86400000
-
-#Average time in transportation network
-AVG_TIME_IN_SYSTEM = 1
-
-# Record No. = Enclosing Node Key, Node Key, ArrivalRate (individuals per RATE_TIME_PERIOD), DepartureRate(Individuals per RATE_TIME_PERIOD)
-# CLO/SKCL(Estimated)
-0 = COL,CO-VAC,9.832876712328767,9.832876712328767
-# PEI/SKPE(Estimated)
-1 = COL,CO-RIS,6.83013698630137,6.83013698630137
-# MDE/SKRG(Estimated)
-2 = COL,CO-ANT,4.263013698630137,4.263013698630137
-# BAQ/SKBQ(Actual)
-3 = COL,CO-ATL,1229.131506849315,1229.131506849315
-# BGA/SKBG(Estimated)
-4 = COL,CO-SAN,2.2356164383561645,2.2356164383561645
-# CTG/SKCG(Actual)
-5 = COL,CO-BOL,1274.6301369863013,1274.6301369863013
-# BOG/SKBO(Actual)
-6 = COL,CO-CUN,1719.9150684931508,1719.9150684931508

Back to the top