Code Monkey home page Code Monkey logo

auto-path's Introduction

auto-path

What if

  1. Road routes were recommended automatically?
  2. Road bridges, viaducts, construction was planned ahead?

As of now, only point 1 was covered

Let's see what tools we can build to facilitate this.

API structure

The main endpoints.

/terrain

Generate terrain with a given configuration and cache them using Redis.

The algorithms are programmed using celery.

POST /

payload:
{

}

/planner

All actions regarding planning algorithm run on a specific terrain, including timing, results and measuring the methods.

/figures/mdpi-eng

Generates updated figures for ...

Will download them as a zip archive.

GET /

ERROR: should stop after a given timeout..

auto-path's People

Contributors

stefaneduard-deaconu avatar

Watchers

 avatar

auto-path's Issues

height_delta must be set to integer, to enable usage as part of PK for 'ha' collection

'terrain' to 'ha' relationship is 1 to Many.

To simplify the model, 'ha' uses as primary key 'trn_key' as 'ha_key', where

trn_key is terrain.cgf_key and
ha_key is ha.height_delta

This implementation gest messy. You better create 'terrain'.ha[<height_delta>] and add to ha_key a hash created from the cfg_key and the height_delta ๐Ÿ—ก๏ธ.

Celery task for Height Area Graph

Implement task for computing and storing height HAG (Height Areas Graph).

Update test.py to run the newly created task function twice (before and after caching).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.