Commit Graph

98 Commits (e92c8d920859cfd3f1a11b5804879f60f1d8aae6)

Author SHA1 Message Date
Martin Scheidt b276270ea6 fixed schema validation including test 2022-12-19 21:41:30 +01:00
Max Kannenberg 70410e7985 Remove function CharacteristicSections and move code to calc.jl 2022-12-03 21:02:41 +01:00
Max Kannenberg 2f463a4a92 Add docstrings to behavior.jl for documentation 2022-11-07 19:17:02 +01:00
Max Kannenberg da1f641839 Add docstrings to output.jl for documentation 2022-09-09 18:50:22 +02:00
Max Kannenberg 5c5fa14f46 Add docstrings to formulary.jl for documentation 2022-09-05 22:40:22 +02:00
Max Kannenberg 804f797b08 Fix typing error (change time to :time) 2022-08-24 10:08:20 +02:00
Max Kannenberg a7fe8db1c2 Refactor setting the state flag :endOfCsReached 2022-08-24 10:07:30 +02:00
Max Kannenberg bc02e96a6c Access elements from 'points of interests' by name instead of by index 2022-08-22 19:07:49 +02:00
Max Kannenberg 8c286b0d2b Change type of a point of interest from Tuple to NamedTuple 2022-08-19 19:51:02 +02:00
Max Kannenberg 94839a28c0 Remove key :i from SupportPoint dictionary 2022-08-18 13:44:57 +02:00
Max Kannenberg 4a047f4cf2 Remove CharacteristicSections as return value from function 'calculateMinimumRunningTime' 2022-08-17 22:30:32 +02:00
Max Kannenberg 4d44674d21 Remove key :id from CharacteristicSection dictionary 2022-08-17 22:26:46 +02:00
Max Kannenberg 548d46b6c4 Remove the key :v_entry from CharacteristicSection dictionary 2022-08-17 15:22:10 +02:00
Max Kannenberg b421fbec5a Remove the redundant function 'secureAcceleratingBehavior' 2022-08-17 12:58:53 +02:00
Max Kannenberg 6af0912359 Rename 'current speed limit' to 'lowest speed limit' 2022-08-17 12:18:27 +02:00
Max Kannenberg f11e64b8b8 Remove key :v_peak from CharacteristicSection dictionary 2022-08-16 23:23:02 +02:00
Max Kannenberg c4d8b2c79c Remove key :length from CharacteristicSection dictionary 2022-08-16 12:25:50 +02:00
Max Kannenberg 3626f46df9 Fix typing error (change :speed to :velocity) 2022-08-12 17:52:35 +02:00
Max Kannenberg 395b7eb11c Add rounding up at the CS's end if difference is beyond accuracy level 2022-08-12 13:24:27 +02:00
Max Kannenberg 442a342e84 Fix rounding error due to braking calculation 2022-08-11 16:54:38 +02:00
Max Kannenberg cbd4e7f97f Round output data depending on the settings' approximation level 2022-08-08 16:12:08 +02:00
Max Kannenberg 5e33e62a79 Change output for outputDetail=:points_of_interest for a path without POI 2022-08-08 16:10:38 +02:00
Max Kannenberg acf8cd0c3b Remove the Dictionary for the behavior sections 2022-07-13 00:15:57 +02:00
Max Kannenberg 99a07094fc Remove the Dictionary for the moving section 2022-07-12 16:59:45 +02:00
Max Kannenberg b7e0f21ffb Remove step sizes from 'SupportPoint' 2022-07-05 21:42:19 +02:00
Max Kannenberg a3a68e5553 Add output detail 'data_points' with starting points of the driving modes 2022-07-05 21:41:41 +02:00
Max Kannenberg 892b84251a Rename 'data points' to 'support points' 2022-06-22 11:11:44 +02:00
Martin Scheidt ef4d4bcae2 amended outer constructor for Settings() 2022-06-20 14:11:55 +02:00
Martin Scheidt 6e52dfee87 enhanced help message 2022-06-09 15:10:59 +02:00
Martin Scheidt 08e7fb6acd remove automated jl doc testing 2022-06-05 17:57:48 +02:00
Martin Scheidt 8c17d0b6ae refactored function names with calc* 2022-06-05 15:41:28 +02:00
Martin Scheidt 3911b33f21 removed unnecessary header line 2022-06-05 15:30:48 +02:00
Martin Scheidt e0790fc4f6 Merge branch 'development_max' into development
# Conflicts:
#	src/behavior.jl
#	src/characteristics.jl
#	src/constructors.jl
2022-06-05 15:25:12 +02:00
Max Kannenberg 10e877e9ec Fix handling and output of points of interest 2022-06-03 18:11:28 +02:00
Martin Scheidt fab1ad017a refactored functions, removed characteristics.jl, and unified naming in constructors.jl 2022-06-03 17:24:16 +02:00
Max Kannenberg b05b9dbd0b Refactor the DataFrame output 2022-06-03 12:26:58 +02:00
Max Kannenberg 99c873a4e7 Refactor output detail and format and adapt examples 2022-06-02 12:32:00 +02:00
Max Kannenberg 8a97de3fdf Add dataFrame as output format 2022-05-31 17:23:56 +02:00
Max Kannenberg 9d26c6569f Add point of interest labels to data points 2022-05-31 13:06:40 +02:00
Max Kannenberg 191d19d3ef Refactor conversion of traction unit's air resistance 2022-05-30 20:10:45 +02:00
Max Kannenberg b0026e55c2 Fix behavior.jl for halting and for velocity step method 2022-05-30 17:47:36 +02:00
Max Kannenberg 09743db7ad Remove calculations of mechanical work and energy consumption 2022-05-24 16:56:05 +02:00
Max Kannenberg 4c7980bbe6 Change behavior section "standstill" to "halt" 2022-05-24 16:15:08 +02:00
Max Kannenberg ae5cc07862 Add the approxLevel from settings to formulary 2022-05-19 21:45:10 +02:00
Max Kannenberg 250687a851 Split calculation of vehicle resistances for different transport types 2022-05-19 21:42:29 +02:00
Martin Scheidt 7793552eea cars of train are now assumed as fully loaded 2022-05-12 22:40:13 +02:00
Martin Scheidt b2fc3ff73e debug GitHub actions 2022-05-12 17:59:37 +02:00
Martin Scheidt 840d1d0e46 removed CSV export 2022-05-12 16:50:27 +02:00
Martin Scheidt a5868af2c5 new type Train as struct 2022-05-12 16:32:15 +02:00
Martin Scheidt d4e7806efc separate file for constructors 2022-05-08 21:43:21 +02:00