Skip to content
Snippets Groups Projects
Commit bfdd29a0 authored by MESNAOUI Ikram's avatar MESNAOUI Ikram
Browse files
parents 61808ea2 0788bd72
No related branches found
No related tags found
No related merge requests found
**1. Context**
The goal of the project is to develop an application to visualize temperature anomalies on a 3D globe. This
application will allow users to visualize the temperature deviations from the normal temperature for each
year between 1880 and 2020. The "normal" temperature was calculated by NASA from an average of
temperatures over a period from 1951-1980. The application will have to offer the possibility to navigate in
time between 1880 and 2020, and to display several representation of the data. First, a map will show the
temperature anomalies with a color overlay on the world map:
![map view](images/p1.jpg)
Other functionalities are to select differents areas and show on a graph view the evolution of temperature anomalies over the years:
![select areas](images/p2.jpg)
![graph view](images/p3.jpg)
Or to display histogram of temperature anomalies at a give
latitude:
![select histogram](images/p2.jpg)
![histogram view](images/p2.jpg)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment