Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
896 commits
Select commit Hold shift + click to select a range
7926616
tests of js run for mstm models only
cllorca1 Feb 12, 2018
6b5ddb1
add test for accessibility; calculate regional accessibilities properly
nkuehnel Feb 12, 2018
2b1f8b8
fix regional accessibilities
nkuehnel Feb 12, 2018
6e4eb47
use junitx file assert to avoid line separator differences when compa…
nkuehnel Feb 12, 2018
b309861
set locale in test as array print is formatted with local decimal sep…
nkuehnel Feb 12, 2018
64d74ee
Ignore csv files.
moeckel Feb 14, 2018
49baa75
remove legacy code
nkuehnel Feb 15, 2018
ed106c5
check for existing dwelling first when querying homezone of household
nkuehnel Feb 15, 2018
61610cd
replace inefficient toArray call with direct collection call
nkuehnel Feb 15, 2018
d44f914
formatting
nkuehnel Feb 16, 2018
eab3159
some more formatting in accessibility class
nkuehnel Feb 16, 2018
94a3df1
reduce duplicated code
nkuehnel Feb 16, 2018
b624675
more formatting; revise regional travel time calculation and put it u…
nkuehnel Feb 16, 2018
42dcee5
add regional traavel time test reference file
nkuehnel Feb 16, 2018
848088a
remove legacy code
nkuehnel Feb 16, 2018
3888fe4
retry zone to region travel time reference
nkuehnel Feb 16, 2018
20a816d
speed up regional utility calculation for munich;
nkuehnel Feb 19, 2018
59bcf2a
adjust to spatia objects and remove some deprecated geodata methods
nkuehnel Feb 19, 2018
18462b8
remove deprecated method
nkuehnel Feb 19, 2018
ee9722f
fix bug in marry divorce model:
nkuehnel Feb 19, 2018
86cdbe2
supressed warning after checking calculations. Fixes #22
cllorca1 Feb 21, 2018
3317483
vacancy rates higher than 1 forced to 1
cllorca1 Feb 21, 2018
5408f86
some cleanup; replace year yrrays with sets in SiloModel
nkuehnel Feb 22, 2018
52779b0
+MarryDivorceCalcMuc
hemaSR Feb 22, 2018
96d35de
Merge pull request #75 from msmobility/hema
hemaSR Feb 22, 2018
447b114
Added safety if-statement. When running the model with a smaller numb…
moeckel Feb 23, 2018
af22d2c
update demolition model. fixes #59
nkuehnel Feb 26, 2018
e4b18d9
put demolition calc test back
nkuehnel Feb 26, 2018
a92119c
package for models
nkuehnel Feb 26, 2018
5e75bd8
Update MarryDivorceCalcMuc
hemaSR Feb 27, 2018
4503157
Merge branch 'master' of https://github.com/msmobility/silo into hema
hemaSR Feb 27, 2018
8cdfffb
refactor accessibilityTest
nkuehnel Feb 27, 2018
31551a9
try to fix accessibility test on travis
nkuehnel Feb 27, 2018
d4879df
muc demolition calc update
nkuehnel Feb 27, 2018
af7d577
Merge branch 'master' of https://github.com/msmobility/silo into hema
hemaSR Feb 28, 2018
39f1b3d
Merge pull request #76 from msmobility/hema
hemaSR Feb 28, 2018
502b202
update to mito concurrency updates
nkuehnel Feb 28, 2018
963861d
fix imports
nkuehnel Feb 28, 2018
6bb823a
Made job class final.
moeckel Mar 6, 2018
7ed0d8b
remove old fields in zoneimpl, refactor householdtype
nkuehnel Mar 6, 2018
94f1c06
remove some lines
nkuehnel Mar 6, 2018
0f8ac14
remove static footprint of dwellings
nkuehnel Mar 8, 2018
ae2b24f
Added data container to the synthetic population and modified how to …
atmoreno Mar 15, 2018
2a1deb5
static foot print of dwellings done (not in synpop)
nkuehnel Mar 13, 2018
41c4150
add test for dwellingcountbytypeandregion
nkuehnel Mar 15, 2018
d2c55f4
add realestate test
nkuehnel Mar 15, 2018
1fb3149
update real estate test
nkuehnel Mar 15, 2018
e4fec08
datacontainer for accessibility
nkuehnel Mar 15, 2018
0dbb1ef
fix small error
nkuehnel Mar 15, 2018
32f418b
removed static footprint for households and persons (excluding synpop)
nkuehnel Mar 19, 2018
1c79c3a
adjust to flexible travel time skim input in mito
nkuehnel Mar 19, 2018
0046a74
removed static footprint on the synthetic populations
atmoreno Mar 20, 2018
bec75de
update static footprint branch
nkuehnel Mar 20, 2018
0f6e72b
restructure datacontainers a little bit more
nkuehnel Mar 20, 2018
fce4224
finish static footprint of data classes refactoring
nkuehnel Mar 20, 2018
08d1c0e
Removed option to choose different increment than 1 year.
moeckel Mar 25, 2018
4bb88be
Fixed bug (after simulation period was fixed to one-year increments).
moeckel Mar 25, 2018
6a9e60f
Fixed bug (after simulation period was fixed to one-year increments).
moeckel Mar 25, 2018
d587a22
suggestion to set MatsimPtTravelTimes to deprecated; include mode dir…
kainagel Apr 10, 2018
44baa0e
Merge branch 'master' into removeStaticFootPrint
nkuehnel Apr 11, 2018
5611c87
Merge pull request #82 from msmobility/removeStaticFootPrint
nkuehnel Apr 11, 2018
fa8927f
decouple data container creation and initial data manipulation;
nkuehnel Apr 16, 2018
56599b4
make all models extend AbstractModel
nkuehnel Apr 16, 2018
f2c1e84
fix test error
nkuehnel Apr 16, 2018
67ed1d8
remove legacy code growth model md
nkuehnel Apr 16, 2018
c6d88ab
move properties dependent code from data initialization
nkuehnel Apr 16, 2018
8c7993a
put transport model creation into modelcontainer; traveltimes are now…
nkuehnel Apr 17, 2018
a12f3a0
fix build error
nkuehnel Apr 17, 2018
5b9d1c5
Implemented generic findPositionInArray() method.
moeckel Apr 17, 2018
2eeebd7
fix and refactor marriage model, including advanced test. fixes #85
nkuehnel Apr 19, 2018
345f5e8
fix deathModel and cover with test. fixes #84
nkuehnel Apr 19, 2018
506025a
little modifications for tests to work.
nkuehnel Apr 19, 2018
5dd738b
use generic wildcard for findpositioninarray
nkuehnel Apr 19, 2018
4f8542b
refactor person type and birthday
nkuehnel Apr 19, 2018
6f18e2f
fix person type
nkuehnel Apr 20, 2018
367586f
refactor modelcontainer dependency in marry divorce model method
nkuehnel Apr 23, 2018
70dbc03
refactor death and birth model and put under test
nkuehnel Apr 23, 2018
e607ae1
reset updated car ownership handling as this does not seem to be con…
nkuehnel Apr 23, 2018
6642f77
refactor drivers license; add test
nkuehnel Apr 24, 2018
228731a
more driver license refactoring, fixes #88
nkuehnel Apr 24, 2018
1791030
refactor find new job/ employment model and add test
nkuehnel Apr 24, 2018
c2b6335
test quit job as well. fixes #89
nkuehnel Apr 24, 2018
bcd894f
some more refactoring
nkuehnel Apr 24, 2018
26397ba
implement javascript for dwelling utility in MUC and MSTM, and tests,…
cllorca1 Apr 27, 2018
5906d1b
refurbished marry model
nkuehnel Apr 26, 2018
20114bf
finished refurbished marry model
nkuehnel Apr 27, 2018
b5cb070
refactored changeschooluniv model. added test. fixes #90
nkuehnel May 2, 2018
4aad0e6
refactored leave parents model. added test. fixes #91
nkuehnel May 2, 2018
576a124
remove lots of redundant lines; use time tracker for convenient methods
nkuehnel May 3, 2018
185edf5
encapsulate matsim model (make most methods and class non-public; rem…
kainagel May 3, 2018
2de6c86
move the update transit skim method into the matsim travel model when…
kainagel May 4, 2018
08993a8
create eventsmanager only once
nkuehnel May 4, 2018
30c3f52
fist event based silo branch commit
nkuehnel May 4, 2018
0bb85c3
update test reference files that changed due to different order of ra…
nkuehnel May 9, 2018
99d08fd
event creation and handling both encapsulated in models
nkuehnel May 9, 2018
8e67016
event result infrastructure, clean eventmanager
nkuehnel May 14, 2018
b53e603
Refactored Nationality enum (also capitalized enum values).
moeckel May 15, 2018
475ab13
Made income category an Enum Class.
moeckel May 15, 2018
14e220b
Merge remote-tracking branch 'origin/master'
moeckel May 15, 2018
2eb30b4
Merge remote-tracking branch 'origin/master'
moeckel May 15, 2018
5598092
Moved logger before step is executed, so that model user knows what t…
moeckel May 18, 2018
30500ed
typesafe subclassing structure of event types
nkuehnel May 18, 2018
e8c47f3
some more event class refactorings
nkuehnel May 18, 2018
4cccc89
print out micro data under microData/output
cllorca1 May 25, 2018
7f433c2
adapat standalone method to mito changes
cllorca1 May 30, 2018
cc88e27
remove call to non-existent maryland implementation of mito
cllorca1 May 30, 2018
d42e021
implement javascript calculators in MUC and abstract relocation model…
cllorca1 May 30, 2018
c6569a0
debug missing variable in MovesModelMstm
cllorca1 May 30, 2018
338f443
preparing JS calculator for SelectRegion in mstm
cllorca1 May 30, 2018
e90738e
change to relative paths
nkuehnel May 30, 2018
d8e5eb0
implement pricing JS calculator. fixes #23
cllorca1 Jun 4, 2018
da9419d
print out microdata to microData/futureYears by default
cllorca1 Jun 4, 2018
c388f2f
synthetic population bug on dwelling year and new outputs for trip le…
atmoreno Jun 6, 2018
3bd284e
synthetic population - separated method to generate vacant dwellings
atmoreno Jun 6, 2018
46cd6bd
microlocation dwelling,job,school for both base and future year
Qinnnnn Jun 12, 2018
49f61b7
add microlocation in SP
Qinnnnn Jun 12, 2018
60e5c64
event based silo infrastructure finished; tests passing; time tracker…
nkuehnel Jun 12, 2018
601d140
Revert "change to relative paths"
nkuehnel Jun 12, 2018
cc770cf
Merge remote-tracking branch 'origin/eventBasedSilo' into eventBasedSilo
nkuehnel Jun 12, 2018
15911f6
update to master, ready for merge
nkuehnel Jun 12, 2018
fc434c4
update to master, ready for merge
nkuehnel Jun 12, 2018
f782b1a
Merge pull request #103 from msmobility/eventBasedSilo
nkuehnel Jun 12, 2018
124cef1
Merge branch 'master' into qin_microlocation
Qinnnnn Jun 12, 2018
b902302
relocation model modifications
cllorca1 Jun 14, 2018
98f1cf5
communication with mito
cllorca1 Jun 14, 2018
4067301
Merge remote-tracking branch 'origin/master'
cllorca1 Jun 15, 2018
0c823ca
updated microsimulation, removed slow iterator remove calls
nkuehnel Jun 15, 2018
d2ac232
Merge remote-tracking branch 'origin/master'
cllorca1 Jun 15, 2018
436946a
set array select methods to deprecated
nkuehnel Jun 19, 2018
d051a4e
microlocation for dwelling, job and school
Qinnnnn Jun 19, 2018
06d8053
modify communication with mito
cllorca1 Jun 20, 2018
f2d3cdf
track time of transpor model. print track time file in the right scen…
cllorca1 Jun 25, 2018
fd4f87b
refactor relocation model (select region)
cllorca1 Jun 25, 2018
47fb0b4
Added the 3 car ownership models for Munich
matthewokrah Jun 26, 2018
dea914f
correct false read of driver license
cllorca1 Jun 26, 2018
0cdfda7
microlocation for dwelling, job and school
Qinnnnn Jun 26, 2018
0ce3486
microlocation for dwelling, job and school
Qinnnnn Jun 26, 2018
43295b9
Merge remote-tracking branch 'remotes/origin/master' into qin_microlo…
Qinnnnn Jun 26, 2018
757b95b
implemented microlocation for dwelling, job and school
Qinnnnn Jun 26, 2018
1e1c966
Merge pull request #104 from msmobility/qin_microlocation
nkuehnel Jun 26, 2018
3fdf287
avoid unassigned zone features / use property for id field in shp
cllorca1 Jun 27, 2018
176321a
update dwelling model to account for distance to work
cllorca1 Jun 27, 2018
525dac0
commented lines for debug only - consider delete them
cllorca1 Jul 2, 2018
82721b2
remove files and references to moves dmu
cllorca1 Jul 2, 2018
6d5d5b6
fixed microlocation function bugs
Qinnnnn Jul 2, 2018
3ceb829
Merge remote-tracking branch 'remotes/origin/master' into qin_microlo…
Qinnnnn Jul 2, 2018
f40e3f3
added implementation token in data managers (need to remove it when w…
Qinnnnn Jul 2, 2018
363c4be
added implementation token in data managers (need to remove it when w…
Qinnnnn Jul 2, 2018
d40444a
Merge pull request #108 from msmobility/qin_microlocation
Qinnnnn Jul 2, 2018
592df4a
updated MitoTransportModel
Qinnnnn Jul 2, 2018
1e3654d
simplify read driving license as boolean
cllorca1 Jul 3, 2018
8ea6e79
Merge remote-tracking branch 'origin/master'
cllorca1 Jul 3, 2018
a72e053
Merge branch 'updated_dwelling_selection'
cllorca1 Jul 3, 2018
a096d85
adapt test to refactored dwelling utility calculation
cllorca1 Jul 3, 2018
8de3f50
remove unused array to store dwelling util by hhtype
cllorca1 Jul 3, 2018
e8d2cf0
add driver license checked when person does not have it and is over 1…
cllorca1 Jul 4, 2018
d07724d
read travel distances from mito, sent travel distances to mito
cllorca1 Jul 5, 2018
2612529
Updated the car ownership models and added a model to simulate autono…
matthewokrah Jul 5, 2018
ad94d5e
Merge branch 'master' into mokrah_new
matthewokrah Jul 5, 2018
97192d6
updated GenerateSchoolMicrolocation
Qinnnnn Jul 5, 2018
3e6cc99
Merge remote-tracking branch 'remotes/origin/master' into qin_microlo…
Qinnnnn Jul 5, 2018
8ee2466
Merge remote-tracking branch 'remotes/origin/master' into qin_microlo…
Qinnnnn Jul 5, 2018
96ac252
Merge pull request #113 from msmobility/qin_microlocation
Qinnnnn Jul 5, 2018
cc02ff8
default values for most of properties
cllorca1 Jul 5, 2018
42e9136
deactivate read license and handle license event - for silo MSTM tests
cllorca1 Jul 6, 2018
437ea9b
Merge branch 'master' into default_properties
cllorca1 Jul 6, 2018
ecf56f2
Updated autonomous switch calculator
matthewokrah Jul 6, 2018
d41b50f
Merge branch 'master' into mokrah_new
matthewokrah Jul 6, 2018
7fa04e6
default properties for SP
cllorca1 Jul 9, 2018
d463cb8
minor adjustments
dziemke Jul 9, 2018
434adec
coord locations for matsim simulation population
dziemke Jul 9, 2018
72d7e1e
use munich implementation for new test
dziemke Jul 10, 2018
c4600ec
some steps in accessibility for coord
dziemke Jul 10, 2018
3fffbae
coords in marriage model
dziemke Jul 10, 2018
ebf6239
silo-matsim based on triprouter
dziemke Jul 10, 2018
927bf26
coord ideas in moves model
dziemke Jul 10, 2018
f13fab2
minor
dziemke Jul 10, 2018
221f7e6
new test input data (with coords)
dziemke Jul 10, 2018
df6b73c
finalized default properties
cllorca1 Jul 12, 2018
1bc9140
Modified CreateCarOwnershipCalc to consider the redefined levels of a…
matthewokrah Jul 16, 2018
6ee05e9
some more microlocation/location interface refactoring
dziemke Jul 16, 2018
d80d71f
add minor comments in properties
cllorca1 Jul 17, 2018
a6f4f37
properties for job forecast reformatted
cllorca1 Jul 20, 2018
066824d
new relocation region normalization for tests
cllorca1 Jul 20, 2018
8d7047d
calculate accessibility every year
cllorca1 Jul 20, 2018
126f014
assignment of default properties
cllorca1 Jul 20, 2018
7b9f6f7
removed double property job forecast filename
cllorca1 Jul 20, 2018
acc8569
finish refactoring for microlocations
dziemke Jul 20, 2018
9f0e7e3
javadoc for person roles
cllorca1 Jul 24, 2018
ef02c62
change matsim version to 0.11.0-SNAPSHOT; pull MatsimTestUtils via ma…
kainagel Aug 4, 2018
d15cf14
set matsim version back to 0.10.0-SNAPSHOT because otherwise the test…
kainagel Aug 4, 2018
002f86d
fix remaining issues for microlocation travel times; ignore silomuc t…
nkuehnel Aug 7, 2018
41e28a3
Merge remote-tracking branch 'remotes/origin/master' into siloMatsimM…
nkuehnel Aug 7, 2018
79cb7c5
minor bug fixes
nkuehnel Aug 7, 2018
170b91b
remove deprecated array calls in geodata
nkuehnel Aug 7, 2018
3baf40c
add base directory to path to shp
cllorca1 Aug 8, 2018
66cfc02
check occupation before microlocation sets when sending data to mito
cllorca1 Aug 8, 2018
c7f93ae
Merge branch 'siloMatsimMicro'
cllorca1 Aug 8, 2018
d6325b9
fixed autonomous vehicle model
matthewokrah Aug 8, 2018
ab28af6
changes to merge Location with master branches
cllorca1 Aug 8, 2018
13d5e7b
temporary filter some hh without adults, since mito cannot assign eco…
cllorca1 Aug 8, 2018
a77c021
Merge pull request #114 from msmobility/mokrah_new
matthewokrah Aug 8, 2018
5da8d19
Merge remote-tracking branch 'origin/master'
cllorca1 Aug 8, 2018
3e6198f
minor changes when merging master, microlocation and matthew
cllorca1 Aug 8, 2018
f6c7817
pull out createCarOwnership model from synthetic population;
nkuehnel Aug 8, 2018
4063aa4
remove last DMU/UEC from SILO
nkuehnel Aug 8, 2018
24cccf0
remove old model excel sheets in test input
nkuehnel Aug 8, 2018
eaf55c4
Gender enum, fixes #99
nkuehnel Aug 9, 2018
e954984
pull travel times out of accessibility into datacontainer class; fixe…
nkuehnel Aug 9, 2018
2a71a7a
initial modular commit
nkuehnel Aug 9, 2018
4dcca9a
maryland module
nkuehnel Aug 10, 2018
1876d88
add resources
nkuehnel Aug 10, 2018
b3f3e54
Merge branch 'master' of https://github.com/msmobility/silo
nkuehnel Aug 10, 2018
f4d20fa
remove third party dircetories (see #116);
nkuehnel Aug 10, 2018
bc17d31
silo muc run class
nkuehnel Aug 10, 2018
4ba30a1
move test input
nkuehnel Aug 14, 2018
e46a687
minor changes
nkuehnel Aug 14, 2018
06d27cd
add test resources
nkuehnel Aug 14, 2018
9e2890e
fix pom typo
nkuehnel Aug 14, 2018
0367647
add test reference files
nkuehnel Aug 14, 2018
2f86a75
Merge pull request #117 from msmobility/modular2
nkuehnel Aug 14, 2018
f40f562
Merge branch 'master' of https://github.com/msmobility/silo
nkuehnel Aug 14, 2018
4954b3d
silo cblcm
nkuehnel Aug 14, 2018
a76dd68
silo msp
nkuehnel Aug 14, 2018
e55cd85
remove deprecated cblcm framework code (use SiloModelCBLCM directly)
nkuehnel Aug 14, 2018
6c6ee52
extract gender to its own class
nkuehnel Aug 14, 2018
8e5761c
occupation enum class
nkuehnel Aug 14, 2018
1673de6
transfer enum back to code when writing out syn pop file
nkuehnel Aug 14, 2018
3707c5a
rename mito Occupation&Gender to MitoOccupation and MitoGender
cllorca1 Aug 17, 2018
9d01faa
add columns to final year sp writer, can be used to re-start silo
cllorca1 Aug 20, 2018
9cf630f
fix moves model muc
cllorca1 Aug 20, 2018
4bd383f
Merge branch 'master' of https://github.com/msmobility/silo
nkuehnel Aug 27, 2018
184b866
add git ignore (probably all related to eclipse setup)
dziemke Aug 27, 2018
c757877
Merge remote-tracking branch 'origin/master'
nkuehnel Aug 27, 2018
ec6a5f0
set matsim dependency to version 11
dziemke Aug 27, 2018
994a17b
add gitignore for test output files
dziemke Aug 27, 2018
25bf4dd
update test references files for matsim 11
nkuehnel Aug 27, 2018
3b58c56
minor changes
dziemke Aug 27, 2018
a3fc90c
non-static properties instance in silo model.
nkuehnel Aug 28, 2018
d69f8a0
update on warm start; allow travis to cache
nkuehnel Aug 29, 2018
ee36ef0
Removed every link to CBLCM. This model orchestrator was used by the …
moeckel Sep 7, 2018
3fd3845
Moved instructions to use Eclipse from notes.txt into the readme file.
moeckel Sep 7, 2018
a0a480d
fix zone input test files
nkuehnel Sep 10, 2018
a598596
fix zone input test files
nkuehnel Sep 10, 2018
2c6ab42
fix zone input test files
nkuehnel Sep 11, 2018
01acfee
add working time as job attribute - assigned during runtime, not in s…
cllorca1 Sep 12, 2018
e686739
add population control method to forecast population by uniform growt…
cllorca1 Sep 13, 2018
57f3640
add forecast method to expand number of jobs from base year SP and a …
cllorca1 Sep 13, 2018
817e726
refactor job and dwelling usage; create analysis module
nkuehnel Sep 26, 2018
b61f6e3
refactor person usaged; person reader not yet finished
nkuehnel Sep 27, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,21 @@ out
/bin/
/.settings/
/target/
.idea/
*.iml
lib/
/Makefile
/event-performance.log
/event.log
/priceUpdate2000.csv
/timeTracker.csv
scenOutput
status.csv
test/output/*
test/scenarios/annapolis/null_t.csv

tripAttraction.csv

tripProduction.csv

src/main/java/META-INF/MANIFEST.MF
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

22 changes: 0 additions & 22 deletions .idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/misc.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/modules.xml

This file was deleted.

68 changes: 0 additions & 68 deletions .idea/silo.iml

This file was deleted.

124 changes: 0 additions & 124 deletions .idea/uiDesigner.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
language: java
install: mvn clean install
script: mvn test
jdk:
- oraclejdk8
script: mvn test -Dhdf5lib-absolute-path=`pwd`/lib/linux64/libjhdf5.so --fail-at-end --batch-mode -Dmatsim.preferLocalDtds=true
#-Dmaven.test.redirectTestOutputToFile

cache:
directories:
- $HOME/.m2

env:
global:
- export MAVEN_OPTS="-Xmx2500m"


27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
[![Build Status](https://travis-ci.org/msmobility/silo.svg?branch=master)](https://travis-ci.org/msmobility/silo)

# siloCode
SILO Model Java Code



Load into eclipse

A possibility is

(1) check out git as normal (e.g. on command line)

(2) in eclipse: import --> Maven --> existing maven projects --> browse to location of local git repository --> import

(3) missing hdf5 library: in eclipse:
right click on "silo"
--> Build Path
--> Configure Build Path
--> Source
--> silo/src/main/java
--> Native library location
--> Edit ...
--> add "silo/lib/macosx64" or whatever you need for your operating system

-----

For a full step-by-step guide of the overall setup, pelase see "SILO-MATSim_Installation.docx" in this directory

Binary file added SILO-MATSim_Installation.docx
Binary file not shown.
Loading