Git Product home page Git Product logo

bathymetry's People

Contributors

jsta avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

bathymetry's Issues

Exploratory analyses

Categorical

  • lake depth by glaciation status
  • lake depth by connectivity
  • Landform (mountains, prarie, etc.)

Continuous

  • lake depth by lake surface area (is there a piecewise relationship?)
  • Elevation s.d.
  • Lakeshape (convexhull) versus depth

Misc

  • Does an "elipitic sinusoid" predict lake depth?

Trim the manuscript below 12 "publication units"

Looks like the most efficient way would be to move one table (probably the lake characteristics) and one figure (probably the conceptual diagram) to the appendix, and cut about 200 words or so. The ms would be at 3 figures, 1 table, and ~4000 words

More complex table 1 showing a breakdown by lake shape

Triple the rows of table 1 by adding sections for only concave, convex, and all lakes

See:

  • 05_depth_model.R

Which alternative (i) does Table 1 represent?

  • 02_model_metrics.Rmd
make tables/02_model_metrics.pdf

that would be a 20 line table

Sensitivity analysis regarding slope and distance calculation alternatives

Alternative nearshore slope calculations are already done in 00_get_nearshore.R. Alternative in-lake slopes already done in 00_get_geometry.R.

Current models in 05_depth_model.R ~L13 use slope_mean (the mean slope of the entire buffer) and inlake_slope (the point slope from a single deepest point) to make the depth_grid_metrics.rds object. Package the code to make this object into a function, Create alternative depth_grid_metrics_*.rds files.

in-lake slope alternatives (00_get_geometry.R)

  • inlake_slope_mean - mean slope of the entire lake basin

  • inlake_slope_online_mean - mean slope of a line extending from the max depth point to the shoreline to account for variations in slope

  • inlake_slopes_online_mean - mean slope of line(s) extending from max depth point(s) to the shoreline

  • inlake_slope_pnt - a single max depth point divided by the shortest distance to the shoreline

  • inlake_slope_pnts - depth of (possibly multiple) max depth points divided by their average distance to the shoreline

deepest point distance alternatives (00_get_geometry.R)

  • dist_deepest - distance from a single deepest point to the shoreline

  • dists_deepest - distance of (possibly multiple) max depth points to the shoreline

nearshore slope alternatives (00_get_nearshore.R)

  • nearshore_slope_mean - mean of all points in the buffer

  • nearshore_slope_online_mean - mean of all points in the buffer in a 20m width strip extending from the deepest point

  • nearshore_slopes_online_mean - mean of all points in the buffer in a 20m width strip extending from the deepest point(s)


Also, need to make depth_grid_metrics.rds, and/or depth_grid.rds and/or depth_fits.rds part of the Makefile pipeline.

Show the proxy-proxy-model in a graph

The (Table 1) proxy-proxy-model should be shown in a graph, and its full statistics (regression equation) should be given.

Make it second to last SI fig (S9). Discuss at L341 in the LnO submission.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.