polyhedral-gravity 3.2rc1__cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 3.2.1rc1__cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.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
2
  Name: polyhedral-gravity
3
- Version: 3.2rc1
3
+ Version: 3.2.1rc1
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
  Home-page: UNKNOWN
6
6
  Author: Jonas Schuhmacher
@@ -27,9 +27,10 @@ License-File: LICENSE
27
27
 
28
28
  # polyhedral-gravity-model
29
29
 
30
+ [![DOI](https://joss.theoj.org/papers/10.21105/joss.06384/status.svg)](https://doi.org/10.21105/joss.06384)
31
+ ![GitHub](https://img.shields.io/github/license/esa/polyhedral-gravity-model)
30
32
  ![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)
31
33
  ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/esa/polyhedral-gravity-model/.github%2Fworkflows%2Fdocs.yml?logo=GitBook&label=Documentation)
32
- ![GitHub](https://img.shields.io/github/license/esa/polyhedral-gravity-model)
33
34
 
34
35
  ![PyPI](https://img.shields.io/pypi/v/polyhedral-gravity)
35
36
  ![Static Badge](https://img.shields.io/badge/platform-linux--64_%7C_win--64_%7C_osx--64_%7C_linux--arm64_%7C_osx--arm64-lightgrey)
@@ -61,12 +62,13 @@ License-File: LICENSE
61
62
  ## References
62
63
 
63
64
  This code is a validated implementation in C++17 of the Polyhedral Gravity Model
64
- by Tsoulis et al.. It was created in a collaborative project between
65
- TU Munich and ESA's Advanced Concepts Team. Please refer to the
66
- [project report](https://mediatum.ub.tum.de/doc/1695208/1695208.pdf)
67
- for extensive information about the theoretical background, related work,
68
- implementation & design decisions, application, verification,
69
- and runtime measurements of the presented code.
65
+ by Tsoulis et al.. Additionally, the model provides a Python binding.
66
+ It was initially created in a collaborative project between
67
+ TU Munich and ESA's Advanced Concepts Team.
68
+
69
+ If this implementation proves useful to you, please consider citing the
70
+ [accompanying paper](https://doi.org/10.21105/joss.06384)
71
+ published in the *Journal of Open Source Software*.
70
72
 
71
73
  The implementation is based on the
72
74
  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)
@@ -279,12 +281,12 @@ The project uses the following dependencies,
279
281
  all of them are **automatically** set-up via CMake:
280
282
 
281
283
  - GoogleTest (1.13.0 or compatible), only required for testing
282
- - spdlog (1.11.0 or compatible), required for logging
284
+ - spdlog (1.13.0 or compatible), required for logging
283
285
  - tetgen (1.6 or compatible), required for I/O
284
- - yaml-cpp (0.7.0 or compatible), required for I/O
286
+ - yaml-cpp (0.8.0 or compatible), required for I/O
285
287
  - thrust (2.1.0 or compatible), required for parallelization and utility
286
288
  - xsimd (11.1.0 or compatible), required for vectorization of the `atan(..)`
287
- - pybind11 (2.10.4 or compatible), required for the Python interface, but not the C++ standalone
289
+ - pybind11 (2.12.0 or compatible), required for the Python interface, but not the C++ standalone
288
290
 
289
291
  The module will be build using a C++17 capable compiler,
290
292
  CMake. Just execute the following command in
@@ -0,0 +1,6 @@
1
+ polyhedral_gravity.cpython-36m-aarch64-linux-gnu.so,sha256=BSKV_QpbAtTi9aR8grQBoWVT0PFKAUvxWKGzrMjdMjE,1650072
2
+ polyhedral_gravity-3.2.1rc1.dist-info/LICENSE,sha256=ZJuIRhVUKcE6znMu3JzQKChvng_3yKh9v3v1MtHspHw,36310
3
+ polyhedral_gravity-3.2.1rc1.dist-info/METADATA,sha256=nP4AhucBUYeFhiGojhTZ4VAeczYy9G6FYV_6uC_iH8Q,17576
4
+ polyhedral_gravity-3.2.1rc1.dist-info/top_level.txt,sha256=bIf9hErNs1GV27AnQWoRTE2j0lRmjhrKI1z-_MTR4Nk,19
5
+ polyhedral_gravity-3.2.1rc1.dist-info/RECORD,,
6
+ polyhedral_gravity-3.2.1rc1.dist-info/WHEEL,sha256=ZPo-cudG-FPYxyq1LXmKAMnRyaidvTmBVvSIj1CJfHY,152
@@ -1,6 +0,0 @@
1
- polyhedral_gravity.cpython-36m-aarch64-linux-gnu.so,sha256=tUm3sUuqSHW2Yzi10HLONva-yBmRUO09goTWoC9Qjy0,1716392
2
- polyhedral_gravity-3.2rc1.dist-info/LICENSE,sha256=ZJuIRhVUKcE6znMu3JzQKChvng_3yKh9v3v1MtHspHw,36310
3
- polyhedral_gravity-3.2rc1.dist-info/METADATA,sha256=02Zq7K4NGbATO3xo5zzVUI7gjbnsVFPKfEMwQORFXn8,17494
4
- polyhedral_gravity-3.2rc1.dist-info/RECORD,,
5
- polyhedral_gravity-3.2rc1.dist-info/top_level.txt,sha256=bIf9hErNs1GV27AnQWoRTE2j0lRmjhrKI1z-_MTR4Nk,19
6
- polyhedral_gravity-3.2rc1.dist-info/WHEEL,sha256=ZPo-cudG-FPYxyq1LXmKAMnRyaidvTmBVvSIj1CJfHY,152