Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • C csv-parser
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 23
    • Issues 23
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Data Flow
  • Data IngestionData Ingestion
  • csv-parser
  • csv-parser
  • Issues
  • #16
Closed
Open
Issue created May 02, 2021 by Debasis Chatterjee@debasiscOwner

CSV Parser to allow mix of unit of measure in the same file

Right now, we have successfully tested handling of unit conversion if "frame of reference" information is provided in File meta data. Such as when the dataset is registered for the source CSV file. With this arrangement, all values of MD, TVD, ELEVATION columns will be considered as "ft".

We propose enhancement so that unit of measure can be another column an source CSV can have mix of data, some in "m" and some in "ft" inside the same file.

                    {
                        "kind": "Unit",
                        "name": "ft",
                        "persistableReference": "{\"scaleOffset\":{\"scale\":0.3048,\"offset\":0.0},\"symbol\":\"ft\",\"baseMeasurement\":{\"ancestry\":\"Length\",\"type\":\"UM\"},\"type\":\"USO\"}",
                        "propertyNames": [
                            "MD",
                            "TVD",
                            "ELEVATION"
                        ],
                        "propertyValues": [
                            "ft"
                        ],
                        "uncertainty": 0
                    }
                ],
Assignee
Assign to
Time tracking