-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a21e19a
commit ff69973
Showing
4 changed files
with
119 additions
and
86 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ff69973
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed
create_hillshade
tohillshade
and improved functionality, cleaned up kwargs arguments inplot_dem
andplot_altimeter_points
, added dynamic point sizing for altimeter point plots in main panel, added hillshade as an optional argument for main panel plotting. Updated affected functions and tests. Still getting the below codespell errors as seen in a21e19aff69973
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This happens when the notebook has outputs included because of lots of weird binary -> text representations in figures, etc. You can omit entire files from spellcheck as done here:
coincident/pyproject.toml
Lines 120 to 123 in 67a837c
Thanks for the updates @Jack-Hayes .
ff69973
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jack-Hayes sorry to let this linger for so long. I'm making environment updates in separate PRs (#51) so you can just focus on these plotting functions here. If we do want to include this notebook in the docs, we should remove local paths, or discuss where to stage the data so that it's accessible. I'll help sort out merge conflicts that come up...
ff69973
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@scottyhq no worries! I'll keep refining the plotting functions (and add the histogram functions for LULC) and think of something for the demo notebook (my initial thought was to wait to publish this notebook until we finish the LiDAR processing demo so the example nbs can flow into one another, but we can brainstorm on this, API calls for COP30 and 3DEP DEMs might just be best). Thanks for taking care of #51 , seems like a pain :/