geoana

View on PyPIReverse Dependencies (6)

0.6.0 geoana-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
geoana-0.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
geoana-0.6.0-cp39-cp39-win_amd64.whl
geoana-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl
geoana-0.6.0-cp39-cp39-musllinux_1_1_x86_64.whl
geoana-0.6.0-cp39-cp39-macosx_11_0_arm64.whl
geoana-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
geoana-0.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
geoana-0.6.0-cp38-cp38-win_amd64.whl
geoana-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl
geoana-0.6.0-cp38-cp38-macosx_11_0_arm64.whl
geoana-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
geoana-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
geoana-0.6.0-cp312-cp312-win_amd64.whl
geoana-0.6.0-cp312-cp312-macosx_10_9_x86_64.whl
geoana-0.6.0-cp312-cp312-musllinux_1_1_x86_64.whl
geoana-0.6.0-cp312-cp312-macosx_11_0_arm64.whl
geoana-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
geoana-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
geoana-0.6.0-cp311-cp311-win_amd64.whl
geoana-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl
geoana-0.6.0-cp311-cp311-musllinux_1_1_x86_64.whl
geoana-0.6.0-cp311-cp311-macosx_11_0_arm64.whl
geoana-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
geoana-0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
geoana-0.6.0-cp310-cp310-win_amd64.whl
geoana-0.6.0-cp310-cp310-macosx_10_9_x86_64.whl
geoana-0.6.0-cp310-cp310-musllinux_1_1_x86_64.whl
geoana-0.6.0-cp310-cp310-macosx_11_0_arm64.whl

Wheel Details

Project: geoana
Version: 0.6.0
Filename: geoana-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Download: [link]
Size: 223373
MD5: f32c6008014d93c61dcba15b4ed2cbf4
SHA256: fb51b655d6c93b2e5ffa9784e54bb8aaf13be9d95764646c50426c690715b330
Uploaded: 2023-11-02 22:28:41 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: geoana
Version: 0.6.0
Summary: Analytic expressions for geophysical responses
Author-Email: SimPEG developers <lindseyheagy[at]gmail.com>
Project-Url: Homepage, https://simpeg.xyz
Project-Url: Documentation, https://geoana.simpeg.xyz
Project-Url: Repository, https://github.com/simpeg/geoana.git
License: MIT License Copyright (c) 2017 SimPEG Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: geophysics electromagnetics gravity magnetics
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Cython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Natural Language :: English
Requires-Python: >=3.8
Requires-Dist: numpy (>=1.22.4)
Requires-Dist: scipy (>=1.8)
Requires-Dist: libdlf
Requires-Dist: matplotlib; extra == "plot"
Requires-Dist: utm; extra == "extras"
Requires-Dist: numba; extra == "jittable"
Requires-Dist: geoana[extras,jittable,plot]; extra == "all"
Requires-Dist: sphinx (!=4.1.0); extra == "doc"
Requires-Dist: pydata-sphinx-theme (==0.9.0); extra == "doc"
Requires-Dist: sphinx-gallery (==0.1.13); extra == "doc"
Requires-Dist: numpydoc (>=1.5); extra == "doc"
Requires-Dist: discretize; extra == "doc"
Requires-Dist: jupyter; extra == "doc"
Requires-Dist: graphviz; extra == "doc"
Requires-Dist: pillow; extra == "doc"
Requires-Dist: geoana[all]; extra == "doc"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: geoana[all,doc]; extra == "test"
Requires-Dist: meson-python (>=0.14.0); extra == "build"
Requires-Dist: meson; extra == "build"
Requires-Dist: ninja; extra == "build"
Requires-Dist: numpy (>=1.22.4); extra == "build"
Requires-Dist: cython (>=0.29.35); extra == "build"
Requires-Dist: setuptools_scm; extra == "build"
Provides-Extra: plot
Provides-Extra: extras
Provides-Extra: jittable
Provides-Extra: all
Provides-Extra: doc
Provides-Extra: test
Provides-Extra: build
Description-Content-Type: text/x-rst
[Description omitted; length: 2550 characters]

WHEEL

Wheel-Version: 1.0
Generator: meson
Root-Is-Purelib: false
Tag: cp39-cp39-manylinux_2_17_x86_64
Tag: cp39-cp39-manylinux2014_x86_64

RECORD

