mapbox / mapbox/mapbox-isochrone

Would mapbox be interested in faster isochrones?

Open
#23 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
119
Forks
25
PR merge metrics
No merged PRs in 30d

Description

A little unorthodox perhaps, but a while ago for my own project I built isochrones that solves/sends results O(log(n))

https://isochrones.regia.io/

Would mapbox be interested? I would love to continue working on this and perhaps open source (ideal). Current what I am showing is only Utah, and tops 30 min, but given more time, it could render on the gpu rather than svg's and also I tested with 3 hour isochrones and it's still pretty instant (less than a second locally)

edit - also I used an OSRM like algorithm in that the accuracy is down to the second on the road

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the existing JavaScript isochrone generator and the linked demo at https://isochrones.regia.io/, then compare the proposal with the repository description of the Matrix API and CONREC polygonization. The issue does not identify a file, test, concrete change, or acceptance criteria, so the target scope and definition of done would need to be established first.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
18/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.