irox-carto 0.6.3

Cartographic & Geospatial Library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405



## v0.6.3 (2025-01-26)

### Chore

 - <csr-id-bad3955a8da0b295db8543b867dc418b8d3d667c/> Cleanup lints with new math macros

### New Features

 - <csr-id-8270cefc0903fafcf39d8b206a250403df3c79e9/> fixup nostd support in carto
 - <csr-id-087ade571cf29d53d8bd391aceec324bdf66b937/> put additional windows support behind feature gate 'windows'
 - <csr-id-1b47cb63546d1ff499dcf49e3d862f58c6c927b5/> new LocalENU converter
 - <csr-id-7f5bac909bd4cc71ae99ee8a3d02cabc66ca42f6/> new specific WGS84ECEF conversion to short-circuit some ellpipsoid checks
 - <csr-id-bd0c627afc8f54acb74e56a9e3c6073d3608879f/> add specific ENUPosition, NEDPosition types
 - <csr-id-2329e5f2ce482edaaba079ee14b199a2d234e9e7/> pivot AbsoluteCoordinate to be ECEF rather than plain cartesian
 - <csr-id-18fac2cf5ea0d86cca127843b603b834b4c70261/> explicit conversions to ellipse/ellipsoid/shape
 - <csr-id-2f2c19a3836375cb1ab3dce94f8112a9c2dbc384/> impl ECEF/Geocentric conversions

### Commit Statistics

