Giter VIP home page Giter VIP logo

Comments (2)

nicolas-f avatar nicolas-f commented on June 4, 2024

Bonjour,

Il est possible que la zone ne soit pas assez grande. Dans ce cas l’enveloppe de calcul créé par

 st_expand(st_envelope(st_accum(the_geom)), -750, - 750)

n'est pas assez grande.

Vous pouvez donc remplacer simplement par

st_envelope(st_accum(the_geom))

Pour vérifier cela vous pouvez essayer de visualiser la zone de calcul comme ceci:

create table zonecalcul as select st_expand(st_envelope(st_accum(the_geom)), -750, - 750) the_geom from ROADS_SRC;

et le placer dans le toc.

comment récupérer les données réelles du trafic routier d'un lieu

Il n'y a pas à notre connaissance de base de données de trafic routier pour toute les voies.

Que fait on lorsqu'on utilise le "Fake traffic"?

Ce sont des valeurs arbitraires de vitesse et de trafic qui sont appliquées en fonction de la valeur du tag 'highway' d'open street map.

from noisemodelling.

zonndjay avatar zonndjay commented on June 4, 2024

Bonjour,
Votre solution fonctionne à merveille. Merci.

Cordialement.

from noisemodelling.

Related Issues (20)

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.