Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • hyteg hyteg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hyteg
  • hyteghyteg
  • Merge requests
  • !560

Upgrade in the plates module in assigning plates to points

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed Berta Vilacís requested to merge bvilacis/plates-point-in-polygon-3D into master Jan 16, 2023
  • Overview 1
  • Commits 6
  • Pipelines 1
  • Changes 7

The function point-in-polygon that finds which plate belongs the point has been upgraded. Now, it uses the coordinates lon, lat and places the point and the polygon at the surface of a sphere using the boost library. It also calculates the distance from the point to the polygon using the functionalities of the boost library. Each point has a unique solution to the polygon that belongs to.

Also we generalised plates, such as, internally it does the conversion from xyz to lon lat coordinate system, allowing the user to pass in any xyz point in any radius.

The dependency of plates to CGAL has been removed and such the cmake files have been modified.

(commits 1a46caad, 0c7ed8c5 and 244525a9)

Edited Jan 16, 2023 by Berta Vilacís
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bvilacis/plates-point-in-polygon-3D