sfendrich
sfendrich
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description The configuration setup is still a mess and needs to be...
### Pull Request Checklist - [ ] 1. I have [**rebased**][rebase] the latest version of the main branch into my feature branch and all conflicts have been resolved. - [...
# Problem statement A discussion started in https://github.com/GIScience/openrouteservice/pull/1708 revealed that there might be a fundamental issue with how isochrones are computed in ORS. The issue is that isochrones are computed...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description Nearby the boundary of an avoid polygon the start or end...
The flat directory layout used in https://github.com/GIScience/osm-vis-data to store the daily results will not scale in the long term. The number of stored dates already exceeds the maximum number of...
bin/data-mining-monthly.sh frequently stops during the step osm-vis/osm-tags-word-frequency-wiki with a response timeout. Re-running the script sometimes solves the problem. The full error message is as follows: ``` Preprocessing executable 'tool' for...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description appending a `/` to the URL returns error "3007 Unsupported export...
Currently the feature `attribute-completeness` supports a single attribute. It should be extended to support multiple attributes with conjunction semantics. - [ ] Service-layer already supports multiple attributes, HTTP-layer still needs...
The logic MultiTreeSPEntry must be reviewed in order to make compareTo, equals, and hashCode consistent. Otherwise we cannot guarantee the results of the matrix computation to be correct.