Skip to content

POC Update

Levi Remington requested to merge poc-update-lr into master

Compiling some of the latest work that was done to complete the POC.

Koop Updates:

  • Fix "returnExtent" queries so Esri "zoom to" is functional on Koop-produced Feature Layers
  • Optimize "returnCountOnly" queries to only return the count
  • Add Koop-query support for Wellbore Trajectory data kinds
  • Update Layer Config

Trajectory:

  • Add "trajectories.json" converted from an OSDU Directional Survey CSV
  • Add Trajectory and DrillMeasurement Class to Transformer
    • For instantiating, storing, and desurveying wellbore trajectory JSON
    • TODO: Update Projection workflow to use OSDU's CRS Conversion Service

Transformer Updates:

  • Ingest local Trajectories JSON, create Trajectory/DrillMeasurements and desurvey into Ignite
  • Change "Linestring" into "LineString" on OSDU queried data
  • Track geometryType to help Koop distinguish data
  • Store Z Values (if applicable) in Geometry Coords

Misc:

  • Some formatting changes
  • README updates

Merge request reports