Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isochrone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institut für Informatik
dbis
dbis-isochrone
isochrone
Graph
fd8d51ac5412ed36e02da91d80013ed6a2d9e292
Select Git revision
Branches
4
features/isodistance
master
default
spatial-db-comparison
spatial-db-type-comparison
Tags
20
v0.9.1
v0.9.0
v0.8.1
v0.8.0
v0.7.0
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.1
v0.4.0
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.5
v0.2.4
24 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
9
Oct
8
7
6
3
1
10
Sep
9
8
4
3
2
1
29
Aug
28
27
26
25
21
20
19
18
14
13
12
11
9
8
7
6
5
4
29
Jul
26
23
22
21
3
1
30
Jun
26
20
18
17
16
13
11
10
6
4
2
1
26
May
25
24
23
20
19
13
12
9
7
6
30
Apr
20
19
16
14
12
8
7
2
1
31
Mar
27
26
25
24
22
21
20
19
18
17
5
4
3
2
1
28
Feb
27
26
25
24
23
22
21
20
19
18
17
14
12
11
10
8
7
5
4
3
24
Jan
23
22
16
8
2
27
Dec
25
19
18
17
11
9
6
5
4
3
2
29
Nov
28
22
7
30
Oct
removed (not needed after converting to Point2D)
using string as cache key (should ease matching for entries in cache wit
changes after removing Point class (and using awt's Point2D class)
reworked toString (and renamed toTime and fromTime)
moved TestConfiguration and TestHelper class (into parent package)
removed class, since not needed after using awt's Point2D class
removing point (replace by awt's point2D)
simplified internal class names (not using canonical, but simple name
reworked serializable of IOutput classes (since BBoxOutput can not
added javadoc
added test for ConfigDataset.getAllDatasets
added some comments
fixed broken tests
added serializable interface to some more classes
supressed JCS logging output
implementing isochrone output's cache as static
Changes to enable incremental isochrone calculation.
minor changes (using linkedHashMap instead of hashMap)
fixed minor finbugs problem
renamed method to getLoadedNodes
adding memory test (can temporily be used to create heap dumps, cpu
upgrade to newest geoserver version (2.6.0)
added some (simple) tests for distance algorithms
added tests for seed class
re-added DistanceAlgorithm class (used in isochrone-web project as well)
fixed distance calculation problems
added missing class (after reworking mrne algorithm implementation)
commented unused code
fixed memory size related issue
fixed to match interface changes
using node object instead of nodeId where useful (mrneX does not need to
interface changes to ease search for node by id (in result returned by
reworked sqlException handling
minor variable renaming
changes internal Mrne class interface (of method loadLinksFromIER)
reworked db connection handling (no auto-closing anything in finalize
fixed unclosed db connections issue
removed duplicate logging information
closing test connections (was not done after interface change)
simplified some interfaces (Isochrone classes, AbstractOutput)
Loading