So I finally finished (almost) with my first Streamlit application . Streamlit gives you wing!!
Here is the site with some info:
This site is a small contribution from me to the local CAT rescue community. Currently, they manage all their data in an excel sheet, so I thought of why not giving them this :). The community is 30+ strong members who work voluntarily to rescue, neuter, feed cats in the community. They have rescued, rehome more than 100+ cats in the last 4-5 years.
As much as I feel it is a selfless act, I honestly did it just to learn Streamlit
And I am impressed by it! Amazing tool indeed.
I have many more ideas which I am working on currently.
I will clean up the code and make it available soon in the comment section.
Request from community here:
- Any feedback on the website.
- Question: I will like to have a tooltip on my Mapbox Pydeck layer (hexagonlayer). I managed to have one now, but I need to show the data from my data frame instead of elevation, etc. In my case, I want to show the name of the ‘USUAL SPOT’ when someone hovers over the hexagon. Any idea what I am missing here? (googled enough)…