Skip to content

Commit ddfc2fe

Browse files
committed
updated readme
1 parent fb2f02f commit ddfc2fe

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ It provides distance calculations by:
3535

3636

3737

38-
All units are in Base Metre. It converts distance values to:
38+
## Unit Conversion ##
3939

4040

41-
## Unit Conversion ##
41+
All operations are set in *Metre*. But it can also convert distance (and other transformation) values to:
42+
4243

4344
1. Kilometre
4445

@@ -50,11 +51,11 @@ All units are in Base Metre. It converts distance values to:
5051

5152

5253

54+
## Position Conversion ##
5355

54-
It also allows coordinate conversions between the ff:
5556

57+
It also allows coordinate/geographical conversions between the ff:
5658

57-
## Position Conversion ##
5859

5960
1. Polar to Cartesian
6061

@@ -66,10 +67,13 @@ It also allows coordinate conversions between the ff:
6667

6768

6869

69-
Reference Datums are, and will become, WGS84. It also comes with some pre-built datums (though very limited as it has little use for me aside from WGS84 at the time of writing this) and also allows transformation between them.
70+
## Transformation Options ##
7071

7172

72-
## Transformation Options ##
73+
Reference Datums are, by default, set to WGS84. You can also transform one coordinate taken from a different source to another (see [this](https://epsg.io/) for reference), as it also comes with some pre-built datums (though very limited in number as it has little use for me aside from WGS84, i.e. at the time of writing this).
74+
75+
The following are the transformer options:
76+
7377

7478
1. 3-Parameter Molodensky Transformer
7579

0 commit comments

Comments
 (0)