abstreet
awesome-vector-tiles
abstreet | awesome-vector-tiles | |
---|---|---|
57 | 3 | |
7,791 | 2,369 | |
0.7% | 0.8% | |
8.0 | 3.6 | |
5 months ago | 5 months ago | |
Rust | ||
Apache License 2.0 | Creative Commons Zero v1.0 Universal |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
abstreet
-
We built the city of Colombo in Cities:Skylines
This is super impressive! I'd agree the open-source tooling isn't there yet, but it's coming in a few places. I started a 3D street visualizer but it's only at the scope of a few blocks at a time, not as large as a city area although we'd like to get there someday: https://github.com/3dstreet/3dstreet/
There's also https://github.com/a-b-street/abstreet for larger area simulation but with less visual fidelity
-
Show HN: I built a transit travel time map
Super awesome! I like how you just color roads to show time. When you calculate polygons to try and cover the whole area in some 5-10 minute bucket, you can wind up with all sorts of odd holes far away from roads. Keep it simple.
https://github.com/a-b-street/abstreet/pull/1075
- A/B Street: Transportation planning and traffic simulation for friendlier cities
- A/B Street
-
Egregoria is a city simulation with high granularity
A|B Street does some of that, but it is not a game: https://github.com/a-b-street/abstreet
-
Not a Surprise: 101 Freeway Widening Shows Negative Results
You can build it out in a cool simulator and show it off.
-
Bay Area drivers spend 97 hours a year in traffic. Why didn’t remote work end commute nightmares?
The tool you want exists, but you'll need to actually build the city in it. It's really an incredible program!
- Ask HN: Who is hiring? (December 2022)
- Offline public transport navigation tool for simulations
-
mutli Agent simulation
I don't know the topic well enough to be sure, but isn't this what you're looking for: https://github.com/a-b-street/abstreet
awesome-vector-tiles
-
is there a way to view public mapbox maps in GIS?
I suppose, I'd need to try parsing these via some github tool?
-
Opensource map software for web app
You will also need to figure out your source of basemap tiles. Again, OpenStreetMap is not an API not is it a basemap, despite what some here are recommending. It is an open dataset that is commonly used to create raster or vector tile basemaps. It is possible to download all or some of OpenStreetMap, generate vector tiles, and style them to look the way you want, but that does introduce quite a bit of extra technical overhead you might not want at this stage of development. Namely, you’d need to run you own vector tile server that your mapping API can fetch and render tiles from. Many open source vector tile servers exist and it’s kind of up to you to figure out which one meets your needs. Alternatively, Mapbox and MapTiler provide SaaS support for basemaps built in part or wholly on OpenStreetMap data. Check out “Awesome Vector Tiles” for resources and tools to help get going with vector tiles. (https://github.com/mapbox/awesome-vector-tiles)
- Prettymaps: Small Python library to draw customized maps from OpenStreetMap data
What are some alternatives?
tilemaker - Make OpenStreetMap vector tiles without the stack
prettymaps - A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
osm-renderer - OpenStreetMap raster tile renderer written in Rust
WRF - The official repository for the Weather Research and Forecasting (WRF) model
Skeletron - Computes straight skeletons of simple polygons
grid2demand - A tool for generating zone-to-zone travel demand based on grid zones and gravity model
seaborn - Statistical data visualization in Python
owid-grapher - A platform for creating interactive data visualizations
Openstreetmap - The Rails application that powers OpenStreetMap