<csr-read-only-do-not-edit/>

 - 9 commits contributed to the release over the course of 35 calendar days.
 - 43 days passed between releases.
 - 9 commits were understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Fixup nostd support in carto ([`8270cef`]https://github.com/spmadden/irox/commit/8270cefc0903fafcf39d8b206a250403df3c79e9)
    - Put additional windows support behind feature gate 'windows' ([`087ade5`]https://github.com/spmadden/irox/commit/087ade571cf29d53d8bd391aceec324bdf66b937)
    - New LocalENU converter ([`1b47cb6`]https://github.com/spmadden/irox/commit/1b47cb63546d1ff499dcf49e3d862f58c6c927b5)
    - New specific WGS84ECEF conversion to short-circuit some ellpipsoid checks ([`7f5bac9`]https://github.com/spmadden/irox/commit/7f5bac909bd4cc71ae99ee8a3d02cabc66ca42f6)
    - Add specific ENUPosition, NEDPosition types ([`bd0c627`]https://github.com/spmadden/irox/commit/bd0c627afc8f54acb74e56a9e3c6073d3608879f)
    - Pivot AbsoluteCoordinate to be ECEF rather than plain cartesian ([`2329e5f`]https://github.com/spmadden/irox/commit/2329e5f2ce482edaaba079ee14b199a2d234e9e7)
    - Explicit conversions to ellipse/ellipsoid/shape ([`18fac2c`]https://github.com/spmadden/irox/commit/18fac2cf5ea0d86cca127843b603b834b4c70261)
    - Impl ECEF/Geocentric conversions ([`2f2c19a`]https://github.com/spmadden/irox/commit/2f2c19a3836375cb1ab3dce94f8112a9c2dbc384)
    - Cleanup lints with new math macros ([`bad3955`]https://github.com/spmadden/irox/commit/bad3955a8da0b295db8543b867dc418b8d3d667c)
</details>

## v0.6.2 (2024-12-13)

### New Features

 - <csr-id-83c359bd88322ed9c130c54501550544803886de/> basic lcc impl - needs more tests

### Commit Statistics

<csr-read-only-do-not-edit/>

 - 2 commits contributed to the release over the course of 13 calendar days.
 - 285 days passed between releases.
 - 1 commit was understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Release irox-carto v0.6.2 ([`3d14877`]https://github.com/spmadden/irox/commit/3d14877e65e772f254e351eb6ee8eb42e2a4b014)
    - Basic lcc impl - needs more tests ([`83c359b`]https://github.com/spmadden/irox/commit/83c359bd88322ed9c130c54501550544803886de)
</details>

## v0.6.1 (2024-03-03)

<csr-id-300356f119c976f98a230fc37ce7c43e6bd1a9e0/>

### Chore

 - <csr-id-300356f119c976f98a230fc37ce7c43e6bd1a9e0/> clean up new lints for 1.75

### Commit Statistics

<csr-read-only-do-not-edit/>

 - 2 commits contributed to the release over the course of 6 calendar days.
 - 50 days passed between releases.
 - 1 commit was understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Release irox-carto v0.6.1 ([`08211f8`]https://github.com/spmadden/irox/commit/08211f8152a1b9108f33f2ca371a34f3a791d98b)
    - Clean up new lints for 1.75 ([`300356f`]https://github.com/spmadden/irox/commit/300356f119c976f98a230fc37ce7c43e6bd1a9e0)
</details>

## v0.6.0 (2024-01-13)

<csr-id-0fc37b1a2d545e8d6479443f2a55b3ad64bf5a39/>

### Chore

 - <csr-id-0fc37b1a2d545e8d6479443f2a55b3ad64bf5a39/> fixup newline formatting

### Commit Statistics

<csr-read-only-do-not-edit/>

 - 3 commits contributed to the release.
 - 45 days passed between releases.
 - 1 commit was understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Release irox-carto v0.6.0 ([`b18db22`]https://github.com/spmadden/irox/commit/b18db22808055cd828d1bd225feb7a6670d046df)
    - Release irox-tools v0.5.0, safety bump 17 crates ([`a46e9e2`]https://github.com/spmadden/irox/commit/a46e9e2da699f6ccd3a85b660014f0e15e59c0d0)
    - Fixup newline formatting ([`0fc37b1`]https://github.com/spmadden/irox/commit/0fc37b1a2d545e8d6479443f2a55b3ad64bf5a39)
</details>

## v0.5.0 (2023-11-28)

<csr-id-88ebfb5deea5508ca54f4aaab62f6fd5a36f531c/>
<csr-id-8dac28062fabe59a155f04de03a0f2429a655f6a/>
<csr-id-310985b4d9166fa77b198ca16f5c1f125506c615/>

### Chore

 - <csr-id-88ebfb5deea5508ca54f4aaab62f6fd5a36f531c/> pivot to using Cargo.toml workspace lints
 - <csr-id-8dac28062fabe59a155f04de03a0f2429a655f6a/> remove unused dependencies

### New Features

 - <csr-id-5c80a81df3d651e32aa37ca7f7f33b0e01b281b1/> new PositionsBuilder and WGS84PositionBuilder
 - <csr-id-5e4c0c9b9c524fbb66ac50f11bfc0503be8fe27f/> Add new 'Positions' structs to represent the same position

### Other

 - <csr-id-310985b4d9166fa77b198ca16f5c1f125506c615/> update/add docs to carto module

### Commit Statistics

<csr-read-only-do-not-edit/>

 - 7 commits contributed to the release over the course of 23 calendar days.
 - 5 commits were understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Release irox-carto v0.5.0 ([`a74be9f`]https://github.com/spmadden/irox/commit/a74be9f9d18eba26d661f6abd9faf4771762edaa)
    - Pivot to using Cargo.toml workspace lints ([`88ebfb5`]https://github.com/spmadden/irox/commit/88ebfb5deea5508ca54f4aaab62f6fd5a36f531c)
    - New PositionsBuilder and WGS84PositionBuilder ([`5c80a81`]https://github.com/spmadden/irox/commit/5c80a81df3d651e32aa37ca7f7f33b0e01b281b1)
    - Add new 'Positions' structs to represent the same position ([`5e4c0c9`]https://github.com/spmadden/irox/commit/5e4c0c9b9c524fbb66ac50f11bfc0503be8fe27f)
    - Update/add docs to carto module ([`310985b`]https://github.com/spmadden/irox/commit/310985b4d9166fa77b198ca16f5c1f125506c615)
    - Remove unused dependencies ([`8dac280`]https://github.com/spmadden/irox/commit/8dac28062fabe59a155f04de03a0f2429a655f6a)
    - Release irox-tools v0.3.2, irox-time v0.3.0, irox-log v0.1.0, safety bump 8 crates ([`9c08793`]https://github.com/spmadden/irox/commit/9c0879320a17a94fa7a4169426de4d9d3b62395e)
</details>

## v0.4.0 (2023-10-29)

### New Features

 - <csr-id-a28f0b79d70f81e08545664b44ba91358dfc6056/> Add ISO-3166-1 Country Codes

### New Features (BREAKING)

 - <csr-id-03c0d132037144838952b786b2ac49acb5c177d8/> pivot carto to use irox_time

### Commit Statistics

<csr-read-only-do-not-edit/>

 - 4 commits contributed to the release over the course of 9 calendar days.
 - 14 days passed between releases.
 - 2 commits were understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Release irox-carto v0.4.0 ([`6d2e0a6`]https://github.com/spmadden/irox/commit/6d2e0a65a94d9b8e230e547951c6d15d96f49259)
    - Release irox-tools v0.3.0, safety bump 12 crates ([`eb83b27`]https://github.com/spmadden/irox/commit/eb83b27b20c23e51e5b0fc3b7b3704e2c03af46c)
    - Add ISO-3166-1 Country Codes ([`a28f0b7`]https://github.com/spmadden/irox/commit/a28f0b79d70f81e08545664b44ba91358dfc6056)
    - Pivot carto to use irox_time ([`03c0d13`]https://github.com/spmadden/irox/commit/03c0d132037144838952b786b2ac49acb5c177d8)
</details>

## v0.3.0 (2023-10-15)

### Documentation

 - <csr-id-13ae74c7a318037939a4604a28a1cf33d87741a0/> update docs for rustdoc-lints

### New Features

 - <csr-id-8dc3f98d6b32d735c009468feb0ba32dc367d49a/> bump versions for release

### Commit Statistics

<csr-read-only-do-not-edit/>

 - 4 commits contributed to the release.
 - 7 days passed between releases.
 - 2 commits were understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Release irox-carto v0.3.0, irox-csv v0.3.0, irox-egui-extras v0.3.0, irox-gpx v0.2.0, irox-influxdb_v1 v0.3.0, irox-nmea0183 v0.2.0, irox-raymarine-sonar v0.2.0, irox-time v0.1.0, irox-winlocation-api v0.2.0, irox v0.3.0 ([`dfa6258`]https://github.com/spmadden/irox/commit/dfa6258b8f93f6d27b85d2f3f4e209599a8168ad)
    - Release irox-units v0.3.0, irox-carto v0.3.0, irox-csv v0.3.0, irox-egui-extras v0.3.0, irox-gpx v0.2.0, irox-influxdb_v1 v0.3.0, irox-nmea0183 v0.2.0, irox-raymarine-sonar v0.2.0, irox-time v0.1.0, irox-winlocation-api v0.2.0, irox v0.3.0, safety bump 2 crates ([`a6c0a5f`]https://github.com/spmadden/irox/commit/a6c0a5fcfc4070b8cbc1442192b7eaef275e80f2)
    - Bump versions for release ([`8dc3f98`]https://github.com/spmadden/irox/commit/8dc3f98d6b32d735c009468feb0ba32dc367d49a)
    - Update docs for rustdoc-lints ([`13ae74c`]https://github.com/spmadden/irox/commit/13ae74c7a318037939a4604a28a1cf33d87741a0)
</details>

## v0.2.1 (2023-10-07)

### New Features

 - <csr-id-0ca32de4b606ac9b325a9557429526ff8835a8f2/> add mercator math doc
 - <csr-id-003f7570bda275fcd4c694a4de43e078486ea695/> impl Display for DOP
 - <csr-id-2029fee39b392285b8d469456c9a3fc3bb6ac972/> CartesianCoordinate has altitude, time, and uncertainty
 - <csr-id-7102fbeec6a8bb4ac013f9821ba1eff22d4e1de0/> Adding navionics mercator projection info

### Bug Fixes

 - <csr-id-a66b682ec64eb780a80dd3e9675c24abe7e5e4b1/> fix win timestamp conversion in EllipticalCoordinate
 - <csr-id-c5154cecff96fb98c77c9e9a7d1948f38bd5fe18/> don't get clever in EllipticCoordinate::Display for timestamp

### Commit Statistics

<csr-read-only-do-not-edit/>

 - 7 commits contributed to the release over the course of 19 calendar days.
 - 19 days passed between releases.
 - 6 commits were understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Release irox-tools v0.2.1, irox-carto v0.2.1, irox-egui-extras v0.2.1, irox-gpx v0.1.0, irox-types v0.2.1, irox-structs_derive v0.2.1, irox-raymarine-sonar v0.1.0, irox-stats v0.2.1, irox-winlocation-api v0.1.1, irox v0.2.1 ([`68d770b`]https://github.com/spmadden/irox/commit/68d770bb78abe49bf30364ca17ddb6f7bfda05d9)
    - Add mercator math doc ([`0ca32de`]https://github.com/spmadden/irox/commit/0ca32de4b606ac9b325a9557429526ff8835a8f2)
    - Impl Display for DOP ([`003f757`]https://github.com/spmadden/irox/commit/003f7570bda275fcd4c694a4de43e078486ea695)
    - CartesianCoordinate has altitude, time, and uncertainty ([`2029fee`]https://github.com/spmadden/irox/commit/2029fee39b392285b8d469456c9a3fc3bb6ac972)
    - Adding navionics mercator projection info ([`7102fbe`]https://github.com/spmadden/irox/commit/7102fbeec6a8bb4ac013f9821ba1eff22d4e1de0)
    - Fix win timestamp conversion in EllipticalCoordinate ([`a66b682`]https://github.com/spmadden/irox/commit/a66b682ec64eb780a80dd3e9675c24abe7e5e4b1)
    - Don't get clever in EllipticCoordinate::Display for timestamp ([`c5154ce`]https://github.com/spmadden/irox/commit/c5154cecff96fb98c77c9e9a7d1948f38bd5fe18)
</details>

## v0.2.0 (2023-09-17)

<csr-id-f03d8a3ec997d53470bfdeb5e76b71925aac3f10/>
<csr-id-80d2b88bdcb553faaeafc09673c31d7ebedafd19/>
<csr-id-b9a0ae0ccb51682bd9c36e9ab198f38634a62ade/>
<csr-id-1a365333397b02a5f911d0897c3bf0c80f6c2b80/>
<csr-id-5c178560becc0b665d70be2d99a1cffad3ba4284/>
<csr-id-6fa2e180f0c44bb4cbf76738acdda5631ecea20e/>
<csr-id-8ef5bb6167b6fae09c73e2ccfe8ff4fe862c7ac9/>
<csr-id-5d31a592ac1abf6e3e616e65f7a5b8d699558fb2/>
<csr-id-49d55665ffd9ebcfe0394e40cb36bcc35a6a72f9/>
<csr-id-553cfcabf7e0a3066eeb646952f8271ac0887208/>

### Chore

 - <csr-id-f03d8a3ec997d53470bfdeb5e76b71925aac3f10/> clean up code with additional lints
 - <csr-id-80d2b88bdcb553faaeafc09673c31d7ebedafd19/> update cargo.tomls to add repository
 - <csr-id-b9a0ae0ccb51682bd9c36e9ab198f38634a62ade/> fix new formatting errors from rust 1.72 upgrade
 - <csr-id-1a365333397b02a5f911d0897c3bf0c80f6c2b80/> setting up blank changelogs for the modules

### New Features

 - <csr-id-38072c3b5e21ad15a1de0642c8fb06f599690a28/> Impl MaybeFrom for DilutionOfPrecision
 - <csr-id-9a92cc2420933c45fa9afe594c6ce61591548f6c/> Display impls for several structs
 - <csr-id-b180e4ee3e371453a2c9604b4647c12b8220538d/> new GPS receiver struct GPSFixTime and improvements to DOPs
 - <csr-id-3403b5e704481f5aed4a0b6bd115e3e2606b7afc/> Quick WGS84 check in EllipticalShape
 - <csr-id-1b6eeebb4b2f81e4d711f2eb7a4d2de75cbd86d4/> Impl Display for multiple types
 - <csr-id-6aa9d74db23a17bbf207e3f62be3b2314f9916bc/> Impl 'short_name' for AltitudeReferenceFrame
 - <csr-id-a72d1f7c975b038c275f76783138b1574b3c6744/> Impl 'name' for EllipticalShape
 - <csr-id-55233e236cd2f4f92a4d5e247dff7870c056ab40/> Refactor EllipticalShape EPSG into a u32 code
 - <csr-id-f4a505475ced355286aad1bf5a352b36beae9a00/> New ConvertError struct
 - <csr-id-91a282d78e559d6bb366176de68f96f5ce095ccc/> New GPS Dilution of Precision struct
 - <csr-id-c41735befd0db3522ab10fe307a1ca09b304d644/> New Elliptical Coordinate builder
 - <csr-id-c7f4ed6cd4b8caea41b285c9eae9c8e13d2f37f3/> New more-specific Absolute and Relative CoordinateTypes
 - <csr-id-219fa8665f7c822f262d2808c18a0641d2c44278/> New Elevation angle type
 - <csr-id-b6e6c2f0e7e28e802d66ccf5814a918f0eaf3562/> Uncertainties in EllipticalCoordinate
 - <csr-id-ed9b49d74156e41f64320c46995aefe85378f8e9/> Derive PartialEQ and others for Coordinate Types
 - <csr-id-23809bda079b871491e54c433ba0bb70936d8a77/> New 'Altitude' type with reference frames.
 - <csr-id-c088de020214e47f28391d0af5a64abe56ad185b/> prohibit unsafe code
 - <csr-id-6303361462db005a3b4a35a09e86ff7dc73e0a31/> Updating coordinates
 - <csr-id-f54b4332d0b784f29913fb0672b37d3d42fbb77e/> Add name to standard ellipsoids
 - <csr-id-4c29c32713706ec1fee5d5181f2fe81238396511/> Add additional GRS80, Airy ellipsoids
 - <csr-id-bcd3c93146a1dd96e0db7e589ed0fd4a06448640/> Inv TM tests
 - <csr-id-8b5f0f2146953c4abd1dc9a74f2f5a188a538ec3/> TM unidirectional
 - <csr-id-0d954875723b480c5738335764aefbdf94775936/> Basic EPSG3857 (SphericalMercator) impl
 - <csr-id-4850e84d1f4b418bfce5fc9941b86605178b3321/> First impls of projections

### Bug Fixes

 - <csr-id-527e19e5dfa73b2cd32fc88a30a3855d28d79333/> Cleanup formatting
 - <csr-id-24ebfad3be38a87c10b98b24cb75565fd010c4df/> fix clippy lint for slices
 - <csr-id-94039ac9daaed4e8c131f80007a11687653316a3/> grump. silly clippy fix off-by-one
 - <csr-id-a84feba7fc3566be534a3d572d93985bd3d773a9/> fix clippy lints
 - <csr-id-8a9f899448f9b0b995a3510510398828d49dda9e/> fmt
 - <csr-id-6a6902f1d0a8c3cd6cc839bbeb483eb3ed421690/> Fixing issue with 3857

### Other

 - <csr-id-5c178560becc0b665d70be2d99a1cffad3ba4284/> cleaning up clippy warnings
 - <csr-id-6fa2e180f0c44bb4cbf76738acdda5631ecea20e/> remove '*' versions
 - <csr-id-8ef5bb6167b6fae09c73e2ccfe8ff4fe862c7ac9/> exclude docs folder from publish
 - <csr-id-5d31a592ac1abf6e3e616e65f7a5b8d699558fb2/> add license headers
 - <csr-id-49d55665ffd9ebcfe0394e40cb36bcc35a6a72f9/> update metadata, prepare for release

### Refactor

 - <csr-id-553cfcabf7e0a3066eeb646952f8271ac0887208/> Move coordinate & geo from units

### Commit Statistics

<csr-read-only-do-not-edit/>

 - 43 commits contributed to the release over the course of 62 calendar days.
 - 40 commits were understood as [conventional]https://www.conventionalcommits.org.
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

 * **Uncategorized**
    - Release irox-enums_derive v0.2.0, irox-enums v0.2.0, irox-tools v0.2.0, irox-units v0.2.0, irox-carto v0.2.0, irox-csv v0.2.0, irox-egui-extras v0.2.0, irox-networking v0.2.0, irox-types v0.2.0, irox-influxdb_v1 v0.2.0, irox-structs_derive v0.2.0, irox-structs v0.2.0, irox-nmea0183 v0.1.0, irox-sirf v0.2.0, irox-stats v0.2.0, irox-winlocation-api v0.1.0, irox v0.2.0, safety bump 10 crates ([`6a72204`]https://github.com/spmadden/irox/commit/6a722046661ceef02a66c2067e2c5c15ce102e04)
    - Clean up code with additional lints ([`f03d8a3`]https://github.com/spmadden/irox/commit/f03d8a3ec997d53470bfdeb5e76b71925aac3f10)
    - Update cargo.tomls to add repository ([`80d2b88`]https://github.com/spmadden/irox/commit/80d2b88bdcb553faaeafc09673c31d7ebedafd19)
    - Fix new formatting errors from rust 1.72 upgrade ([`b9a0ae0`]https://github.com/spmadden/irox/commit/b9a0ae0ccb51682bd9c36e9ab198f38634a62ade)
    - Setting up blank changelogs for the modules ([`1a36533`]https://github.com/spmadden/irox/commit/1a365333397b02a5f911d0897c3bf0c80f6c2b80)
    - Impl MaybeFrom for DilutionOfPrecision ([`38072c3`]https://github.com/spmadden/irox/commit/38072c3b5e21ad15a1de0642c8fb06f599690a28)
    - Display impls for several structs ([`9a92cc2`]https://github.com/spmadden/irox/commit/9a92cc2420933c45fa9afe594c6ce61591548f6c)
    - New GPS receiver struct GPSFixTime and improvements to DOPs ([`b180e4e`]https://github.com/spmadden/irox/commit/b180e4ee3e371453a2c9604b4647c12b8220538d)
    - Quick WGS84 check in EllipticalShape ([`3403b5e`]https://github.com/spmadden/irox/commit/3403b5e704481f5aed4a0b6bd115e3e2606b7afc)
    - Cleanup formatting ([`527e19e`]https://github.com/spmadden/irox/commit/527e19e5dfa73b2cd32fc88a30a3855d28d79333)
    - Impl Display for multiple types ([`1b6eeeb`]https://github.com/spmadden/irox/commit/1b6eeebb4b2f81e4d711f2eb7a4d2de75cbd86d4)
    - Impl 'short_name' for AltitudeReferenceFrame ([`6aa9d74`]https://github.com/spmadden/irox/commit/6aa9d74db23a17bbf207e3f62be3b2314f9916bc)
    - Impl 'name' for EllipticalShape ([`a72d1f7`]https://github.com/spmadden/irox/commit/a72d1f7c975b038c275f76783138b1574b3c6744)
    - Fixup windowscarto ([`b294607`]https://github.com/spmadden/irox/commit/b294607d583d8e9d21423eab3e7a706f6cdb2a9b)
    - Fixup converterror ([`9dbf74a`]https://github.com/spmadden/irox/commit/9dbf74aa36195f1e93f0db4ee3d1ed1f0eee6880)
    - Refactor EllipticalShape EPSG into a u32 code ([`55233e2`]https://github.com/spmadden/irox/commit/55233e236cd2f4f92a4d5e247dff7870c056ab40)
    - New ConvertError struct ([`f4a5054`]https://github.com/spmadden/irox/commit/f4a505475ced355286aad1bf5a352b36beae9a00)
    - New GPS Dilution of Precision struct ([`91a282d`]https://github.com/spmadden/irox/commit/91a282d78e559d6bb366176de68f96f5ce095ccc)
    - New Elliptical Coordinate builder ([`c41735b`]https://github.com/spmadden/irox/commit/c41735befd0db3522ab10fe307a1ca09b304d644)
    - New more-specific Absolute and Relative CoordinateTypes ([`c7f4ed6`]https://github.com/spmadden/irox/commit/c7f4ed6cd4b8caea41b285c9eae9c8e13d2f37f3)
    - New Elevation angle type ([`219fa86`]https://github.com/spmadden/irox/commit/219fa8665f7c822f262d2808c18a0641d2c44278)
    - Uncertainties in EllipticalCoordinate ([`b6e6c2f`]https://github.com/spmadden/irox/commit/b6e6c2f0e7e28e802d66ccf5814a918f0eaf3562)
    - Derive PartialEQ and others for Coordinate Types ([`ed9b49d`]https://github.com/spmadden/irox/commit/ed9b49d74156e41f64320c46995aefe85378f8e9)
    - New 'Altitude' type with reference frames. ([`23809bd`]https://github.com/spmadden/irox/commit/23809bda079b871491e54c433ba0bb70936d8a77)
    - Fix clippy lint for slices ([`24ebfad`]https://github.com/spmadden/irox/commit/24ebfad3be38a87c10b98b24cb75565fd010c4df)
    - Cleaning up clippy warnings ([`5c17856`]https://github.com/spmadden/irox/commit/5c178560becc0b665d70be2d99a1cffad3ba4284)
    - Grump. silly clippy fix off-by-one ([`94039ac`]https://github.com/spmadden/irox/commit/94039ac9daaed4e8c131f80007a11687653316a3)
    - Fix clippy lints ([`a84feba`]https://github.com/spmadden/irox/commit/a84feba7fc3566be534a3d572d93985bd3d773a9)
    - Prohibit unsafe code ([`c088de0`]https://github.com/spmadden/irox/commit/c088de020214e47f28391d0af5a64abe56ad185b)
    - Remove '*' versions ([`6fa2e18`]https://github.com/spmadden/irox/commit/6fa2e180f0c44bb4cbf76738acdda5631ecea20e)
    - Exclude docs folder from publish ([`8ef5bb6`]https://github.com/spmadden/irox/commit/8ef5bb6167b6fae09c73e2ccfe8ff4fe862c7ac9)
    - Add license headers ([`5d31a59`]https://github.com/spmadden/irox/commit/5d31a592ac1abf6e3e616e65f7a5b8d699558fb2)
    - Update metadata, prepare for release ([`49d5566`]https://github.com/spmadden/irox/commit/49d55665ffd9ebcfe0394e40cb36bcc35a6a72f9)
    - Fmt ([`8a9f899`]https://github.com/spmadden/irox/commit/8a9f899448f9b0b995a3510510398828d49dda9e)
    - Updating coordinates ([`6303361`]https://github.com/spmadden/irox/commit/6303361462db005a3b4a35a09e86ff7dc73e0a31)
    - Add name to standard ellipsoids ([`f54b433`]https://github.com/spmadden/irox/commit/f54b4332d0b784f29913fb0672b37d3d42fbb77e)
    - Add additional GRS80, Airy ellipsoids ([`4c29c32`]https://github.com/spmadden/irox/commit/4c29c32713706ec1fee5d5181f2fe81238396511)
    - Inv TM tests ([`bcd3c93`]https://github.com/spmadden/irox/commit/bcd3c93146a1dd96e0db7e589ed0fd4a06448640)
    - TM unidirectional ([`8b5f0f2`]https://github.com/spmadden/irox/commit/8b5f0f2146953c4abd1dc9a74f2f5a188a538ec3)
    - Move coordinate & geo from units ([`553cfca`]https://github.com/spmadden/irox/commit/553cfcabf7e0a3066eeb646952f8271ac0887208)
    - Fixing issue with 3857 ([`6a6902f`]https://github.com/spmadden/irox/commit/6a6902f1d0a8c3cd6cc839bbeb483eb3ed421690)
    - Basic EPSG3857 (SphericalMercator) impl ([`0d95487`]https://github.com/spmadden/irox/commit/0d954875723b480c5738335764aefbdf94775936)
    - First impls of projections ([`4850e84`]https://github.com/spmadden/irox/commit/4850e84d1f4b418bfce5fc9941b86605178b3321)
</details>