Skip to content

Commit 867d70f

Browse files
committed
de-linting
1 parent 94f9e9b commit 867d70f

File tree

3 files changed

+37
-22
lines changed

3 files changed

+37
-22
lines changed

Diff for: ruminations/README.md

+29-14
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,36 @@
44

55
- You just need a brief, self contained introduction to Rust Geodesy?
66

7-
Jump directly to [Rumination 009](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/009-rumination.md): Teach yourself Geodesy in less than 900 seconds (of arc)
7+
Jump directly to
8+
[Rumination 009](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/009-rumination.md):
9+
Teach yourself Geodesy in less than 900 seconds (of arc)
810

911
## All ruminations
1012

11-
If you have plenty of time, feel free to work your way through, and ruminate over, all the ruminations:
13+
If you have plenty of time, feel free to work your way through, and ruminate over,
14+
all the ruminations:
1215

13-
- [Rumination 000](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/000-rumination.md): Overall architecture and philosophy
14-
- [Rumination 001](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/001-rumination.md): A few words about an often-seen pipeline
15-
- [Rumination 002](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/002-rumination.md): The missing manual
16-
- [Rumination 003](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/003-rumination.md): kp - the RG Coordinate Processing program
17-
- [Rumination 004](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/004-rumination.md): Why Rust Geodesy - some background
18-
- [Rumination 005](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/005-rumination.md): Divided by a common language
19-
- [Rumination 006](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/006-rumination.md): Still confused, but at a higher level
20-
- [Rumination 007](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/007-rumination.md): Operator parameter introspection
21-
- [Rumination 008](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/008-rumination.md): Geodesy from a PROJ perspective
22-
- [Rumination 009](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/009-rumination.md): Teach yourself Geodesy in less than 900 seconds (of arc)
23-
- [Rumination 010](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/010-rumination.md): What's wrong with ISO 19111?
24-
- [Rumination 011](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/011-rumination.md): Some potential elements of an introduction to a revised version of ISO 19111/OGC topic 2
16+
- [Rumination 000](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/000-rumination.md):
17+
Overall architecture and philosophy
18+
- [Rumination 001](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/001-rumination.md):
19+
A few words about an often-seen pipeline
20+
- [Rumination 002](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/002-rumination.md):
21+
The missing manual
22+
- [Rumination 003](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/003-rumination.md):
23+
kp - the RG Coordinate Processing program
24+
- [Rumination 004](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/004-rumination.md):
25+
Why Rust Geodesy - some background
26+
- [Rumination 005](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/005-rumination.md):
27+
Divided by a common language
28+
- [Rumination 006](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/006-rumination.md):
29+
Still confused, but at a higher level
30+
- [Rumination 007](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/007-rumination.md):
31+
Operator parameter introspection
32+
- [Rumination 008](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/008-rumination.md):
33+
Geodesy from a PROJ perspective
34+
- [Rumination 009](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/009-rumination.md):
35+
Teach yourself Geodesy in less than 900 seconds (of arc)
36+
- [Rumination 010](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/010-rumination.md):
37+
What's wrong with ISO 19111?
38+
- [Rumination 011](https://github.com/busstoptaktik/geodesy/blob/main/ruminations/011-rumination.md):
39+
Some potential elements of an introduction to a revised version of ISO 19111/OGC topic 2

Diff for: src/coordinate/set.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,11 @@ macro_rules! coordinate_set_impl_3d_subset {
150150
/// this will usually be what you need:
151151
///
152152
/// - The `0` as the third coordinate will make transformations behave as if the points
153-
/// are placed immediately on the reference ellipsoid, `h==0`
153+
/// are placed immediately on the reference ellipsoid, `h==0`
154154
///
155155
/// - The `f64::NAN` as the fourth coordinate will spill into the plane coordinate
156-
/// values if passing these static coordinates through any dynamic transformations,
157-
/// requiring a proper time coordinate, hence giving a very noisy debugging signal
156+
/// values if passing these static coordinates through any dynamic transformations,
157+
/// requiring a proper time coordinate, hence giving a very noisy debugging signal
158158
///
159159
/// If other fixed values for third and fourth coordinate are needed, the
160160
/// `CoordinateSet` trait is also blanket-implemented for the tuple

Diff for: src/token/mod.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -199,17 +199,17 @@ where
199199
///
200200
/// ## Ellipsoid definitions
201201
/// - Geodesy only supports a limited set of builtin ellipsoids OR or definition
202-
/// via semi-major and reverse-flattening parameters `ellps=a,rf`.
202+
/// via semi-major and reverse-flattening parameters `ellps=a,rf`.
203203
/// - PROJ has [richer ellipsoid](https://proj.org/en/9.3/usage/ellipsoids.html#ellipsoid-size-parameters)
204-
/// support which *parse_proj* provides partial support for.
204+
/// support which *parse_proj* provides partial support for.
205205
/// - Specifically if an ellipsoid is defined via `a` and `rf` parameters, *parse_proj*
206-
/// will redefine them as `ellps=a,rf` and remove the `a` and `rf` parameters.
206+
/// will redefine them as `ellps=a,rf` and remove the `a` and `rf` parameters.
207207
/// - All other cases supported by PROJ are NOT handled by *parse_proj* and will
208-
/// fail when instantiating the operator.
208+
/// fail when instantiating the operator.
209209
///
210210
/// ## Scaling via `k` parameter
211211
/// - PROJ still supports the deprecated `k` parameter. Most output from `projinfo` will
212-
/// have the scaling defined as `k` instead of `k_0`.
212+
/// have the scaling defined as `k` instead of `k_0`.
213213
/// - *parse_proj* will replace `k` with `k_0` whenever it is encountered.
214214
///
215215
pub fn parse_proj(definition: &str) -> Result<String, Error> {

0 commit comments

Comments
 (0)