S5.Weather#

Scripts and functions to are used to generate weather files. TODO: reorganise this subpackage TODO: code to convert Australia Bureau of Meteorology 1 min solar data to weather file

Functions

convert_wind(input_wind_vel[, wind_level])

convert 10m wind velocity to solar car level (1m) assuming open terrain with surface roughness of z0 = 0.01 :param input_wind_vel: A pa.Series of wind velocity at wind level.

to_csv(name, df[, dest_dir])

Save the forecast to a csv.

to_parquet(name, df[, dest_dir])

Save the forecast to a parquet file.

upload_file(file_name[, bucket_name, ...])

Upload a file to an S3 bucket

Modules

S5.Weather.readgrib

Create SolarSim weather file from era5-land grib files.

S5.Weather.solcast_forecast

S5.Weather.solcast_historic

Script to compile Weather Files from Solcast.

S5.Weather.tomorrow_forecast