Data - Display Wellbores on map, showing trajectory in 2D view
This is common use case. Display Surface and Bottomhole location connected by crooked line (representing directional survey aka trajectory). It is also a common requirement to drive symbology by attributes such as "producer or injector", "oil well or gas well" etc.
Suggest this may be three different map layers. Well Surface position, Well bottom position, and wellbore path as a MZ feature. Standard symbology should be used for each, including well status for the bottom hole (can maybe use the Shell Standard Legend as it has already been donated to industry.
Possible resources: https://www.int.com/ https://www.int.com/products/intviewer/
Update 2/27/2023: With Trajectory Ingestion demonstrated and complete, there are a few items to wrap up before display on a map is complete:
- Dynamic
trajectoryCRS
perreferencePoint
CRS - Need to review with Brian/David; Also need data to be added - Pull
inputStations
from CSV acquired from Trajectory Record instead of local storage
Done in Sprint 34
- Ensure lat/lon is correct when constructing linestring from output stations - done
- Add Measured Depth as M value to XYZ LineString Trajectory - done
Acceptance Criteria:
- trajectories are displayed on a map
- 'trajectoryCRS' are dynamically generated
-
inputStations
pulled from CSV acquired from Trajectory Record instead of local storage - lat/lon are correct when constructing linestring from output stations
- Measured Depth added as M value to XYZ LineString Trajectory