Commit Graph

121 Commits (a94fdd2dfb669bf016a955dd16a2aeb9d92758d1)
 

Author SHA1 Message Date
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
Chris Leaman 2cfe20606d Update README.md, notebook and qgis
Chris Leaman 3047700323 Improve jupyter notebook
Chris Leaman f54af8656a Update README
Chris Leaman 209a023d96 Improve iterative calculation of prestorm foreshore slope
Chris Leaman 16b36fa71f Update README
Chris Leaman 28e150137a Merge branch 'bugfix/observed-storm-regime' into develop
Chris Leaman 2a64c17353 Fix bug with how observed storm impacts are were calculated
Chris Leaman 8b75cced69 Update notebook
Chris Leaman a49d98c4e4 Update todos
Chris Leaman c9e665ded3 Update packages
Chris Leaman 131b3d814c Improve site_id widgets for data exploration
Chris Leaman ca1add7fa7 Remove extra, uneeded comments
Chris Leaman 5a8990df60 Update jupyter notebook
Chris Leaman f73ceb5bcf Merge branch 'feature/refactor-commands' into develop
Chris Leaman 07046d4686 Update CLI commands
Chris Leaman fd25086327 Fix issues with PYTHONPATH
Chris Leaman 9879a9d18c Fix formatting
Chris Leaman 21b12a34be Remove extra pandas options
Chris Leaman 96bb259755 Add environment variable for number of cores to use for analysis
Chris Leaman 70f3ad90be Change default logging level to info
Chris Leaman 88a149590f Add function for creating profile_features.csv
Chris Leaman caee3e033a Add additional logging
Chris Leaman c6cbee8920 Convert function to CLI command
Chris Leaman 133a1ace1a Add pyproj requirement
Chris Leaman 6ddd015a66 Include .env file (as an example)
Chris Leaman 60f78a4e10 Update Makefile
Chris Leaman 03c4655c05 Fix formatting
Chris Leaman 4bba8a3331 Convert to CLI commands
Chris Leaman 99e036a4cd Rename mat parsing file and convert to callable CLI commands
Chris Leaman 67b7043ec3 Update logging config to quiet fiona package
Chris Leaman 8f790cbf1b Fix formatting with black
Chris Leaman 6d62a30b2f Use pipenv to setup virtualenv and packages
Chris Leaman ccf7601041 Update .gitignore
Chris Leaman f4e3169bd1 Update beach orientations MATALB to run on command
Chris Leaman 2a27f4e535 Merge branch 'develop'
Chris Leaman a3b07f20e8 Add additional widgets for exploring data
Chris Leaman 6c7f17cebe Tidy up observed storm impacts
Chris Leaman 995b01172f Add function to extract the forecasted storm impacts
Chris Leaman 36bbb8390f Add module to compare forecasted and observed storm impacts
Chris Leaman d05ded9c44 Fix line breaks and add information about gitflow model
Chris Leaman 1b521a0524 Add module for parsing observed storm impacts
Chris Leaman e7d6aa8761 Replace zeros with nans in beach profile
In raw beach profile data, the end of some cross-sections can be padded with zero values. This probably shouldn't be the case - if we wanted to assume a zero elevation at these locations, we should do that in whatever calculation, not in the raw data.

The added function will detect these padded zero values and replace them with nans.
Chris Leaman 8eea9c4393 Working updates to notebooks
Chris Leaman 91f8b8bae6 Initial commit of forecasted TWLs function
Chris Leaman 5159239b66 Add additional function for Stockdon06
New function computes Stockdon06 in a vectorized fashion, so is much faster than previous implementation.
Chris Leaman 7d8d85f1db Change the data backup directory to be a variable
This is so it can be changed easily. In future, expect that this will go to a proper place on the WRL coastal drive, rather than a temporary working directory.