eqasim-org / eqasim-java

The eqasim framework features an integrated transport simulation environment. It is based on the agent-based transport simulation framework MATSim with added components for simulation of discrete choice models.
http://www.eqasim.org
GNU General Public License v2.0
23 stars 39 forks source link

Clean up routing tools #218

Open sebhoerl opened 2 months ago

sebhoerl commented 2 months ago

With #217 we will have a very convenient and clean way of routing things. This means we can remove the command line tools in core now. Before, we should have some proper instructions on how to use the routing server. And it probably makes sense to still have a standalone command line script in the server package if needed (which then digests requests in JSON format as they would be sent to the server).