Skip to content

Releases: datakind/dk-routing

QoL improvements to GUI and more robust docker compose

01 Jun 03:51
e2a5bd4

Choose a tag to compare

Largest part of the new features are here: #88

Data sizes and short routes improvements

11 Dec 15:34
5b3fba4

Choose a tag to compare

Merge pull request #71 from datakind/betterdiagnostics

Reduce data transfers for solution files

Web-based client interface

13 Feb 04:51
ab2b613

Choose a tag to compare

This introduces a Makefile and a graphical user interface (based on streamlit) so users can more easily try out the tool with the sample data.

Server endpoints

28 Oct 02:03
372c232

Choose a tag to compare

This release introduces HTTP endpoints to upload files, calculate solutions from scratch and from manually adjusted routes, and download every output files. This will allow us to have a browser-based GUI in the next release.

Datadive September 2023

16 Sep 03:01
1eac92b

Choose a tag to compare

Pre-release

This release offers some more robustness features and a preview of using HTTP requests to communicate with the routing tool.

Super quick instructions:

Install yq and docker.

sh s_build_docker_dev.sh

docker run --network host dkroutingtool:dev /opt/conda/bin/python src/py/server.py

Then in a different terminal:

curl -X "POST" "localhost:5001/provide_files" -H "accept: application/json" -H "Content-Type: multipart/form-data" -F "files=@local_data/customer_data.xlsx" -F "files=@local_data/config.json" -F "files=@local_data/extra_points.csv"

curl http://localhost:5001/get_solution

curl -o download.zip http://localhost:5001/download

A file representing a small area is attached, edit the url in build_parameters.yml with:
geofabrik-url: https://github.com/datakind/dk-routing/releases/download/datadive_2023/Brooklyn.osm.pbf

March 2023 release: improved file management, server draft

20 Mar 03:29
b4ee9ea

Choose a tag to compare

Various improvements in terms of viz, manual edits, file management, and having an API beyond a GDrive integration.

Production-ready version of the routing tool

03 May 15:11
5628f27

Choose a tag to compare

2022.03.01

Remove obsolete function