Hannes

Results 29 issues of Hannes

This implements the suggestion in https://github.com/ficonsulting/RInno/pull/144#issuecomment-613414727 and would fix issue https://github.com/ficonsulting/RInno/issues/143 together with pr https://github.com/ficonsulting/RInno/pull/144.

Could you add the title and authors (or DOI) of that paper referenced here? https://github.com/matsim-org/matsim-libs/blob/9ec74eaf766ed3f64d98c3d556453068ebe2b637/matsim/src/main/java/org/matsim/core/network/algorithms/NetworkCalcTopoType.java#L35-L36 Unfortunately, the URL is not reachable anymore. Thanks in advance!

Fixes #2092 and also implements half of the desired functionality from this [comment in #1490](https://github.com/geopandas/geopandas/issues/1490#issuecomment-737196449). This change allows to read from a PostGIS table with multiple geometry columns and converts...

postgis

Is it possible to override the default installation directory to change it from `%AppData%\Programs\orca` to a custom directory via a command line option for the installer?

With this PR, I'd suggest to move the `PtNetworkSimplifier` to the org.matsim package. Recently, I used the [`PtNetworkSimplifier`](https://github.com/matsim-org/matsim-libs/blob/master/contribs/vsp/src/main/java/playground/vsp/andreas/utils/pt/PTNetworkSimplifier.java) from the vsp playground a lot and it worked well as expected....

We want to consider [turn restrictions](https://wiki.openstreetmap.org/wiki/Relation:restriction#Members) in the network during routing. Turn restrictions are list of subsequent links, which shall not be passed by vehicles of a given mode. Currently,...

code sprint

This change allows to store Maps of primitive Java types within `ReflectiveConfigGroup` using the `@Parameter` annotation and closes #2815 Keys will always be quoted and properly XML-excaped when written to...

fixed by https://github.com/matsim-org/matsim-libs/pull/2828

When drt vehicles get relocated, they will stay at their location, if they do not have to return back to the depot. It can happen, that the same vehicle is...

**Summary:** I suspect that this line https://github.com/OneBusAway/onebusaway-gtfs-modules/blob/fd87efe1ae2cbd361e6830ce714a5c1393fe97e6/onebusaway-gtfs-transformer/src/main/java/org/onebusaway/gtfs_transformer/updates/SubsectionTripTransformStrategy.java#L106 should actually be like this line https://github.com/OneBusAway/onebusaway-gtfs-modules/blob/fd87efe1ae2cbd361e6830ce714a5c1393fe97e6/onebusaway-gtfs-transformer/src/main/java/org/onebusaway/gtfs_transformer/updates/TrimTripTransformStrategy.java#L93 because both methods are trimming trips somehow (still need to grasp their differences, though). **Steps to...