Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare #2

Merged
merged 17 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Add own ignores on top, don't edit the template

original_data/gtfs/*.zip
original_data/gtfs/
original_data/gtfs/*

original_data/osm/switzerland_railways.osm

# Common files to ignore when working with MATSim
Expand Down
1 change: 1 addition & 0 deletions original_data/shp/switzerland/switzerland.cpg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UTF-8
65 changes: 65 additions & 0 deletions original_data/shp/switzerland/switzerland.ctf
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
Name;Alias
NO;NO
NAME;NAME
AGGLO_ID;AGGLO_ID
AMR_ID;AMR_ID
MUN_ID;MUN_ID
KT_ID;KT_ID
MSR_ID;MSR_ID
SL3_ID;SL3_ID
AGGLO_NAME;AGGLO_NAME
AMR_NAME;AMR_NAME
MUN_NAME;MUN_NAME
KT_NAME;KT_NAME
MSR_NAME;MSR_NAME
SL3_NAME;SL3_NAME
AMGR_ID;AMGR_ID
AMGR_NAME;AMGR_NAME
AREA_LAND;AREA_LAND
MOTORISATION_LEVEL;MOTORISA~1
ZONE_INDEX;ZONE_INDEX
VISIT_L;VISIT_L
VISIT_S;VISIT_S
VISIT_S_ST;VISIT_S_ST
VISIT_S_LT;VISIT_S_LT
SCHL_ENR_1;SCHL_ENR_1
SCHL_ENR_2;SCHL_ENR_2
SCHL_APPR;SCHL_APPR
SCHL_ENR_3;SCHL_ENR_3
AREA_LAND;AREA_LAND
DENSITY;DENSITY
POP_TOTAL;POP_TOTAL
POP_EMPL;POP_EMPL
POP_PUP_1;POP_PUP_1
POP_PUP_2;POP_PUP_2
POP_APPR;POP_APPR
POP_STUD_3;POP_STUD_3
POP_0017;POP_0017
POP_1824;POP_1824
POP_2544;POP_2544
POP_4564;POP_4564
POP_6574;POP_6574
POP_75XX;POP_75XX
POP_DL;POP_DL
POP_CARS;POP_CARS
POP_CARAVL;POP_CARAVL
POP_HT;POP_HT
POP_GA;POP_GA
POP_VA;POP_VA
POP_VA_HT;POP_VA_HT
JOBS_TOTAL;JOBS_TOTAL
JOBS_ENDO;JOBS_ENDO
FTE_TOTAL;FTE_TOTAL
FTE_ENDO;FTE_ENDO
AT_CAR;AT_CAR
AT_RIDE;AT_RIDE
PC_CAR;PC_CAR
PC_RIDE;PC_RIDE
ACCSIB_MUL;ACCSIB_MUL
ACCSIB_CAR;ACCSIB_CAR
ACCSIB_PT;ACCSIB_PT
ACCSIB_JOB_45MIN_PT;ACCSIB_J~2
CAR_TTIMES;CAR_TTIMES
PT_TTIMES;PT_TTIMES
PT_TRSFERS;PT_TRSFERS
PT_FREQNCY;PT_FREQNCY
Binary file added original_data/shp/switzerland/switzerland.dbf
Binary file not shown.
1 change: 1 addition & 0 deletions original_data/shp/switzerland/switzerland.prj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PROJCS["CH1903+_LV95_TOWGS",GEOGCS["GCS_CH1903+_LV95_TOWGS",DATUM["D_CH1903+",SPHEROID["Bessel_1841",6377397.155,299.1528128],TOWGS84[674.4,15.1,405.3,0,0,0,0]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199432955]],PROJECTION["Hotine_Oblique_Mercator_Azimuth_Center"],PARAMETER["False_Easting",2600000],PARAMETER["False_Northing",1200000],PARAMETER["Scale_Factor",1],PARAMETER["Azimuth",90],PARAMETER["Longitude_Of_Center",7.439583333333333],PARAMETER["Latitude_Of_Center",46.95240555555556],UNIT["Meter",1]]
Binary file added original_data/shp/switzerland/switzerland.shp
Binary file not shown.
Binary file added original_data/shp/switzerland/switzerland.shx
Binary file not shown.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,13 @@
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
</dependency>


<dependency>
<groupId>org.matsim</groupId>
<artifactId>pt2matsim</artifactId>
<version>24.4</version>
</dependency>

<dependency>
<groupId>ch.sbb.matsim.contrib</groupId>
<artifactId>railsim</artifactId>
Expand Down
Loading
Loading