-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b61ae5
commit 9ff3ca5
Showing
5 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,17 @@ | ||
# <AppName> | ||
## <AppShortDescription> | ||
# Math_AngleWGS84UTM32 | ||
## Classes Angle, GeoPos & UTM32 | ||
|
||
[![GitHub](https://img.shields.io/github/license/OlimilO1402/<AppName>?style=plastic)](https://github.com/OlimilO1402/<AppName>/blob/master/LICENSE) | ||
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/OlimilO1402/<AppName>?style=plastic)](https://github.com/OlimilO1402/<AppName>/releases/latest) | ||
[![Github All Releases](https://img.shields.io/github/downloads/OlimilO1402/<AppName>/total.svg)](https://github.com/OlimilO1402/<AppName>/releases/download/v2.3.4/<AppName>.zip) | ||
[![Follow](https://img.shields.io/github/followers/OlimilO1402.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/OlimilO1402/<AppName>/watchers) | ||
[![GitHub](https://img.shields.io/github/license/OlimilO1402/Math_AngleWGS84UTM32?style=plastic)](https://github.com/OlimilO1402/Math_AngleWGS84UTM32/blob/master/LICENSE) | ||
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/OlimilO1402/Math_AngleWGS84UTM32?style=plastic)](https://github.com/OlimilO1402/Math_AngleWGS84UTM32/releases/latest) | ||
[![Github All Releases](https://img.shields.io/github/downloads/OlimilO1402/Math_AngleWGS84UTM32/total.svg)](https://github.com/OlimilO1402/Math_AngleWGS84UTM32/releases/download/v2.3.4/AngleWGS84UTM32.zip) | ||
[![Follow](https://img.shields.io/github/followers/OlimilO1402.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/OlimilO1402/Math_AngleWGS84UTM32/watchers) | ||
|
||
Project started around mmm.yyyy. | ||
<AppLongDescription> | ||
|
||
|
||
```vba | ||
Property Get Value() | ||
End Property | ||
``` | ||
|
||
[Link text Here](https://link-url-here.org) | ||
|
||
![<AppName> Image](Resources/<AppName>.png "<AppName> Image") | ||
Project started in march 2022. | ||
The Angle class parses an angle for different purposes e.g. in grad-minute-second view. Angle has all trigonometric functions. | ||
The GeoPos class is for gps geo-positioning-system purposes and uses the angle class for latitude and longitude. | ||
For showing the correct functionality the small test app sends a kml file to google earth or a link to Koordinaten-umrechner.de | ||
The GeoPos class calculates the distance between two of more geo-positions by using the Haversine-formula. | ||
For compatibility for authoritative purposes the UTM-class creates UTM32-coordinates from WGS84 coordinates and vice versa. | ||
You also have the possibility to view a track in google earth and show it's length calculated in google-earth. | ||
|
||
![AngleWGS84UTM32 Image](Resources/AngleWGS84UTM32.png "AngleWGS84UTM32 Image") |