Visualize Urban Heat Islands (UHI) in Toulouse - France
Data from meteo stations can be downloaded on the French open source portal
Each met file is stored as a table (dataframe) with pandas
A 2D visualization of met stations is realized with ipyleaflet
A temperature chart is realized with Matplotlib
Example: temperature chart for all met station on 2019/06/27
The entire code is available in the file urban-heat-islands.ipynb
- pandas - Python Data Analysis Library
- ipyleaflet - Interactive maps in the Jupyter notebook
- Matplotlib - Python 2D plotting library
- Thomas Dubot
This project is licensed under the MIT License - see the LICENSE.md file for details