This program reads a standart CSV file with specified weather conditions and returns a new CSV file with the most appropriate space shuttle launch date and an aggregated data for every parameter. The newly generated file is then send per mail to a receiver.
Structure of the incoming CSV fail (row arrangement is not strict):
Conditions to calculate the most appropriate date:
- Temperature between 2 and 31 degrees Celsius;
- Wind speed no more than 10m/s (the lower the better);
- Humidity less than 60% (the lower the better);
- No precipitation;
- No lightings;
- No cumulus or nimbus clouds.
Output file:
*It is intentional that there are no values for Lightning and Clouds
The application is set up to work with the abv.bg SMTP server.