Streamlit for visuallisation of large GeoTiff files

Per StackOverflow, it sounds like TIFF files are not well supported in browsers:

I tried this in Chrome (5MB tif, guess it depends on what is “large”) and it didn’t render:

import streamlit as st

st.markdown("![Alt Text](https://download.osgeo.org/geotiff/samples/usgs/o41078a5.tif)")

I don’t have a Mac to test on for Safari, but if it’s going to work, I think this is how you would do it.

Best,
Randy