Skip to content

junyicc/coord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coordinate Transform

GRPC Service

  • In coordtransform/coord_transform.proto, CoordTransform is the grpc service that provides the transformation among WGS84, GCJ02 and BD09 coordinates.
  • Point is a message representing a localtion with (lat, lon).

Client

Client calls the grpc service with two optional parameters host and port

go run client.go

go run client.go -host=localhost -port=8008

Server

Server runs the grpc service with two optional parameters host and port

go run server.go

go run server.go -host=localhost -port=8008

About

grpc service: coordinate transform service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages