aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2020-07-10python: slope.py: Use maximum y-value in format function.Paul Garlick1-5/+6
2020-07-10python: slope.py: Use cell size in format function.Paul Garlick1-4/+8
2020-07-10python: slope.py: Use maximum y-value in polyfit and plot functions.Paul Garlick1-7/+9
2020-07-10python: slope.py: Use cell size in polyfit and plot functions.Paul Garlick1-6/+10
2020-07-10python: slope.py: Rename co-ordinate variables.Paul Garlick1-8/+8
2020-07-10python: slope.py: Use cell size in index definition.Paul Garlick1-2/+2
2020-07-09python: slope.py: Use 'rainbow' colormap for subplot.Paul Garlick1-1/+2
2020-07-09python: slope.py: Identify derivative in plot label.Paul Garlick1-1/+1
2020-07-09python: slope.py: Automatically set subplot tick marks.Paul Garlick1-2/+2
2020-07-08python: slope.py: Deduce grid dimensions from file data.Paul Garlick1-9/+15
2020-07-08python: slope.py: Re-define filename of height data file.Paul Garlick1-1/+1
2020-07-08python: Add slope.py.Paul Garlick1-0/+206
2020-06-18python: Enable writing rating curve data to file.Paul Garlick1-0/+12
2019-11-25extrapolate topography from interior to fictitious cells.Paul Garlick1-8/+8
2019-11-12move makeBoundary script to python subdirectory.Paul Garlick1-0/+364