shipgrav 1.0.0__py2.py3-none-any.whl → 1.0.2__py2.py3-none-any.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.
shipgrav/__init__.py CHANGED
@@ -9,7 +9,11 @@ DGS gravimeters output two types of files: serial, or 'raw' files; and 'laptop'
9
9
  Installation
10
10
  ------------
11
11
 
12
- shipgrav can be installed from the source files (`available on github <https://github.com/PFPE/shipgrav>`_) using ``pip``.
12
+ shipgrav can be installed from `PyPI <https://pypi.org/project/shipgrav/>`_ using ``pip``. we recommend using an environment management tool like `conda <https://anaconda.org>`_. An exemplary set of commands to make a conda enviroment with shipgrav would be: ::
13
+
14
+ conda create --name shipgrav numpy scipy pandas statsmodels tomli pyyaml matplotlib
15
+ conda activate shipgrav
16
+ pip install shipgrav
13
17
 
14
18
  shipgrav's dependencies are
15
19
 
@@ -22,14 +26,7 @@ shipgrav's dependencies are
22
26
  * pyyaml
23
27
  * matplotlib (optional, needed to run some of the example scripts)
24
28
 
25
- To install shipgrav, we recommend using an environment management tool like `conda <https://anaconda.org>`_. An exemplary set of commands to make a conda enviroment with shipgrav would be: ::
26
-
27
- conda create --name shipgrav numpy scipy pandas statsmodels tomli pyyaml matplotlib
28
- conda activate shipgrav
29
- cd /path/to/put/source/files
30
- git clone https://github.com/PFPE/shipgrav.git
31
- cd shipgrav/
32
- pip install .
29
+ The example scripts are `available on github <https://github.com/PFPE/shipgrav>`_. They are not packaged with the PyPI package and must be downloaded separately.
33
30
 
34
31
  Modules and files
35
32
  -----------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: shipgrav
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: Functions for marine gravity data processing and reduction
5
5
  Author-email: "Hannah F. Mark" <hmark@whoi.edu>
6
6
  Maintainer-email: "Hannah F. Mark" <hmark@whoi.edu>
@@ -9,13 +9,14 @@ Keywords: UNOLS,gravimetry,marine gravity
9
9
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
10
10
  Classifier: Operating System :: OS Independent
11
11
  Classifier: Programming Language :: Python :: 3
12
- Requires-Dist: matplotlib
13
12
  Requires-Dist: numpy
14
13
  Requires-Dist: pandas
15
14
  Requires-Dist: pyyaml
16
15
  Requires-Dist: scipy
17
16
  Requires-Dist: statsmodels
18
17
  Requires-Dist: tomli
18
+ Provides-Extra: examples
19
+ Requires-Dist: matplotlib; extra == 'examples'
19
20
  Description-Content-Type: text/markdown
20
21
 
21
22
  # shipgrav
@@ -35,7 +36,7 @@ pyyaml
35
36
  To run the example scripts, you will also need matplotlib.
36
37
 
37
38
  ## Installation
38
- shipgrav can be installed using `pip`. Detailed instructions are in the [documentation](https://shipgrav.readthedocs.io/).
39
+ shipgrav can be installed from PyPI using `pip`. Detailed instructions are in the [documentation](https://shipgrav.readthedocs.io/).
39
40
 
40
41
  ## Documentation and usage
41
42
  The shipgrav documentation is available online at [shipgrav.readthedocs.io](https://shipgrav.readthedocs.io/). It can also be accessed offline by building the contents of the `docs` folder using sphinx.
@@ -1,4 +1,4 @@
1
- shipgrav/__init__.py,sha256=oLzfXDKCuKsg3qHtE7Pg_8sxUkavmlfn1VkN5J36nWQ,11043
1
+ shipgrav/__init__.py,sha256=hkdZdfpVRK4AIdSk99WM6tJaMYmYNMQ6TU11qk2thDY,11058
2
2
  shipgrav/database.toml,sha256=qRSZBRsoMsbyhjkaYlXsWtVDz3JAhoW-cYfSoo8U3K4,532
3
3
  shipgrav/grav.py,sha256=OQK2HNiZtLlycjVwidpD902K08NaWbZXnjZSbjyPF8I,43410
4
4
  shipgrav/io.py,sha256=j9uy5z-CqhkUN4T-3iW5o5-cRLgjoGwfNc4o7cjw_pA,29273
@@ -18,7 +18,7 @@ shipgrav/tests/ex_files/SR2312_dgs_raw.txt,sha256=rTlIn75MBICBjnkjcn9SPCwpC5J3lM
18
18
  shipgrav/tests/ex_files/SR2312_mru.txt,sha256=YBM4qy4BS_D0U4ngEyoIFZr4QQbMWQgEO681fVEmgYM,1060
19
19
  shipgrav/tests/ex_files/TN400_bgm.Raw,sha256=DL7T2aJednjGLMKJo6K8KcUYLMjQCiv6bsUiczlVwKw,74
20
20
  shipgrav/tests/ex_files/TN400_nav.Raw,sha256=66dgRQTXjf0JItMWE1ZGUO6NptrGqV6JyN2wdYe5bW8,194
21
- shipgrav-1.0.0.dist-info/METADATA,sha256=Ou01ttXgo18YQDfv2EngjSm-paE81HEqzkZN2Fd7H8A,1745
22
- shipgrav-1.0.0.dist-info/WHEEL,sha256=fl6v0VwpzfGBVsGtkAkhILUlJxROXbA3HvRL6Fe3140,105
23
- shipgrav-1.0.0.dist-info/licenses/LICENSE,sha256=5X8cMguM-HmKfS_4Om-eBqM6A1hfbgZf6pfx2G24QFI,35150
24
- shipgrav-1.0.0.dist-info/RECORD,,
21
+ shipgrav-1.0.2.dist-info/METADATA,sha256=aDE--gWj6U7q4-I37DIoosd4Tw6q2OE3QNqd-A9d8Og,1801
22
+ shipgrav-1.0.2.dist-info/WHEEL,sha256=fl6v0VwpzfGBVsGtkAkhILUlJxROXbA3HvRL6Fe3140,105
23
+ shipgrav-1.0.2.dist-info/licenses/LICENSE,sha256=5X8cMguM-HmKfS_4Om-eBqM6A1hfbgZf6pfx2G24QFI,35150
24
+ shipgrav-1.0.2.dist-info/RECORD,,