LICENSE
README.md
setup.py
geogst/__init__.py
geogst.egg-info/PKG-INFO
geogst.egg-info/SOURCES.txt
geogst.egg-info/dependency_links.txt
geogst.egg-info/requires.txt
geogst.egg-info/top_level.txt
geogst/configs/__init__.py
geogst/configs/plots.py
geogst/core/__init__.py
geogst/core/deformations/__init__.py
geogst/core/deformations/space3d/__init__.py
geogst/core/deformations/space3d/deformations.py
geogst/core/deformations/space3d/rotations.py
geogst/core/deformations/space3d/shears.py
geogst/core/geology/__init__.py
geogst/core/geology/base.py
geogst/core/geology/faults.py
geogst/core/geology/ptbaxes.py
geogst/core/geology/utils/__init__.py
geogst/core/geology/utils/faults.py
geogst/core/geology/utils/parsing.py
geogst/core/geology/utils/type_checks.py
geogst/core/geometries/__init__.py
geogst/core/geometries/checks.py
geogst/core/geometries/lines.py
geogst/core/geometries/meshes.py
geogst/core/geometries/planes.py
geogst/core/geometries/points.py
geogst/core/geometries/polygons.py
geogst/core/geometries/reference_frames.py
geogst/core/geometries/shape.py
geogst/core/geometries/georeferencing/__init__.py
geogst/core/geometries/georeferencing/crs.py
geogst/core/geometries/georeferencing/geodetic.py
geogst/core/geometries/georeferencing/geotransform.py
geogst/core/geometries/grids/__init__.py
geogst/core/geometries/grids/intersections.py
geogst/core/geometries/grids/operators.py
geogst/core/geometries/grids/rasters.py
geogst/core/geometries/operators/__init__.py
geogst/core/geometries/operators/transformations.py
geogst/core/inspections/__init__.py
geogst/core/inspections/errors.py
geogst/core/inspections/functions.py
geogst/core/mathematics/__init__.py
geogst/core/mathematics/arrays.py
geogst/core/mathematics/defaults.py
geogst/core/mathematics/quaternions.py
geogst/core/mathematics/statistics.py
geogst/core/mathematics/utils.py
geogst/core/mathematics/vectors2d.py
geogst/core/mathematics/vectors3d.py
geogst/core/orientations/__init__.py
geogst/core/orientations/defaults.py
geogst/core/orientations/orientations.py
geogst/core/orientations/utils.py
geogst/core/profiles/__init__.py
geogst/core/profiles/geoprofiles.py
geogst/core/profiles/methods.py
geogst/core/profiles/profilers.py
geogst/core/profiles/profiletraces.py
geogst/core/utils/__init__.py
geogst/core/utils/arrays.py
geogst/core/utils/dicts.py
geogst/core/utils/lists.py
geogst/core/utils/sorting.py
geogst/core/utils/strings.py
geogst/core/utils/time.py
geogst/core/utils/types.py
geogst/dependencies/__init__.py
geogst/dependencies/apsg/__init__.py
geogst/dependencies/apsg/exceptions.py
geogst/dependencies/apsg/faults.py
geogst/dependencies/geopandas/__init__.py
geogst/dependencies/geopandas/geopandas.py
geogst/dependencies/pyproj/__init__.py
geogst/dependencies/pyproj/project.py
geogst/dependencies/yaml/__init__.py
geogst/dependencies/yaml/io.py
geogst/filesystem/__init__.py
geogst/filesystem/files.py
geogst/gui/__init__.py
geogst/gui/utils.py
geogst/io/__init__.py
geogst/io/geosurfaces/__init__.py
geogst/io/geosurfaces/export.py
geogst/io/profiles/__init__.py
geogst/io/profiles/profiles.py
geogst/io/rasters/__init__.py
geogst/io/rasters/defaults.py
geogst/io/rasters/gdal.py
geogst/io/rasters/grids.py
geogst/io/vectors/__init__.py
geogst/io/vectors/ogr.py
geogst/io/vectors/shapely.py
geogst/plots/__init__.py
geogst/plots/maps.py
geogst/plots/orientations.py
geogst/plots/parameters.py
geogst/plots/profiles.py
geogst/plots/utils.py
geogst/plots/vis3D.py
geogst/spatdata/__init__.py
geogst/spatdata/load_data.py
geogst/spatdata/data_sources/__init__.py
tests/test_Runge_Kutta_Fehlberg_interpolation.py
tests/test_interpolations.py
tests/test_orientations.py
tests/test_point_projections.py
tests/test_polar_data_svd.py
tests/test_ptbaxes.py
tests/test_quaternions.py
tests/test_rotations.py
tests/test_segment_intersections.py
tests/deformations/__init__.py
tests/deformations/rotations/__init__.py
tests/deformations/rotations/test_rotate.py
tests/fields/__init__.py
tests/fields/test_fields_divergence_curl_module.py
tests/fields/test_fields_grads_dirderiv_orients.py
tests/fields/test_magn_grad_along_flowlines.py
tests/lines/__init__.py
tests/lines/test_parametric_lines.py
tests/planes/__init__.py
tests/planes/test_plane_attitude_projection.py
tests/planes/test_plane_line_intersections.py
tests/planes/test_plane_plane_intersections.py
tests/planes/test_planes_general.py
tests/polygons/__init__.py
tests/polygons/test_intersections.py
tests/polygons/test_point_in_polygon.py
tests/polygons/test_profilers_polygons.py