Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(plot_centers): add plot_centers support to PlotMapView and PlotCrossSection #2318

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Sep 26, 2024

  1. Feat(plot_centers): add plot_centers support to PlotMapView and PlotC…

    …rossSection
    
    fixes and updates included with feature:
    
    * filter very short/small intersection segments from cross-sectional plotting routine
    * sort and assure vertex order is correct for intersected cross-sectional segments
    * improve geometry.project_point_onto_xc_line() calculation routine.
    * update reproject_modpath_to_crosssection()
    jlarsen-usgs committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0391833 View commit details
    Browse the repository at this point in the history
  2. linting

    jlarsen-usgs committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    18824fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e1b46a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. add testing for plot_centers()

    * add projctr attribute to PlotCrossSection for testing purposes
    jlarsen-usgs committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    86c05cb View commit details
    Browse the repository at this point in the history
  2. lint autotests

    jlarsen-usgs committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    75816fe View commit details
    Browse the repository at this point in the history