Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.09 KB

Landscape Analysis

Code created to automate various tasks for thesis project.

circular_plots.m

This is a matlab file that plots circular data and runs circular statistics. Circular statistics functions are adapted from CircStat (Berens 2025). Input: CSV format, units degrees

example graph:

Screenshot 2025-01-24 at 11 07 03 AM

graph_all_slopes.ipynb

This jupyter notebook plots the slope of multiple areas (basins). Input folder path to DBF format files. Output individual normalized slope graphs.

old_circular_plots.ipynb

This is a jupyter notebook that plots circular data. Graphs are ugly and difficult to customize. Use matlab one instead.

References

Philipp Berens (2025). Circular Statistics Toolbox (Directional Statistics) (https://www.mathworks.com/matlabcentral/fileexchange/10676-circular-statistics-toolbox-directional-statistics), MATLAB Central File Exchange. Retrieved January 24, 2025.