Skip to content

feliperyan/optimal-flight-path-api

Repository files navigation

Optimal Flight Path API server

This is a simple API server which receives a json with a list of coordinates and calculates the optimal path to travel between all points and an origin point. It's used in conjunction with this repo: https://github.com/feliperyan/lwc-drone-delivery

Look at the example_inbound and example_outbound for what the API endpoint expects and outputs.

Google OR Tools

This repo uses the Google OR Tools library. Google OR Tools is an open source software suite for optimization, tuned for tackling the world's toughest problems in vehicle routing, flows, integer and linear programming, and constraint programming. More information https://developers.google.com/optimization/routing/tsp

About

Flask REST API Server using Google Route Optimisation library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published