Hannes
Hannes
@polettif Can you check if dependabot is still active for this repository? I have not seen any PRs by it lately.
**Beschreibe den Fehler** Die Haltestelle Schlehenweg (Bremen, Habenhausen) hat eine falsche Position. ```csv # stops.txt stop_name,parent_station,stop_id,stop_lat,stop_lon,location_type Schlehenweg,,487367,53.73609,8.85751,1 Schlehenweg,487367,582693,53.73609,8.85751, ``` **Referenz** https://www.openstreetmap.org/node/7486257539 **Aktualisierungszeitpunkt der GTFS-Daten:** Sun May 21 04:13:09 CEST 2023...
**Beschreibe den Fehler** Die Haltestelle Plohn, Freizeitpark hat eine falsche Position ```csv # stops.txt stop_name,parent_station,stop_id,stop_lat,stop_lon,location_type "Plohn, Freizeitpark",,62212,40.071426,-33.005974,1 "Plohn, Freizeitpark",62212,593010,40.071426,-33.005974, ``` **Referenz** https://www.openstreetmap.org/node/8739928137 **Aktualisierungszeitpunkt der GTFS-Daten:** Sun May 21 04:13:09 CEST...
This change parallelizes the processing of `DynAgent`s in `DynActivityEngine.doSimStep()`. This method is called in every simulation step(!) and when you simulate scenarios with a lot of dynamic agents, it will...
When debugging a project where I have put copies of Java files from a dependency in my project's src folder (but in another module) to adjust its behavior, and placing...
This change makes the temp dir from the `OutputDirectoryHierarchy` configurable via a system property `matsim.tempDir`. The default behavior remains unchanged if this property is not set. Currently, the ImageIO cache...
As routing, network cleaning/simplifying, and more with turn restrictions is now fully supported by MATSim (see https://github.com/matsim-org/matsim-libs/issues/2829), we can enable parsing them by default. 🎉
- Clean invalid `DisallowedNextLinks` from converted network (https://github.com/matsim-org/matsim-libs/pull/3730) - Migrate from node-to-node-routing to link-to-link-routing (https://github.com/matsim-org/matsim-libs/pull/3870) - Bump Java from 17 to 21
This change removes all JUnit 4 methods and replaces them with their JUnit 5 counterparts.