https://github.com/trajectoryjp/geodesy_go
Go module geodesy provides the coordinate system conversion and the distance calculation.
https://github.com/trajectoryjp/geodesy_go
Last synced: 5 months ago
JSON representation
Go module geodesy provides the coordinate system conversion and the distance calculation.
- Host: GitHub
- URL: https://github.com/trajectoryjp/geodesy_go
- Owner: trajectoryjp
- License: mit
- Created: 2024-01-18T07:50:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T08:41:51.000Z (almost 2 years ago)
- Last Synced: 2024-06-20T22:06:37.485Z (almost 2 years ago)
- Language: Go
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geodesy
Go module geodesy provides the coordinate system conversion and the distance calculation.
The default coordinate system is WGS84.
This wraps [github.com/wroge/wgs84](https://github.com/wroge/wgs84) with object orientation,
therefore you can change the coordinate system with its system.
## Prerequisites
- **[Go](https://go.dev)**: **1.20+**.
## Installation
Simply append the following import to your code, and then `go [build|run|test]`
will automatically fetch the necessary dependencies:
```go
import "github.com/trajectoryjp/geodesy_go"
```
## Contribution
You are very welcome to:
- Create pull requests of any kind
- Let me know if you are using this library and find it useful
- Open issues with request for support because they will help you and many others