Skip to content
#

interpolation

Here are 430 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 adress parameter and model uncertainties.

  • Updated Aug 17, 2020
  • Python
verde
santisoler
santisoler commented Aug 3, 2020

Description of the desired feature

When trying to create rolling windows with a size larger than the minimum dimension of the region, the function raises a very strange error:

For example, if our region is 20e3 x 10e3 and we try to generate windows with a size of 15e3:

import verde as vd

coordinates = vd.grid_coordinates(region=(-10e3, 10e3, -5e3, 5e3), shape=(30, 30
Computational-geometry

Improve this page

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

Learn more

You can’t perform that action at this time.