https://github.com/a-b-street/15m

New version of the 15-minute neighborhood tool

https://github.com/a-b-street/15m

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

New version of the 15-minute neighborhood tool

Basic Info
Statistics
  • Stars: 8
  • Watchers: 1
  • Forks: 1
  • Open Issues: 14
  • Releases: 0
Created over 2 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

15-minute neighborhood tool

This is an experimental rewrite of <15m.abstreet.org>. Stay tuned.

Developer docs

Installation

You'll need: npm, wasm-pack, and cargo.

cd web, and then:

  • npm ci to install dependencies (ci to make sure the versions in package-lock.json are used)
  • npm run wasm to rebuild the Rust backend
    • vite doesn't automatically rebuild when you edit things
  • npm run dev to run locally
    • Changes to the Svelte/CSS usually auto-reload in your browser
  • npm run fmt to auto-format code
  • npm run check to see TypeScript errors

GTFS

The GTFS data used is built from the UK BODS. After downloading and unzipping, you can build using cd cli; cargo run --release build-gtfs /path/to/gtfs. The file is encoded using geomedea.

Owner

  • Name: A/B Street
  • Login: a-b-street
  • Kind: organization
  • Email: dabreegster@gmail.com
  • Location: Seattle, WA

Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit

GitHub Events

Total
  • Issues event: 1
  • Watch event: 2
  • Issue comment event: 17
  • Push event: 49
  • Fork event: 1
Last Year
  • Issues event: 1
  • Watch event: 2
  • Issue comment event: 17
  • Push event: 49
  • Fork event: 1

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 186
  • Total Committers: 1
  • Avg Commits per committer: 186.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 186
  • Committers: 1
  • Avg Commits per committer: 186.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Dustin Carlino d****r@g****m 186

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 16
  • Total pull requests: 5
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 1 day
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 1.13
  • Average comments per pull request: 1.8
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 16
  • Pull requests: 5
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 1 day
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 1.13
  • Average comments per pull request: 1.8
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dabreegster (14)
  • michaelkirk (2)
Pull Request Authors
  • dabreegster (10)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/web.yml actions
  • actions/cache v3 composite
  • actions/checkout v2 composite
  • actions/setup-node v3 composite
  • jetli/wasm-pack-action v0.4.0 composite
  • peaceiris/actions-gh-pages v3 composite
backend/Cargo.lock cargo
  • 107 dependencies
backend/Cargo.toml cargo
web/package-lock.json npm
  • 262 dependencies
web/package.json npm
  • @ianvs/prettier-plugin-sort-imports ^4.1.1 development
  • @sveltejs/vite-plugin-svelte ^2.5.3 development
  • @tsconfig/svelte ^5.0.2 development
  • @types/geojson ^7946.0.14 development
  • @types/node ^20.11.22 development
  • prettier ^3.2.5 development
  • prettier-plugin-svelte ^3.2.2 development
  • svelte ^4.2.12 development
  • svelte-check ^3.6.6 development
  • tslib ^2.6.2 development
  • typescript ^5.3.3 development
  • vite ^4.5.2 development
  • vite-plugin-wasm-pack 0.1.11 development
  • @picocss/pico ^2.0.3
  • maplibre-draw-polygon github:dabreegster/maplibre-draw-polygon
  • svelte-maplibre ^0.8.1
  • svelte-utils github:a-b-street/svelte-utils