aboutsummaryrefslogtreecommitdiff
path: root/python/slope.py
AgeCommit message (Collapse)AuthorFilesLines
2020-07-08python: slope.py: Deduce grid dimensions from file data.Paul Garlick1-9/+15
* python/slope.py: Import math module. Use file data instead of file header.
2020-07-08python: slope.py: Re-define filename of height data file.Paul Garlick1-1/+1
* python/slope.py: Read data from 'topography.txt' file.
2020-07-08python: Add slope.py.Paul Garlick1-0/+206
* python/slope.py: New file.