You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Description
Acceptance criteria
INPUT
OUTPUT
Output data - Export
Other useful information