Skip to content
#

geoscience

Here are 218 public repositories matching this topic...

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 address parameter and model uncertainties.

  • Updated May 11, 2022
  • Python
willschlitzer
willschlitzer commented Dec 24, 2021

As first discussed in this comment, module docstrings should contain inline code examples to show a working example of the module with the correct syntax without needing to find an example page.

To prevent example functions from being run in tests, add "# doctest: +SKIP" after lines of example code.

  • blo
good first issue documentation help wanted
verde
santisoler
santisoler commented Apr 23, 2022

Description

Since Verde v2.0.0 the grid method of every gridder in Verde will not take the spacing, shape or region arguments.
They will not create the desired grid, but will be able to take the coordinates of a predefined regular grid (see #326 for more details).

Currently the [verde.project_grid](https://www.fatiando.org/verde/latest/_modules/verde/projections.html#project_g

bug good first issue
simpeg
yangdikun
yangdikun commented Jul 12, 2017

I am using SimPEG.Utils.download for gpgLabs. The download messages are distracting in notebooks, so I wanted to suppress them. The option is controlled by "verbose=false", but it does not stop writing "Downloading ... Saved to:.." message.
Can verbose=false swtich kill all the print output?

![image](https://user-images.githubusercontent.com/5066933/28143500-b531e30c-671a-11e7-85d2-4d62d23d26a

harmonica
santisoler
santisoler commented Dec 3, 2021

Description of the desired feature:

Our forward models for the different geometries (points, prisms, tesseroids) allow to take multiple bodies as inputs, returning a single array as the resulting field generated by every one of these bodies on the computation points.
One of the properties of these forward models is their linearity: the resulting field for all the bodies should be equal to

enhancement good first issue
predictatops
JustinGOSSES
JustinGOSSES commented Aug 27, 2020

Is your feature request related to a problem? Please describe.
Would be interesting in trying Predictatops on this new dataset from Wyoming!
https://sites.google.com/a/wyo.gov/oil-and-gas/prb-study

Describe the solution you'd like
A tutorial that runs the prediction

Describe alternatives you've considered
A separate repo

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the geoscience 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 geoscience topic, visit your repo's landing page and select "manage topics."

Learn more