diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e7e776a5e --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +docs/source/gen_modules/backreferences/ +gempy/core/__pycache__/ +gempy/API/__pycache__/ +gempy/core/data/__pycache__/ +gempy/core/data/grid_modules/__pycache__/ +gempy/modules/data_manipulation/__pycache__/ +gempy/modules/__pycache__/ +gempy/__pycache__/ +gempy/API/gp2_gp3_compatibility/__pycache__/ +gempy/modules/custom_implicit_functions/__pycache__/__init__.cpython-310.pyc +gempy/modules/custom_implicit_functions/__pycache__/ellipsoid_implicit_function.cpython-310.pyc +gempy/modules/grids/__pycache__/__init__.cpython-310.pyc +gempy/modules/grids/__pycache__/create_topography.cpython-310.pyc +.ENV +.DS_Store +git_status.txt diff --git a/GemPy API/gempy.add_orientations.html b/GemPy API/gempy.add_orientations.html index a250bb208..2613aa50c 100644 --- a/GemPy API/gempy.add_orientations.html +++ b/GemPy API/gempy.add_orientations.html @@ -5,19 +5,20 @@ - gempy.add_orientations — GemPy 2024.2.0.3.dev0+gf344a731.d20240626 documentation + gempy.add_orientations — GemPy 2024.2.0.2 documentation - - - + + + + - - - + + + - + @@ -26,8 +27,9 @@ + + - @@ -43,7 +45,7 @@

gempy.add_orientations

-gempy.add_orientations(geo_model: GeoModel, x: Sequence[float], y: Sequence[float], z: Sequence[float], elements_names: Sequence[str], pole_vector: Sequence[ndarray] | ndarray | None = None, orientation: Sequence[ndarray] | ndarray | None = None, nugget: Sequence[float] | None = None) StructuralFrame[source]
+gempy.add_orientations(geo_model: GeoModel, x: Sequence[float], y: Sequence[float], z: Sequence[float], elements_names: Sequence[str], pole_vector: Sequence[ndarray] | None = None, orientation: Sequence[ndarray] | None = None, nugget: Sequence[float] | None = None) StructuralFrame[source]

Add orientation data to the geological model.

This function adds orientation data to the specified geological elements in the model. The orientation can be provided directly as pole vectors or as orientation angles (azimuth, dip, polarity). @@ -56,8 +58,8 @@

gempy.add_orientations

y (Sequence[float]) – Sequence of y-coordinates for the orientation points.

  • z (Sequence[float]) – Sequence of z-coordinates for the orientation points.

  • elements_names (Sequence[str]) – Sequence of element names corresponding to each orientation point.

  • -
  • pole_vector (Optional[Union[Sequence[np.ndarray], np.ndarray]]) – Sequence of pole vectors for each orientation point. If is np.ndarray, it should have shape (n, 3).

  • -
  • orientation (Optional[Union[Sequence[np.ndarray], np.ndarray]]) – Sequence of orientation angles for each orientation point. If is np.ndarray, it should have shape (n, 3).

  • +
  • pole_vector (Optional[Sequence[np.ndarray]]) – Sequence of pole vectors for the orientation points.

  • +
  • orientation (Optional[Sequence[np.ndarray]]) – Sequence of orientation angles (azimuth, dip, polarity) for the orientation points.

  • nugget (Optional[Sequence[float]]) – Sequence of nugget values for each orientation point. If not provided, a default value will be used for all points.

  • @@ -88,11 +90,11 @@

    Examples using -

    -
    +
    +

    Examples using gempy.create_orientations_from_surface_points_coords

    +
    +

    Claudius

    +
    Claudius
    +
    +

    Hecho

    +
    Hecho
    +
    + -