not sure if this is the right place or not to ask for advise about my issue, if not sorry you can close this post.
I have a project at university where I have to analyse a dataset with meteorological data and the only requirement is to apply some statistical technique, I don't really have to answer a scientific question.
The data I have are: pressure, air temperature, dew point, relative humidity, wind mean, wind direction, wind gust, illumination parameter, fog parameter and timestamp.
The time range is over a couple of years with a step of 1 minute and the spatial domain is just one site.
The dataset presents a lot of missed data, where the largest gap is of a couple of months.
Based on the dataset, I was thinking, in a first stage, to try to fill the missed data, not with a simple linear regression, but with a more sophisticated algorithm (matrix-based or patter-based algorithm), and then train a machine learning model for fog prediction and compare the results with the fog parameter.
However, atmospheric and meteorological data analysis is not my area of expertise, I don't know if with this data other type of analysis can be done.
Could anyone suggest any other type of analysis can be done with this data?