titiler VS go-pmtiles

Compare titiler vs go-pmtiles and see what are their differences.

go-pmtiles

Single-file executable tool for working with PMTiles archives (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
titiler go-pmtiles
6 4
692 310
2.6% 2.6%
8.9 8.4
9 days ago 7 days ago
Python Go
MIT License BSD 3-clause "New" or "Revised" 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.

titiler

Posts with mentions or reviews of titiler. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-17.
  • How The Post is replacing Mapbox with open source solutions
    21 projects | news.ycombinator.com | 17 Feb 2023
    There's a lot to like about GDAL+Rasterio, although I've found having all HTTP requests go through GDAL's C API does result in some limitations on concurrency and multithreading. GDAL's configuration being based entirely on env vars also has its downsides: https://github.com/developmentseed/titiler/issues/186
  • Extending PostGIS with TiMVT/TiFeatures and PgSTAC
    5 projects | dev.to | 29 Nov 2022
    TiMVT and TiFeatures, along with TiTiler for raster services, complete a trio of python-FastAPI services. The current roadmap includes merging TiFeatures & TiMVT, the vector-based services, into a single project to reduce code redundancy.
  • Serverless GIS
    3 projects | /r/gis | 14 Oct 2022
    COGs are great, but from my experience micro services like titiler don't support complex styling logic. Is there a possibility to create a serverless WMS service with complex styling requirements?
  • geotiff mosaic viewer / qgis?
    1 project | /r/gis | 11 Nov 2021
    Consider something like titiler if you want to serve the pile of geotiffs out to the web.
  • Configuring >100GB of imagery as raster tiles, TMS / WTMS, AWS S3 storage?
    1 project | /r/gis | 31 Mar 2021
    We were able to host 10gb six band rasters as well as 2cm RGB split into 100m tiles on S3 using COGS, mosaic.json and the TiTiler project which is powered by AWS lambda functions

go-pmtiles

Posts with mentions or reviews of go-pmtiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-23.
  • Protomaps – A free and open source map of the world
    12 projects | news.ycombinator.com | 23 Oct 2023
    I just used their pmtiles tool to grab a map of just the area around Half Moon Bay, south of San Francisco.

    I grabbed the latest macOS Go binary from https://github.com/protomaps/go-pmtiles/releases

    I found a rough bounding box using http://bboxfinder.com/#37.373977,-122.593346,37.570977,-122....

    Then I ran this:

        pmtiles extract https://build.protomaps.com/20231023.pmtiles hmb.pmtiles \
  • How The Post is replacing Mapbox with open source solutions
    21 projects | news.ycombinator.com | 17 Feb 2023
    Yes, PMTiles is a tradeoff that isn't appropriate for transactional use cases. SQLite is pretty good for that already.

    There is a throughput limit on S3 files of approximately 5500 GETs/sec per key. Bare archives on S3 is an appropriate choice for small-scale, zero maintenance deployments. If your application demands any thing close to that level of throughput, you're probably either:

    * Serving individual tiles over the internet: you should use the CDN integration http://protomaps.com/docs/cdn ; most tile requests will be cached and only misses will interact with the S3 bottleneck.

    * Bulk accessing a spatial subset of tiles: You shouldn't be requesting HTTP GETs for single tiles, but instead entire subsets of tiles with a single Range request made possible by the internal Hilbert curve ordering. This is still WIP here: https://github.com/protomaps/go-pmtiles/issues/31

What are some alternatives?

When comparing titiler and go-pmtiles you can also consider the following projects:

gdal2tiles-leaflet - Generate raster image tiles for use with leaflet.

maputnik - An open source visual editor for the 'MapLibre Style Specification'

mangum - AWS Lambda support for ASGI applications

TileServer GL - Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.

rasterio - Rasterio reads and writes geospatial raster datasets

planetiler - Flexible tool to build planet-scale vector tilesets from OpenStreetMap data fast

fastapi-crudrouter - A dynamic FastAPI router that automatically creates CRUD routes for your models

tippecanoe - Build vector tilesets from large collections of GeoJSON features.

fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production

tilemaker - Make OpenStreetMap vector tiles without the stack

geoserver-rest - Python library for management for geospatial data in GeoServer.

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