https://github.com/a-b-street/15m
New version of the 15-minute neighborhood tool
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
- Host: GitHub
- Owner: a-b-street
- License: apache-2.0
- Language: Rust
- Default Branch: main
- Homepage: https://a-b-street.github.io/15m/
- Size: 58.6 MB
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 cito install dependencies (cito make sure the versions inpackage-lock.jsonare used)npm run wasmto rebuild the Rust backend- vite doesn't automatically rebuild when you edit things
npm run devto run locally- Changes to the Svelte/CSS usually auto-reload in your browser
npm run fmtto auto-format codenpm run checkto 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
- Website: abstreet.org
- Twitter: CarlinoDustin
- Repositories: 14
- Profile: https://github.com/a-b-street
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
Top Committers
| Name | 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