Commit 632a10a 1 parent 11407bc commit 632a10a Copy full SHA for 632a10a
File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,22 @@ Supports all compression formats allowed by the RINEX 2 and 3 standards:
7
7
* Hatanaka compression for Observation Data Files,
8
8
* LZW (.Z), gzip (.gz), bzip2 (.bz2) and .zip.
9
9
10
- ## Usage
10
+ ## Quick Start
11
11
12
- Usage is simple and straightforward.
12
+ ### Installation
13
+
14
+ Wheels are available from PyPI for Linux, MacOS and Windows. Python versions 3.6 and up are supported.
15
+
16
+ ``` bash
17
+ pip install hatanaka
18
+ ```
19
+
20
+ To ensure that everything is working as expected, it is recommended to also run the included tests.
21
+
22
+ ``` bash
23
+ pip install pytest
24
+ pytest --pyargs hatanaka
25
+ ```
13
26
14
27
### Python
15
28
@@ -57,20 +70,7 @@ rinex-compress 1lsu0010.21o
57
70
rinex-decompress < 1lsu0010.21d.Z | grep ' SYS / # / OBS TYPES'
58
71
```
59
72
60
- ## Installation
61
-
62
- Wheels are available from PyPI for Linux, MacOS and Windows. Python versions 3.6 and up are supported.
63
-
64
- ``` bash
65
- pip install hatanaka
66
- ```
67
-
68
- To ensure that everything is working as expected, it is recommended to also run the included tests.
69
-
70
- ``` bash
71
- pip install pytest
72
- pytest --pyargs hatanaka
73
- ```
73
+ ## Development
74
74
75
75
### Building from source
76
76
You can’t perform that action at this time.
0 commit comments