This is a spin-off from Geospatial project.
I intended to add interactive dashboards of business data to my portfolio, but it turned out climate data is more readily available than business data, so this was done first.
To use the dashboard app:
-
With or withour virtualenv, install requirements with
pip install -r requirements.txt
-
Either manually download earth surface temperature data from kaggle, extracting the files to sub
/earth_surface_temperature
folder.
OR
Setup your own kaggle API (For Windows, you'll have to save ```kaggle.json``` into ```.kaggle``` folder inside your user folder), then use the ```Load from Kaggle``` checkbox inside the app.
- Run
streamlit run earth_surface_temperature.py
after installing the requirements
Alternatively, the cloud app, without the map can be found here
(the map exceeds cloud memory limit)