Giter Site home page Giter Site logo

kitware / conceptual-modeler Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 5.0 1.06 MB

Conceptual Modeler based on GemPy and trame

License: BSD 3-Clause "New" or "Revised" License

Python 92.78% CSS 6.44% Batchfile 0.08% Dockerfile 0.16% Shell 0.54%
trame-app trame python

conceptual-modeler's Introduction

conceptual-modeler

A Python-based 3-D conceptual modeler allows for the implicit creation of complex geological models from interface and orientation data using Gempy.

  • Free software: BSD License

Installing

Install the application

pip install -e .

Run the application

conceptual_modeler

Features

  • TODO

conceptual-modeler's People

Contributors

danlipsa avatar jourdain avatar olearypatrick avatar patrickoleary avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

conceptual-modeler's Issues

UI/UX suggestions

Here is my discovery report.

It's not clear what to do on startup page (maybe add tooltips to top-level buttons):
image

After loading model-1a.zip, nothing changes, hence it's not clear if loading worked or not (maybe offer to the user to run processing ? or run it automatically?):
image

I then randomly picked on the "run" button. But here again nothing shows up. (maybe a) turn the quad view on ? or b) have the quad view by default when starting the app ? or c) turn the "grid" visibility on automatically )
image

Hurray, after turning on the grid visibility (and clicking "reset camera"):
image

It is not clear what the following visibility buttons do:
image

Diffuse light seems too strong (maybe increase ambient light or have light follow camera)
image

Running icon action is producing an exception

When I click on
image
as first action after loading the application, I got the following exception:

Exception raised
ValueError('zero-size array to reduction operation minimum which has no identity')
Traceback (most recent call last):
  File "/home/julien/Work/trame/conceptual-modeler/env39/lib/python3.9/site-packages/wslink/protocol.py", line 332, in onMessage
    results = func(*args, **kwargs)
  File "/home/julien/Work/trame/conceptual-modeler/env39/lib/python3.9/site-packages/trame_server/protocol.py", line 210, in update_state
    self.server.state.update(client_state)
  File "/home/julien/Work/trame/conceptual-modeler/env39/lib/python3.9/site-packages/trame_server/state.py", line 268, in __exit__
    self.flush()
  File "/home/julien/Work/trame/conceptual-modeler/env39/lib/python3.9/site-packages/trame_server/state.py", line 246, in flush
    coroutine = callback(**self._pushed_state)
  File "/home/julien/Work/trame/conceptual-modeler/conceptual_modeler/app/engine.py", line 252, in compute
    ctrl.compute_geo_model()
  File "/home/julien/Work/trame/conceptual-modeler/env39/lib/python3.9/site-packages/trame_server/controller.py", line 334, in __call__
    result = f(*args, **kwargs)
  File "/home/julien/Work/trame/conceptual-modeler/conceptual_modeler/app/modeler/subsurface.py", line 1427, in compute_geo_model
    gp.compute_model(self._geo_model)
  File "/home/julien/Work/trame/conceptual-modeler/env39/lib/python3.9/site-packages/gempy/gempy_api.py", line 277, in compute_model
    _check_valid_model_input(model)
  File "/home/julien/Work/trame/conceptual-modeler/env39/lib/python3.9/site-packages/gempy/gempy_api.py", line 313, in _check_valid_model_input
    if model._additional_data.structure_data.df.loc[
  File "/home/julien/Work/trame/conceptual-modeler/env39/lib/python3.9/site-packages/numpy/core/_methods.py", line 44, in _amin
    return umr_minimum(a, axis, None, out, keepdims, initial, where)
ValueError: zero-size array to reduction operation minimum which has no identity

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.