Git Product home page Git Product logo

pgrouting-procedures's Introduction

Procédures pour PgRouting

Présentation

Ce projet contient plusieurs procédures SQL utilisables avec PgRouting afin de calculer des itinéraires et des isochrones plus facilement.

Ces procèdures sont utilisées par le projet Road2.

Installation des fonctions sur une base de données

Prérequis

Afin d'utiliser ces procèdures, il est nécessaire d'avoir une base de données sur laquelle PGRouting est déjà installé.

Installation

Il y a plusieurs fichiers SQL qui se répartissent l'ensemble des procèdures disponibles. Ces fichiers sont des templates, auxquels il faut fournir le nom de schéma. Ces fichiers sont dans le dossier sql_templates.

Pour installer toutes les fonctions ou une partie, il faudra suivre la procédure décrite dans la page dédiée de la documentation.

Docker

Une image docker est disponible dans le dossier docker. Cette image propose une base de donnée avec PGRouting et les procèdures.

Version

Version des procèdures: 2.2.0

Licence

PgRouting est diffusé sous la licence GPL v3.

Participer aux développements

Les participations à ce projet sont encouragées (votre notre charte à ce sujet). Nous avons mis en place un guide des contributions pour vous accompagner dans cette démarche.

pgrouting-procedures's People

Contributors

azarz avatar gwenandres avatar jmkerloch avatar lgrd avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

yhilem

pgrouting-procedures's Issues

[doc] deploy documentation on GitHub pages

Documentation should be available on GitHub pages:

  • add GitHub action workflow to generate documentation
  • step1 : generate documentation with sphinx (waiting #3 )
  • step2 : deploy generated documentation on GitHub pages

[feat] Add distance and duration columns

Need

Today, there is two hardcoded columns in sql_templates/generate_routeProcedures.sh l.112-122 : $SCHEMA.ways.cost_m_', profile_name and $SCHEMA.ways.cost_s_', profile_name.

To delete them, we need to change the parameters of the functions by adding the real name of the cost columns for distance, duration and the cost of the computed road.

Tasks

  • Be sure of the IO
  • Code it
  • Update r2gg
  • Update road2

[doc] Add documentation generation with sphynx

Add documentation with sphynx:

  • create a root directory documentation
  • add conf.py to define sphynx option
  • TO BE DISCUSSED : move all .md documentation files to the `documentation directory
  • create landing page documentation/index.md

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.