polyhedral-gravity 3.2__cp39-cp39-win_amd64.whl → 3.2.1__cp39-cp39-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
- Name: polyhedral-gravity
3
- Version: 3.2
2
+ Name: polyhedral_gravity
3
+ Version: 3.2.1
4
4
  Summary: Package to compute full gravity tensor of a given constant density polyhedron for arbitrary points according to the geodetic convention
5
5
  Author: Jonas Schuhmacher
6
6
  Author-email: jonas.schuhmacher@tum.de
@@ -25,9 +25,10 @@ License-File: LICENSE
25
25
 
26
26
  # polyhedral-gravity-model
27
27
 
28
+ [![DOI](https://joss.theoj.org/papers/10.21105/joss.06384/status.svg)](https://doi.org/10.21105/joss.06384)
29
+ ![GitHub](https://img.shields.io/github/license/esa/polyhedral-gravity-model)
28
30
  ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/esa/polyhedral-gravity-model/.github%2Fworkflows%2Fbuild-and-test.yml?logo=GitHub%20Actions&label=Build%20and%20Test)
29
31
  ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/esa/polyhedral-gravity-model/.github%2Fworkflows%2Fdocs.yml?logo=GitBook&label=Documentation)
30
- ![GitHub](https://img.shields.io/github/license/esa/polyhedral-gravity-model)
31
32
 
32
33
  ![PyPI](https://img.shields.io/pypi/v/polyhedral-gravity)
33
34
  ![Static Badge](https://img.shields.io/badge/platform-linux--64_%7C_win--64_%7C_osx--64_%7C_linux--arm64_%7C_osx--arm64-lightgrey)
@@ -59,12 +60,13 @@ License-File: LICENSE
59
60
  ## References
60
61
 
61
62
  This code is a validated implementation in C++17 of the Polyhedral Gravity Model
62
- by Tsoulis et al.. It was created in a collaborative project between
63
- TU Munich and ESA's Advanced Concepts Team. Please refer to the
64
- [project report](https://mediatum.ub.tum.de/doc/1695208/1695208.pdf)
65
- for extensive information about the theoretical background, related work,
66
- implementation & design decisions, application, verification,
67
- and runtime measurements of the presented code.
63
+ by Tsoulis et al.. Additionally, the model provides a Python binding.
64
+ It was initially created in a collaborative project between
65
+ TU Munich and ESA's Advanced Concepts Team.
66
+
67
+ If this implementation proves useful to you, please consider citing the
68
+ [accompanying paper](https://doi.org/10.21105/joss.06384)
69
+ published in the *Journal of Open Source Software*.
68
70
 
69
71
  The implementation is based on the
70
72
  paper [Tsoulis, D., 2012. Analytical computation of the full gravity tensor of a homogeneous arbitrarily shaped polyhedral source using line integrals. Geophysics, 77(2), pp.F1-F11.](http://dx.doi.org/10.1190/geo2010-0334.1)
@@ -322,14 +324,14 @@ cmake --build .
322
324
 
323
325
  The following options are available:
324
326
 
325
- | Name (Default) | Options |
326
- |-------------------------------------------:|:-------------------------------------------------------------------------------------------|
327
- | POLYHEDRAL_GRAVITY_PARALLELIZATION (`CPP`) | `CPP` = Serial Execution / `OMP` or `TBB` = Parallel Execution with OpenMP or Intel\'s TBB |
328
- | LOGGING_LEVEL (`2`) | `0` = TRACE/ `1` = DEBUG/ `2` = INFO / `3` = WARN/ `4` = ERROR/ `5` = CRITICAL/ `6` = OFF |
329
- | USE_LOCAL_TBB (`OFF`) | Use a local installation of `TBB` instead of setting it up via `CMake` |
330
- | BUILD_POLYHEDRAL_GRAVITY_DOCS (`OFF`) | Build this documentation |
331
- | BUILD_POLYHEDRAL_GRAVITY_TESTS (`ON`) | Build the Tests |
332
- | BUILD_POLYHEDRAL_PYTHON_INTERFACE (`ON`) | Build the Python interface |
327
+ | Name (Default) | Options |
328
+ |-------------------------------------------:|:--------------------------------------------------------------------------------------------|
329
+ | POLYHEDRAL_GRAVITY_PARALLELIZATION (`CPP`) | `CPP` = Serial Execution / `OMP` or `TBB` = Parallel Execution with OpenMP or Intel\'s TBB |
330
+ | LOGGING_LEVEL (`INFO`) | `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`, `CRITICAL`, `OFF` |
331
+ | USE_LOCAL_TBB (`OFF`) | Use a local installation of `TBB` instead of setting it up via `CMake` |
332
+ | BUILD_POLYHEDRAL_GRAVITY_DOCS (`OFF`) | Build this documentation |
333
+ | BUILD_POLYHEDRAL_GRAVITY_TESTS (`ON`) | Build the Tests |
334
+ | BUILD_POLYHEDRAL_PYTHON_INTERFACE (`ON`) | Build the Python interface |
333
335
 
334
336
  During testing POLYHEDRAL_GRAVITY_PARALLELIZATION=`TBB` has been the most performant.
335
337
  It is further not recommend to change the LOGGING_LEVEL to something else than `INFO=2`.
@@ -0,0 +1,6 @@
1
+ polyhedral_gravity.cp39-win_amd64.pyd,sha256=GLmbQFBoWWYEg8-1JYh-hd_W9983DC0v6Z55MNpgQUc,1183744
2
+ polyhedral_gravity-3.2.1.dist-info/LICENSE,sha256=cZuYeTT-iPE-aCqNISUCPMeVYrp_tMQZaDsaHg1zgrs,37006
3
+ polyhedral_gravity-3.2.1.dist-info/METADATA,sha256=93FAjImUNlN5wkvC3hyiTEhCsrCXG2pEKzE3gaagrVM,17950
4
+ polyhedral_gravity-3.2.1.dist-info/WHEEL,sha256=5d6MyFYbKgLEhFGxZbx5nl3ozkCQkEJFf-skCj-VF3Y,99
5
+ polyhedral_gravity-3.2.1.dist-info/top_level.txt,sha256=bIf9hErNs1GV27AnQWoRTE2j0lRmjhrKI1z-_MTR4Nk,19
6
+ polyhedral_gravity-3.2.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: setuptools (74.1.2)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp39-cp39-win_amd64
5
5
 
Binary file
@@ -1,6 +0,0 @@
1
- polyhedral_gravity.cp39-win_amd64.pyd,sha256=MAhSZVaseAyonkzk_9VC8jBcn3tZmzYLsDPxlwDCDQQ,1181184
2
- polyhedral_gravity-3.2.dist-info/LICENSE,sha256=cZuYeTT-iPE-aCqNISUCPMeVYrp_tMQZaDsaHg1zgrs,37006
3
- polyhedral_gravity-3.2.dist-info/METADATA,sha256=mpWWRC9U5XFh8lcxR6xmbN4DRlGTVvaEl2mmKpOrL0k,17858
4
- polyhedral_gravity-3.2.dist-info/WHEEL,sha256=eep6QWEFiQfg2wcclssb_WY-D33AnLYLnEKGA9Rn-VU,100
5
- polyhedral_gravity-3.2.dist-info/top_level.txt,sha256=bIf9hErNs1GV27AnQWoRTE2j0lRmjhrKI1z-_MTR4Nk,19
6
- polyhedral_gravity-3.2.dist-info/RECORD,,