Skip to content
#

geophysics

Here are 379 public repositories matching this topic...

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 May 11, 2021

Description of the desired feature

The spacing parameter of the rolling_window function controls the distance between the center of two adjacent windows.
Nevertheless, the docstring reads:

    spacing : float, tuple = (s_north, s_east), or None
        The window size in the South-North and West-East directions,
        respectively. A single value means that the size is equal 
good first issue documentation
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

A two-dimensional triangular mesh generator with pre- and post-processing utilities written in pure MATLAB (no toolboxes required, some support for Octave) designed specifically to build models that solve shallow-water equations or wave equations in a coastal environment (ADCIRC, FVCOM, WaveWatch3, SWAN, SCHISM, Telemac, etc.).

  • Updated Apr 4, 2022
  • MATLAB

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