The Wayback Machine - https://web.archive.org/web/20210711204335/https://github.com/topics/modeling
Skip to content
#

modeling

Here are 1,278 public repositories matching this topic...

dash
marcus7070
marcus7070 commented Apr 20, 2021

From the Python docs:

object.repr(self)
... If at all possible, this should look like a valid Python expression that could be used to recreate an object with the same value (given an appropriate environment).

Currently:

>>> repr(cq.Plane((1, 2, 3), (1, 0, 0), (0, 0, 1)))
'<cadquery.occ_impl.geom.Plane object 

GemPy is an open-source, Python-based 3-D structural geological modeling software, which allows the implicit (i.e. automatic) creation of complex geological models from interface and orientation data. It also offers support for stochastic modeling to adress parameter and model uncertainties.
  • Updated Jun 30, 2021
  • Python
epsstan
epsstan commented Mar 23, 2021

Feature Request

Provide default configuration file/settings.

Description of Problem:

Our images do not ship with any default configuration file/settings. While all of them require configuration like Gitlab OAuth application id etc that cannot be defaulted, we can provide configuration files that for example read values from environment variables etc.

This makes it easy for containe

Improve this page

Add a description, image, and links to the modeling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the modeling topic, visit your repo's landing page and select "manage topics."

Learn more