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

fix wells collection dictionaries #73

Open
andrea-bistacchi opened this issue Jun 12, 2024 · 0 comments
Open

fix wells collection dictionaries #73

andrea-bistacchi opened this issue Jun 12, 2024 · 0 comments
Assignees

Comments

@andrea-bistacchi
Copy link
Collaborator

andrea-bistacchi commented Jun 12, 2024

The WellCollection dictionaries were as follows:

    well_entity_dict = {
        "uid": "",
        "Loc ID": "undef",
        "properties_names": [],
        "properties_components": [],
        "properties_types": [],
        "markers": [],
        "vtk_obj": None,
    }

    well_entity_type_dict = {
        "uid": str,
        "Loc ID": str,
        "properties_names": list,
        "properties_components": list,
        "properties_types": list,
        "markers": list,
        "x_section": str,
        # this is the uid of the cross section for "XsVertexSet", "XsPolyLine", and "XsImage", empty for all others
        "vtk_obj": object,
    }

Was "x_section" missing in well_entity_dict for some reason?

I added it. This will allow projecting wells to x sections (a new XsWell class will be needed for this).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants