Commit Graph

117 Commits (20709c6f8ffdd1333d129a65428d430185a56241)
 

Author SHA1 Message Date
Chris Leaman 20709c6f8f Update notebook and QGIS file
Chris Leaman 8d98eda308 Simplify environment
Chris Leaman daad9c5b82 Remove other packages from logging
Chris Leaman 4b9e69f2f0 Add override of profile features
Chris Leaman 12070a1acf Plot site .shp as line instead of points
Chris Leaman 91a0d8327e Rename data shape function
Chris Leaman b7704c2d35 Fix formatting
Chris Leaman 65f5f2b2c0 Update notebook
Chris Leaman 947d2093bd Take post-storm profile based on isgood parameter in .mat file
Chris Leaman 44e03892f3 Comment out unneeded commands
Chris Leaman 6c5444fc06 Merge branch 'master' into develop
Chris Leaman 4681f17b6d Merge branch 'develop'
Chris Leaman a7a3a88a34 Merge branch 'feature/twl-exceedence-time' into develop
Chris Leaman f23b273de0 Merge branch 'feature/twl-exceedence-time'
Chris Leaman 25d2518fbb Update notebooks
Chris Leaman 3a1a3dddf1 Update Stockdon 2006 runup function to accept either a list or a float
This is an improvement over having two separate functions, depending on the parameter type. Other runup functions should be written in a similar style.
Chris Leaman 836873b3f3 Fix formatting
Chris Leaman ee7f7ad6cf Update CLI options in Makefile for impact forecasting
Chris Leaman 4592cb858e Remove profile_type from impacts.csv
Chris Leaman 9f1b801687 Add function for estimating twl exceedence time
Chris Leaman f6c43fda38 Merge branch 'bugfix/fix-mean-slopes' into develop
Chris Leaman 5f59c8f8ee Update slope function to accept top x coordinate
Needed to ensure correctly mean slope is calculated. If only inputting dune toe z coordinates, sometimes the function can chose the wrong x coordinate if there are multiple crossings of the z coordinate.
Chris Leaman b8ead25cd5 Disable numpy futurewarnings when running from CLI
Chris Leaman e3b782abbd Update notebooks
Chris Leaman dcadf0bf12 Add jupyter packages to environment.yml
Chris Leaman 494c8d9052 Update README.md
Chris Leaman 174ddce102 Update Makefile
Chris Leaman 4910d103f2 Update .gitignore for images in notebook directory
Chris Leaman 75f372154d Update logging format
Chris Leaman 5b9b4141b3 Fix bugs for forecasting impacts
Chris Leaman 44310e3be4 Fix bugs for forecasting impacts
Chris Leaman c73e2dd254 Update notebooks
Chris Leaman 06cc97ef7e Add functions to parse Tom Beuzen's dune toe and crests
Chris Leaman 23557cdf8e Update notebooks
Chris Leaman 8991657410 Add instructions for adding package
Chris Leaman 2a98dc2b01 Fix environment: add autopep8 for jupyter notebooks
Chris Leaman 64602d5c7d Fix environment
Chris Leaman dac2f9824d Fix environment
Chris Leaman c391edf755 Keep old index number of site when parsing .mat file
Chris Leaman 7e314757ce Fix typos in README.md
Chris Leaman c4d9e02821 Merge branch 'bugfix/fix-cli' into develop
Chris Leaman 5fe3445aaa Add item to TODO list
Chris Leaman 44b1ac3775 Fix logging and cli
Logging now uses .yaml file and is stored in the utils.py file. New CLI entrypoint has been created cli.py to deal with relative import issues - when running the analysis, this should be used as the main entrypoint.
Chris Leaman 8033df931c Merge branch 'bugfix/change-profiles-mat' into develop
Chris Leaman 851393ecd9 Parse new profiles.mat from Mitch
Mitch has updated profiles.mat to include more information, like time of LIDAR acquisition, profile flags and recovery profiles. The updates to the code parse this new information.
Chris Leaman 022c7b8907 Update notebook
Chris Leaman b811565e99 Improve README for starting out
Chris Leaman 0cf76b3165 Update Makefile
Chris Leaman db59978895 Switch to conda rather than pipenv to manage environment
Chris Leaman f141b85745 Ignore .log files