Skip to content

Go module geodesy provides the coordinate system conversion and the distance calculation.

License

Notifications You must be signed in to change notification settings

trajectoryjp/geodesy_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 with object orientation, therefore you can change the coordinate system with its system.

Prerequisites

  • Go: 1.20+.

Installation

Simply append the following import to your code, and then go [build|run|test] will automatically fetch the necessary dependencies:

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

About

Go module geodesy provides the coordinate system conversion and the distance calculation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages