Git Product home page Git Product logo

15m's People

Contributors

dabreegster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

15m's Issues

PT routing

Walking + PT has been started in this repo. Just starting a list of improvements.

UI

A-to-B routing

  • Configurable start time
  • Display text route directions nicer. "Walk 5 minutes", "wait 4 minutes", plumb info about the route taken
  • Correctness -- only ever 1 stop per trip? Impossible
  • Use route shapes for display (and see how much space they need)
  • Get more precise about linking walking and transit steps

Isochrone

  • Implement it

Data model

  • Decide requirements for days of the week, service exceptions, etc
  • Think through serveless-friendly ways of getting GTFS data

Performance

  • Can an A*-like heuristic help for PT routing? Edit: yes, but it loses optimality
  • Get base file size down, without GTFS. London is 370MB, but the PFB is 90MB
  • Smaller GTFS data. London is around 300MB right now
  • More compact NaiveTimes?

Refactoring

Score mode

  • Make much more configurable
  • Popups cover up routes
  • Display all parking, to sanity check results
  • Some routes aren't shown
  • Improve handling of positions along a road

Catchment report

For a possibly large GJ input representing something like a new scheme built somewhere, calculate

  • POIs within X minutes by some mode
  • Intersect some polygon buffer with polygon areas and sum up census/demographic data
  • Output everything visually/interactively, but also as a big downloadable report (specifically what're all the schools close by?)
  • Calculate mesh density specifically

Think through pattern for multi-modal graphs

Ideally, this tool will be able to answer the same kinds of questions for any mode. Over in Severance Snape, to calculate ped shortcuts, we need a driving graph. In the LTN tool, we need to understand non-driveable roads to detect some modal filters. Without going back to the sheer complexity of the osm2streets approach, revisit all of these requirements. One graph structure, many views onto it?

"pbf" is actually osm.xml

Maybe this is intentional, but it surprised me:

$ curl 'https://assets.od2net.org/severance_pbfs/elephant_castle.pbf' | head                                              
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0<?xml version='1.0' encoding='UTF-8'?>
<osm version="0.6" generator="osmium/1.11.1">
  <node id="107564" lat="51.4986115" lon="-0.079333"/>
  <node id="108118" lat="51.4977008" lon="-0.0797753"/>
  <node id="108119" lat="51.4971248" lon="-0.0808368"/>
  <node id="108120" lat="51.4966987" lon="-0.0818124"/>
  <node id="108121" lat="51.4959887" lon="-0.0829106"/>
  <node id="108183" lat="51.4947912" lon="-0.084657"/>
  <node id="108184" lat="51.4947597" lon="-0.0851832"/>
  <node id="108186" lat="51.494026" lon="-0.0862054"/>

This could be another good way to minimize your page load.

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.