Choropleth Maps in Matlab/javascript
Budget: €30 – €250 EUR
I would like to display on a website a Choropleth Map of the US of historical weather data (temperature,rainfall etc..) which should be like this (https://www.courant.com/resizer/c4UPqVFo0fXXvWTpziwhGu2-J7c=/800x648/top/arc-anglerfish-arc2-prod-tronc.s3.amazonaws.com/public/WAGM3URY6BFSPDBYXBAVXPRNPQ.jpg).
The website is in php/javascript. What i would like is when the user select on the website a weather parameter(temp./rainfall) and a date, the map is updated automatically.
I don't have yet a clear idea on how to do it with all the details, but i hope you help me on that. I detail the constraints i have.
The tricky part is how to populate the map with data with the right format.
The raw weather data is stored on a mysql database as a grid of 1600*1600 for each day, and that doesn't follow the way Choropleth Map have their data organised.
In matlab , i have a function that returns the weather points for a given GPS coordinate.
possible solutions so far :
1.One way would be to populate the map in matlab like in (https://plotly.com/matlab/choropleth-maps/) and store the map, but then it wouldn't be dynamic on the website
2.convert data in matlab and store in the database (or in a file) the weather data in the Choropleth Map format.
3. other way ?
So i need someone to find a way and to do it
The website is in php/javascript. What i would like is when the user select on the website a weather parameter(temp./rainfall) and a date, the map is updated automatically.
I don't have yet a clear idea on how to do it with all the details, but i hope you help me on that. I detail the constraints i have.
The tricky part is how to populate the map with data with the right format.
The raw weather data is stored on a mysql database as a grid of 1600*1600 for each day, and that doesn't follow the way Choropleth Map have their data organised.
In matlab , i have a function that returns the weather points for a given GPS coordinate.
possible solutions so far :
1.One way would be to populate the map in matlab like in (https://plotly.com/matlab/choropleth-maps/) and store the map, but then it wouldn't be dynamic on the website
2.convert data in matlab and store in the database (or in a file) the weather data in the Choropleth Map format.
3. other way ?
So i need someone to find a way and to do it