Path Digest Size
geoana/utils.py sha256=SDcw7hpvDlghuxe0PTvBlakiz-rxpctLWjddNDLsTsM 6235
geoana/shapes.py sha256=XzVG5RqdXOgvxEh2xW6XBuRB6mWvsUmt-QoJJuSKicQ 3895
geoana/__init__.py sha256=1qTSVVEih3IFSbtyUp75NOPhVCY5ScxXyMaa04vZ-_A 1088
geoana/spatial.py sha256=Y2jzg5rh4IpwlqOhezx6SZgmDdwu-q3ECVl7YmylYIY 21783
geoana/gravity.py sha256=ISa7thOak-N9wveQBbnqOMACm8e2pSwA66hLEPZLvaQ 20996
geoana/plotting_utils.py sha256=ity-bsng2fg5pkaNk91awVXXtfGnXNHTeE54dsPt6XA 8832
geoana/kernels/potential_field_prism.py sha256=_CONUebsNDGF2Trfq_eXQyd655hIoqbDcA4wI8gSVxY 7012
geoana/kernels/__init__.py sha256=mDgRAvoxtcpyh4uvQhUj1IMuUoMdeVkSojmysCVZCuw 351
geoana/kernels/tranverse_electric_reflections.py sha256=TutqoNU0Liuiin-61NINUgg3QBYoGSbommlsbCTsMcE 4886
geoana/kernels/_extensions/rTE.cpython-39-x86_64-linux-gnu.so sha256=LouMirQhkbGv2RthsJ6F6WZgvRtlDUcIkYAr2q1evmw 327880
geoana/kernels/_extensions/__init__.py sha256=IRaBu88YHKSpXeDTzs9CYIp_BNYAfQ1zi63-5LR7Dlc 1471
geoana/kernels/_extensions/potential_field_prism.cpython-39-x86_64-linux-gnu.so sha256=owxs7X-RyC2bmk7Sb_vD1I-tPoVChXGyLKFP06uxmu8 51824
geoana/earthquake/__init__.py sha256=HqKbY4Ix223qaczqDlgKj6Bf_3_Lz_ttYQXPhk1ibjI 334
geoana/earthquake/oksar.py sha256=92U07iB8qDPX26LLBtDHH21TLfHrEwy2Io6qHXvQkNM 44179
geoana/em/__init__.py sha256=PUdOQmQZG41b1VLLNr7dkkrXOphBaNOTQtKZHhbSQvk 700
geoana/em/base.py sha256=m-4-sMlzTEoUKg1UkW6imQSWWaxCYFzpCZxz7X1jiJE 14090
geoana/em/tdem/__init__.py sha256=7xxSBJdy0o8W6xcF_TWoAoEKbDzqVsjSyMx__isyM88 1638
geoana/em/tdem/simple_functions.py sha256=nOqcEEmO3rhF2w05936Z1wx2s8X0dza3yAVVwz0Cc9s 15326
geoana/em/tdem/halfspace.py sha256=KSPESWO8u6JxgEDwxomJVrie6zSaOO16sqw13b2MLcM 2929
geoana/em/tdem/base.py sha256=1o_KmoAtYJwGHwxIN4eQijggQUVrbep4ZLZmCgXNs34 8543
geoana/em/tdem/wholespace.py sha256=o24lR0Q8xv3vX-TB17wjyBoSof-2oZ0zVmsDG1BVb8s 36451
geoana/em/static/freespace.py sha256=IxhEhlR7YnoZ-jy92-ylS8p2dFmoLOjIwmnnH60EBCo 13137
geoana/em/static/__init__.py sha256=OdOgm2GFsgo84nx4qOb7mGWVuJ-w96X-XSjde9ko_AA 1056
geoana/em/static/halfspace.py sha256=oqHuBTKlXdNw4sCeA_J8M-iAry6-4vNALakssdBh76w 24482
geoana/em/static/sphere.py sha256=KTf_WsYGdzL-PuWIkYKHGQ4Ldw4AT6hG2tKyu3xUPsQ 31922
geoana/em/static/wholespace.py sha256=w5-MghSHdgRcKkDnddnHY0Qaa79XjaFROZo2bcgSlnk 38382
geoana/em/fdem/layered.py sha256=gF6xfvceIJfp41gssno3TLScGVSXl-9okShhpEoG3KU 18637
geoana/em/fdem/__init__.py sha256=ME4NJdAh-fMS2khIIaFpL6N0zs21PrNQs3vtYP3tSso 1244
geoana/em/fdem/simple_functions.py sha256=2yiWGonaVENbTEvfzydIpdrh5Rlplc-EdWYN1bCUmtA 5064
geoana/em/fdem/halfspace.py sha256=sCQT3tpHE7j26aI_Z33C7jjVrw68bAuz1OO_B-ESbcY 4952
geoana/em/fdem/base.py sha256=Mr8ikiNI508Yh35fNRts4bDARbefcfwW74jVp5u-srU 10864
geoana/em/fdem/wholespace.py sha256=1L5vjJwTIrADAGJU5gqiL-MrBxKMOBIdZQdDikqZk_k 48584
geoana-0.6.0.dist-info/WHEEL sha256=jMyS45pfVQQNgqjilq2bIfG3aDgtWNCCOi-3M7NZx5A 133
geoana-0.6.0.dist-info/METADATA sha256=9sw4VealqNt0DXNANci1UVFngi-wb4SHF_ksstc2cAE 6084
geoana-0.6.0.dist-info/LICENSE sha256=CHFVKDKNonYhNMeUxTBs98V1Nr1KXl7oZhtmu_3n80w 1068
geoana-0.6.0.dist-info/RECORD