pvdeg.weather.csv_read#
- pvdeg.weather.csv_read(filename)[source]#
Read a locally stored csv weather file.
The first line contains the meta data variable names, and the second line contains the meta data values. This is followed by the meterological data.
- Parameters:
file_path ((str)) – file path and name of h5 file to be read
- Returns:
weather_df ((pd.DataFrame)) – DataFrame of weather data
meta ((dict)) – Dictionary of metadata for the weather data