dynamic tile server for visualizing rasters in Jupyter with ipyleaflet or folium
The tile-diagram is a local tile server designed for visualizing large geospatial raster files, particularly those of gigabytes or larger. It serves tiles from these raster files in the Slippy Maps standard for visualization in tools like Jupyter with ipyleaflet or folium. Built on rio-tiler, this tool offers the capability to launch a tile server for large geospatial images, view local or remote raster files, and even visualize rasters in CesiumJS using the built-in web application.
conda install localtileserver
pip install localtileserver
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.