An open API service indexing awesome lists of open source software.

https://github.com/programmer-ke/weather-data


https://github.com/programmer-ke/weather-data

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

Program that finds the Maximum Temperature Spread in weather.dat

To run the program, type:

`python max_spread.py weather.dat`

Assumptions:

- Only the first 3 columns in the data file are relevant to the problem

- The first two lines and the last line in the file can be safely ignored

- If the maximum spread appears in two or more days, the first one found will
be returned

Tested in Python 2.7