SimPEG.properties
See original GitHub issueSimPEG.properties
: Simple geometric items can be classes with properties that are handy, and methods that do things like coordinate rotations
-
Vector
: base property- stored properties:
vector
- computed properties:
normal
: unit vector along the the orientation of the lineinclination
: inclination of the normaldeclination
: declination of the normal
- methods:
rotate2coordinate(self, XYZ)
: rotate a grid to align with the normal (not sure about this name)plot
: plot the property
- stored properties:
-
Point(Vector)
: point in space -
LineSegment(Vector)
: a line with orientation that matters (ie orientation of a dipole)- additional computed properties:
length
: magnitude of the vectorendpoints
: endpoints of the vector
- additional computed properties:
-
Plane(Vector)
: a 2D plane- additional computed:
strike
dip
- methods:
project2plane(self,XYZ,V)
: project values defined in space to this plane
- additional computed:
-
Parallelogram(Plane)
- additional properties
OUV
- computed properties
endpoints
area
- additional properties
-
Rectangle(Parallelogram)
: a rectangle- additional properties
OUV
- computed properties
endpoints
: 4 corners of the planearea
- additional properties
-
Loop(Plane)
: a 2D loop- additional stored properties:
radius
- computed properties:
diameter
circumference
area
- additional stored properties:
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
SimPEG Props — SimPEG 0.17.0 documentation
This function should be able to handle instance=None since valid Property values are independent of containing HasProperties class. However, the instance is ...
Read more >simpeg/props.py at main - GitHub
Simulation and Parameter Estimation in Geophysics - A python package for simulation and gradient based parameter estimation in the context of geophysical ...
Read more >Tutorial: Geophysical Inversion in SimPEG - YouTube
TRANSFORM 2020 - Virtual Conference Lindsey HeagyTo access the repos link: https://swu.ng/t20-tue-simpeg1:34 Start of stream3:10 ...
Read more >Natural Source Electromagnetics - SimPEG
class SimPEG.electromagnetics.natural_source.simulation. ... mu ( PhysicalProperty ): Magnetic Permeability (H/m), a physical property, ...
Read more >An open source framework for simulation and gradient based ...
The package is available at http://simpeg.xyz and is well documented and ... Thus, inverting for a physical property model from geophysical data is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is this it’s own library?
This is handled in #517 and by the new
properties
library.