terracotta
titiler
terracotta | titiler | |
---|---|---|
4 | 8 | |
708 | 820 | |
1.7% | 2.8% | |
6.4 | 8.9 | |
2 months ago | 14 days ago | |
Python | Python | |
MIT License | MIT License |
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.
terracotta
-
Serverless GIS
One can also do raster calculus between two or more COGs with Terracotta: https://github.com/DHI-GRAS/terracotta/issues/221
-
Which tile server should I use? Terracotta or Geoserver or is there a better one?
I am currently working on setting up a web app using leaflet that can display .tif images along with some polygons and add some filters in the web app to better interact with the data. In the process of implementing this, I came to know that I need to use a tile server because I have large amounts of data and the tile server can help to serve the tiles on the web app. Based on my research, I guess these two are the main tools as of now: 1. Geoserver and 2. Terracotta. I am confused between the two. Can anyone suggest which one would be better for my use case and the pros and cons of both if possible? In case there's a different one that's better than the two mentioned above, it would be great if you can share the tool and your experience. Would be helpful.
-
Hacker News top posts: Jul 26, 2021
Terracotta: Serverless GeoTiff Tile Server\ (12 comments)
- Terracotta: Serverless GeoTiff Tile Server
titiler
- TiTiler: A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL
-
Writing a Tile Server in Python
Note that titiler[0] exists, which is doing a pretty nice job.
[0] https://github.com/developmentseed/titiler
-
How The Post is replacing Mapbox with open source solutions
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
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
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?
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?
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
What are some alternatives?
Zappa - Serverless Python
gdal2tiles-leaflet - Generate raster image tiles for use with leaflet.
threeXYZgraphing - 3d xyz graphing using threejs
mangum - AWS Lambda support for ASGI applications
mapproxy - MapProxy is a tile cache and WMS proxy
PMTiles - Pyramids of map tiles in a single file on static storage
tegola - Tegola is a Mapbox Vector Tile server written in Go
rasterio - Rasterio reads and writes geospatial raster datasets
PronouncingNamesForEnglishSpeakers - A practical guide to how to pronounce non-English names for English speakers
fastapi-microservice-template - A template for a FastAPI based Serverless Framework microservice running on AWS Lambda
BorgBackup - Deduplicating archiver with compression and authenticated encryption.
geoserver-rest - Python library for management of geospatial data in GeoServer.