Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • s2dv s2dv
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • s2dvs2dv
  • Merge requests
  • !13

Adding new functionality of plotting boundary of region of interest by taking its shapefile for PlotEquiMap

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed cchou requested to merge develop-shapefile2map into master Mar 05, 2020
  • Overview 2
  • Commits 3
  • Pipelines 1
  • Changes 11

Hi @aho,

I have a new functionality for PlotEquiMap that can take a shapefile of the region of interest, convert to a 'map' variable and the boundary lines of the region can be plotted in the figure.

  • 3 new parameters are input_shapefile, lwd_shapefile, col_shapefile which indicate the pathway of the shapefile folder, the line width of the boundary and its color respectively.
  • 2 new dependencies to rgdal and sp libraries: rgdal::readOGR and sp::SpatialPolygons2map
  • The pipelines fail because a module rgdal is required (see https://earth.bsc.es/wiki/doku.php?id=tools:Rtools&s[]=Rtools).
  • A sample shapefile (i.e., Douro Valley in the northern Portugal) has been added in the data folder for testing.

Thank you and please let me know if anything is unclear.

Chung

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-shapefile2map