OmdenaAI / myanmar-weather-forecasting

This project utilizes machine learning to predict extreme weather events and analyze traffic congestion in Southeast Asia. The repository includes data analysis, model training, and visualization scripts to forecast weather conditions for the next 30 days and enhance transportation efficiency.
GNU General Public License v3.0
11 stars 1 forks source link

Do EDA on open-meteo's weather data #2 #40

Closed CarlosGDCJ closed 1 year ago

CarlosGDCJ commented 1 year ago

Try to get a better sense of the data by creating a notebook with visualizations. Open-meteo data is located in the folder data/weather in a file called open_meteo.csv. It contains historical weather data since 2010 from 10 cities all around Myanmar.

You can check the meaning of all variables in the picture below: image

The visualization notebook you create should be placed in the folder src/weather/visualizations.

CarlosGDCJ commented 1 year ago

@eliandata Just created this issue to register that you were doing it. You could have said that you were working on this in the Slack channel.

Closed by e16e221

CarlosGDCJ commented 1 year ago

Actually @eliandata, your notebook is in the wrong place. Can you move it to src/weather/visualization, and change it to read the data directly from data/weather/open_meteo.csv?

eliandata commented 1 year ago

Actually @eliandata, your notebook is in the wrong place. Can you move it to src/weather/visualizations, and change it to read the data directly from data/weather/open_meteo.csv?