Support DuckDB, Rasterio, and TiTiler #3174
jtbaker
started this conversation in
Python Packages
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
These are already built/supported with Pyodide, so hopefully not too much of a lift to get it supported in the platform
Supporting them would allow to have a serverless cloud optimized geotiff raster tile server in an all Cloudflare context when combined with R2. The architecture (using AWS Lambda) is outlined here: https://kylebarron.dev/blog/cog-mosaic/overview
https://github.com/duckdb/duckdb-pyodide
https://github.com/rasterio/rasterio
https://github.com/developmentseed/titiler
https://pyodide.org/en/latest/usage/packages-in-pyodide.html
Beta Was this translation helpful? Give feedback.
All reactions