The Wayback Machine - https://web.archive.org/web/20200612113033/https://github.com/topics/geophysics
Skip to content
#

geophysics

Here are 275 public repositories matching this topic...

seisman
seisman commented Apr 17, 2020

For any developers who want to develop custom supplements, they need to have a src subdirectory, some C codes, and most importantly, a CMakeLists.txt file.

Here is a full list of all CMake settings that can be included in the CMakeLists.txt:

# SUPPL_NAME [required]
#	name of the supplement package. It can be different from the directory name.
set (SUPPL_NAME newsuppl1)

# SUPPL_PROGS_
simpeg
verde
kinverarity1
kinverarity1 commented Apr 29, 2020

Analogous to dict.get but with extra "add" kwarg.

SectionItems.get should accept strings or HeaderItem objects for the "default" arg. If it is a string, it should be converted to a HeaderItem with the appropriate mnemonic.

Always returns a HeaderItem.

If add is True, the returned value should also be appended to the SectionItems instance.

How do we handle CurveItems? Set the data attribute to

banesullivan
banesullivan commented Sep 9, 2019

We need to refactor a lot of internal code to leverage PyVista over the native VTK dataset adapters and custom array converters that we have in here which should drastically speedup some filters.

The PVGeo.interface module will need to be completely overhauled to use PyVista as everything in there should have a better implementation in PyVista at this point.

thelenwes
thelenwes commented Sep 10, 2019

First off, the amount of documentation for MTfit is really excellent. Thank you for putting in the time. It makes the package accessible to a wider audience.

There are a couple of places where the input parameters could benefit from additional details.

On the following page: https://djpugh.github.io/MTfit/inversion.html

Azimuth: numpy matrix of azimuth values in degrees

Is this f

harmonica
santisoler
santisoler commented Mar 6, 2020

Description of the desired feature

Currently Harmonica has functions to compute distances between points defined in Cartesian coordinates or in spherical geocentric coordinates. Would be nice if we add a function to compute Euclidean distances between points whose coordinates are defined in geodetic (ellipsoidal) coordinates (don't confuse it with great circle distances).
Worth noting that

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.