Skip to content

A code showcasing some principles of basic scientific data processing in Python for SWC at UIUC.

Notifications You must be signed in to change notification settings

glaksh100/rankine

 
 

Repository files navigation

rankine

A demonstration of some principles of scientific data processing in Python for Software Carpentry (SWC) at UIUC.

Usage

$ python grab-stations.py > stations.txt
$ python grab-forecast.py < stations.txt > forecast.txt
$ python plot-forecast.py < forecast.txt

Urbana is 40.1097° N, 88.2042° W

$ python interp-forecast.py --lat=40.1 --lon=88.2 < forecast.txt

About

A code showcasing some principles of basic scientific data processing in Python for SWC at UIUC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%