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

Longitudinal profile plugin #9241

Closed
25 tasks
MV88 opened this issue Jun 21, 2023 · 1 comment · Fixed by #9253, #9264, #9296, #9358 or #9386
Closed
25 tasks

Longitudinal profile plugin #9241

MV88 opened this issue Jun 21, 2023 · 1 comment · Fixed by #9253, #9264, #9296, #9358 or #9386
Assignees
Milestone

Comments

@MV88
Copy link
Contributor

MV88 commented Jun 21, 2023

Description

Acceptance criteria

  • exploit in Mapstore the altitude or depth data present in digital terrain models or bathymetric surveys

INPUT

  • Height data source
  • linear profile: Three(3) options
  • Drawing it directly on the map;
  • Importing it as JSON selected from file system
  • Importing it as ESRI Shapefile, selected from file system (compressed zip containing shp, shx, dbf and prj files)
  • Importing it as DXF file, selected from file system, and related coordinate system to be used (from a list)
  • Title of the graphic profile
  • Pitch used (distance): Maximum distance between 2 points along the profile, in meters)
  • After drawing the linear profile or importing it as a file (shp or dxf), the module offers to display and export the profile produced in several ways
  • ADD Option to use bathymetric data sources as height data input, in addition to DTMs from IGN (and lidar)

OUTPUT

  • Graph display
  • The graph is interactive. Altitude and distance traveled values are dynamically displayed on hover
  • The x-axis indicates the distance traveled from the starting point of the drawn or imported linear
  • The y-axis indicates the altitude returned by the height source at the coordinates along the profile.
  • The y-axis is initialized at 10 m below the minimum altitude encountered on the profile and 10 m above the maximum altitude encountered on the profile
  • Information on altimetric data source and altimetric reference is specified.
  • Summary display
  • Elevation data source used
  • Total linear length of the profile
  • Positive elevation
  • Negative elevation
  • Number of vertex points on which the altimetry was calculated. The number of stitches varies according to the pitch chosen.

Output data - Export

  • Image format (PNG) of the graph (only chart or also with other info?)
  • Tabular format (CSV) of the longitudinal profile, specifying for each coordinate of the profile the Z value in addition to the X and Y values. The distance of each point from the starting point is also mentioned.
  • Printable format (PDF) of the longitudinal profile. The PDF document should include the graphic information as well as the extract from the map allowing you to visualize the line of the profile in 2D (whether the latter has been drawn on the map or imported via an ESRI Shapefile or DXF file)

Other useful information

@MV88 MV88 added New Feature used for new functionalities C265-ATOLCD-2023-DEV_MS_CNR labels Jun 21, 2023
@MV88 MV88 added this to the 2023.02.00 milestone Jun 21, 2023
@MV88 MV88 self-assigned this Jun 21, 2023
MV88 added a commit to MV88/MapStore2 that referenced this issue Jun 21, 2023
MV88 added a commit to MV88/MapStore2 that referenced this issue Jun 21, 2023
@MV88 MV88 mentioned this issue Jun 21, 2023
12 tasks
@tdipisa tdipisa linked a pull request Jun 21, 2023 that will close this issue
12 tasks
MV88 added a commit to MV88/MapStore2 that referenced this issue Jun 26, 2023
@MV88 MV88 mentioned this issue Jun 26, 2023
12 tasks
@tdipisa tdipisa linked a pull request Jun 27, 2023 that will close this issue
12 tasks
MV88 added a commit to MV88/MapStore2 that referenced this issue Jun 28, 2023
MV88 added a commit to MV88/MapStore2 that referenced this issue Jun 29, 2023
@MV88 MV88 linked a pull request Jun 29, 2023 that will close this issue
12 tasks
@ElenaGallo ElenaGallo self-assigned this Jun 29, 2023
MV88 added a commit that referenced this issue Jun 29, 2023
MV88 added a commit to MV88/MapStore2 that referenced this issue Jul 21, 2023
@MV88 MV88 linked a pull request Jul 21, 2023 that will close this issue
12 tasks
MV88 added a commit that referenced this issue Jul 24, 2023
@tdipisa tdipisa linked a pull request Aug 30, 2023 that will close this issue
12 tasks
@tdipisa tdipisa reopened this Aug 30, 2023
@tdipisa tdipisa removed the Accepted label Aug 30, 2023
@tdipisa
Copy link
Member

tdipisa commented Aug 30, 2023

@offtherailz last connected PR #9358 is for aligning the MS tool to changes requested on official GS PRs now merged.

@ElenaGallo ElenaGallo added Accepted BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch labels Aug 30, 2023
@ElenaGallo ElenaGallo removed the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment