geophysics
Here are 379 public repositories matching this topic...
Description of the problem
The current documentation for grdimage includes an example that uses three grids as input:
To create an false color plot from the three grid files red.nc, green.nc, and blue.nc, with
linear scalin
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
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
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?
 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
-
Updated
May 7, 2021 - Jupyter Notebook
-
Updated
Jan 12, 2021 - Jupyter Notebook
-
Updated
Apr 4, 2022 - MATLAB
-
Updated
Apr 15, 2022 - R
The option dinitIceSheetHeight in POISE allows negative arguments, which shouldn't be allowed. It'd be better to change it so that if the user inputs a negative value, it defaults to meters since the ice sheet height is positive definite.
-
Updated
Apr 15, 2022 - C
-
Updated
Feb 8, 2022 - C++
-
Updated
Dec 24, 2021 - Python
Improve this page
Add a description, image, and links to the geophysics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the geophysics topic, visit your repo's landing page and select "manage topics."
http://www.ontosoft.org/portal/#list
I stumbled upon Ontosoft recently, which is a compilation of geoscience academic software.
Not all is open-source and I've not used any of them yet, so I decided to just post here in case anyone wants to check them out.