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

LAS Support: Import LAS files, display the metadata in the ProjectTree. #435

Closed
JacobStoren opened this issue Sep 9, 2015 · 3 comments
Closed
Labels
Enhancement An addition that can be observed by the user

Comments

@JacobStoren
Copy link
Member

Each LAS file describes a well, and should be displayed along with the possible corresponding WellPath under the Wells folder.
Use names to match WellPaths and Well logs.

+ Wells
    + [ ] Q1-H-5-dev
    + [ ] Q1-H6

It is not yet clear how to combine the two information sources.
Some options:

1. Move well Paths visibility to Views

  • Move the well path visibility and Appearance options to a Well-group pr case, so that those can be controlled individually pr case.
  • Leave the well path info and file reference, add the fileref to the LAS file and a list of available log variables (possibly as tree items )

2. Combine everything as-is

  • Add all the LAS- meta info (filename etc) to the property panel of the Well
  • Add all the log variables as separate tree items below the well

3. Create two separate tree entries below each well

  • Create two separate entries in the tree below each well entry that contains the wellpath and the Well Log info separatly
  • The well log properties might contain the list of the variables, or they might be separate tree items
@JacobStoren JacobStoren added the Enhancement An addition that can be observed by the user label Sep 9, 2015
@JacobStoren JacobStoren added this to the GeoMech Sprint 6 milestone Sep 9, 2015
@JacobStoren JacobStoren changed the title Import LAS files, display the metadata in the ProjectTree. LAS Support: Import LAS files, display the metadata in the ProjectTree. Sep 9, 2015
@lasserenli
Copy link
Collaborator

I think I prefer option 3 here

@JacobStoren
Copy link
Member Author

Like this ?

+ [ ] Wells
    + Q1-H-5-dev
         + [ ] Trajectory
         + Q1-H-5-dev.las
              + DEPTH
              + RSN
              + RILD
    + Q1-H6

Or keep the Well path toggle at the well top level ?

+ [ ] Wells
    + [ ] Q1-H-5-dev
         + Trajectory info
         + Q1-H-5-dev.las
              + DEPTH
              + RSN
              + RILD
    + [ ] Q1-H6   

@lasserenli
Copy link
Collaborator

I think the second one is best. If you want to see logs you also want to see the well path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement An addition that can be observed by the user
Projects
None yet
Development

No branches or pull requests

3 participants