Skip to content
#

geophysics

Here are 290 public repositories matching this topic...

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
GillesDuvert
GillesDuvert commented Jun 17, 2020

A number of functions scattered in GDL's code more or less do the same thing and should be factorized in one place in order to be easily maintained. Especially if these functions use basic system functions that may differ with the system (macOS, unix, MSW..). And, the factorized function should be documented (with Doxygen in mind).
Take the example of strtol() . It is

harmonica

Improve this page

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

Learn more

You can’t perform that action at this time.