Commit Graph

14 Commits (43e85224e8b5d382afde6f3e81588e1167e05ea1)

Author SHA1 Message Date
Chris Leaman faa843ce21 Fix formatting
Chris Leaman 3af90601ef Refactor overwriting dune crest/toes and impacts
Uses one, central .csv file contained in ./data/raw/profile_features_chris_leaman
Chris Leaman 79d46c0433 Refactor crossings and lat/lon conversion functions
Chris Leaman a94fdd2dfb Refactor logging configuration
Chris Leaman 91a0d8327e Rename data shape function
Chris Leaman b7704c2d35 Fix formatting
Chris Leaman 947d2093bd Take post-storm profile based on isgood parameter in .mat file
Chris Leaman 836873b3f3 Fix formatting
Chris Leaman 06cc97ef7e Add functions to parse Tom Beuzen's dune toe and crests
Chris Leaman c391edf755 Keep old index number of site when parsing .mat file
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 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 21b12a34be Remove extra pandas options
Chris Leaman 99e036a4cd Rename mat parsing file and convert to callable CLI commands