Skip to content

This program reads a standart CSV file with specified weather condition 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.

Notifications You must be signed in to change notification settings

pateva/SpaceCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpaceCSV

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): image

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:

image

*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.

About

This program reads a standart CSV file with specified weather condition 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages