Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 605 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 605 Bytes

Weather Data Ingestor


python packages required:

pandas

Operation

Uses a fake shell

Commands Available help prints a list of weather stations to add

stations prints a list of weather stations to add

load-obeservations loads data from a weather station to use useage: 'load-observations idOfWeatherStation default value: SNI save-data saves data to a file useage: 'save-data filename datatype' valid types:'sql','json,'csv'; defaults are weatherdata.filetype and csv

Note: example.db is provided as an example of output as are ex.csv and ex.json