Skeletron
tilemaker

Skeletron | tilemaker | |
---|---|---|
1 | 19 | |
110 | 1,556 | |
- | 2.2% | |
0.0 | 7.3 | |
over 8 years ago | 19 days ago | |
Python | C++ | |
- | GNU General Public License v3.0 or later |
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.
Skeletron
-
Prettymaps: Small Python library to draw customized maps from OpenStreetMap data
There are tools to do that sort of feature generalization. https://github.com/migurski/Skeletron is one that comes to mind.
tilemaker
-
OpenStreetMap's New Vector Tiles
> Static or infrequently updated vector tiles can be generated from OSM data by a number of tools, but those most popular right now are https://github.com/systemed/tilemaker and https://github.com/onthegomap/planetiler
this is the first I've seen of these alternative tools compared to using Tippecanoe(https://github.com/felt/tippecanoe). Are they considered to be higher performance?
-
2024: The year of the OpenStreetMap vector maps
You can download an extract of your country from Geofabrik, run it through Tilemaker (https://github.com/systemed/tilemaker) to get a nice mbtiles file, and then use the built-in Ruby server to give you something you can load in your web-browser locally.
-
How The Post is replacing Mapbox with open source solutions
I ran into this solution last week on HN and decided to give it a try. The pipeline that got me up and running was geofabrik osm.pbf[0] downloads, pass those into tilemaker[1] to create mbtiles, and then pass those into pmtiles[2] to make the pmtiles.
[0]: https://download.geofabrik.de/index.html
[1]: https://github.com/systemed/tilemaker
[2]: https://github.com/protomaps/PMTiles
-
COMTiles (Cloud Optimized Map Tiles) hosted on Amazon S3 and Visualized with MapLibre GL JS
Tilemaker
-
Can I render tiles directly from osm.pbf data without a database?
If you do vector tiles instead of raster, you could use tilemaker: https://github.com/systemed/tilemaker
- OpenStreepMap 2012 vs. 2022
- Show HN: Self-Hosted Maps Stack
-
Offline imagery from another navigation apps.
Try to convert by GDAL files from geofabrik, ogr2ogr make my laptop hurt, but not tiles. Found tilemaker, looks better, but i get only markers, not images.
-
.osm file on Android
MBTiles is also a format that is supported more and more, something like tilemaker can help you with that. https://github.com/systemed/tilemaker
-
Are there any vector MBTiles provider apart from Maptiler?
I'm trying to build offline maps for my app and I've figured out the app part. Now all thats left is getting the MBTiles file for all regions of the world and host it on my own somewhere. I tried to generate these files myself using [tilemaker](https://github.com/systemed/tilemaker) but I soon realised that with my limited computing power it would take forever to process 50GB worth of files for the entire planet.
What are some alternatives?
awesome-vector-tiles - Awesome implementations of the Mapbox Vector Tile specification
openmaptiles - OpenMapTiles Vector Tile Schema Implementation
osm-renderer - OpenStreetMap raster tile renderer written in Rust
planetiler - Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast
prettymaps - A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
tippecanoe - Build vector tilesets from large collections of GeoJSON features.
vsketch - Generative plotter art environment for Python
PMTiles - Pyramids of map tiles in a single file on static storage
plotly - The interactive graphing library for Python :sparkles:
owid-grapher - A platform for creating interactive data visualizations
abstreet - Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
