tippecanoe VS OSMExpress

Compare tippecanoe vs OSMExpress and see what are their differences.

tippecanoe

Build vector tilesets from large collections of GeoJSON features. (by mapbox)

OSMExpress

Fast database file format for OpenStreetMap (by protomaps)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
tippecanoe OSMExpress
7 4
2,587 224
0.7% 0.4%
1.5 4.6
about 1 month ago about 2 months ago
C++ C++
BSD 2-clause "Simplified" License BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

tippecanoe

Posts with mentions or reviews of tippecanoe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-10.
  • Serverless maps at 1/700 the cost of Google Maps API
    9 projects | news.ycombinator.com | 10 Mar 2023
    If you have any geospatial data, you can tile it with tippecanoe [0], which gives you an mbtiles file. Protomaps lets you easily convert the mbtiles file into a protomaps file which you can then use.

    Protomaps doesn’t limit you to any particular type of tiles, it’s just a format which allows you to read tiles out of a single file with HTTP range requests.

    [0] https://github.com/mapbox/tippecanoe

  • How would you generalize a very high density vector map for various zoom levels ?
    2 projects | /r/gis | 17 Dec 2022
    or you can build several geojson add the zoom level at feature with their extension and then merge into one geojson. https://github.com/mapbox/tippecanoe
  • Reducing vector tile size in QGIS for Mapbox import
    2 projects | /r/QGIS | 1 Jul 2022
    Unsure how to do it with qgis. however it seems to be simple with Tippecanoe..here. They seem to have some examples that show what you need to do in the readme.
  • Why do I need geoserver?
    2 projects | /r/gis | 2 Feb 2022
    For my work when I asked that question, I had all vector data -- about 10gb -- and I used a combination of geojson's and vector tiles that I made using mapbox's tippecanoe.
  • A new way to make maps with OpenStreetMap
    12 projects | news.ycombinator.com | 23 Apr 2021
    Author here, so there are a few options:

    1) If your information belongs in OpenStreetMap, you can add it via an editor like the web editor at https://openstreetmap.org - this will also benefit all other OSM users. You can then "refresh" your Protomaps download to get a new map.

    2) If there isn't many point and polygons, it may sense to add them as Leaflet layers, especially if you want them to be interactive

    3) Other options are creating vector tiles of your own data and merging or displaying them in the renderer (https://github.com/mapbox/tippecanoe is a great tool to do this from GeoJSON) but I don't have much to support this yet.

OSMExpress

Posts with mentions or reviews of OSMExpress. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-10.
  • Serverless maps at 1/700 the cost of Google Maps API
    9 projects | news.ycombinator.com | 10 Mar 2023
    Hi, the value add in the commercial offering is described here:

    https://protomaps.com/docs/faq#openstreetmap

    I also maintain open source tooling for anyone to replicate and consume all of OSM, as well as a free download portal:

    https://github.com/protomaps/OSMExpress

    https://app.protomaps.com/downloads

  • Why OSM doesn't use PostgreSQL for replication?
    1 project | /r/openstreetmap | 30 Dec 2022
    I work a lot with OSM data, and never loaded into PostgreSql… On one project I keep data in https://github.com/protomaps/OSMExpress, another I keep it in .pbf and just handle minutely changes in memory, then even for PostgreSql there are multiple schema tables each optimized for different work, render server schema is very different from API server…
  • Best practice for PBF filtering?
    1 project | /r/openstreetmap | 4 May 2022
    You did not specify what kind of filtering you want to do, but if you are after area extracts like whole cities or similar, best thing is OSMExpress unfortunatly it takes long time to initialize it for whole planet, but after that extracts are done in seconds.
  • Protomaps - a new way to make maps with Openstreetpap
    2 projects | /r/openstreetmap | 23 Apr 2021
    The major open source component that runs on the server (https://github.com/protomaps/OSMExpress) is tricky to package because it depends on S2 Geometry, which itself has some tough dependencies; the users I know out there are compiling it themselves, or using the community-contributed Dockerfile. I would prefer a .deb, do you think a PPA is the right approach?

What are some alternatives?

When comparing tippecanoe and OSMExpress you can also consider the following projects:

tilemaker - Make OpenStreetMap vector tiles without the stack

osmium-tool - Command line tool for working with OpenStreetMap data based on the Osmium library.

PMTiles - Cloud-optimized + compressed single-file tile archives for vector and raster maps

gdal - GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.

GeoDesk for Python - Fast and storage-efficient spatial database engine for OpenStreetMap data

openmaptiles - OpenMapTiles Vector Tile Schema Implementation

Mapbox GL - Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL

Leaflet - 🍃 JavaScript library for mobile-friendly interactive maps 🇺🇦

osm-liberty-topo - A free topographic Mapbox GL basemap style for everyone

geos - Geometry Engine, Open Source

tilekiln