Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Metric format #30

Open
h-silva opened this issue Aug 17, 2020 · 1 comment
Open

Metric format #30

h-silva opened this issue Aug 17, 2020 · 1 comment

Comments

@h-silva
Copy link

h-silva commented Aug 17, 2020

Which function return metric geometry.Area() ?

func (g *Geometry) Area() (float64, error) {

@tomplex
Copy link

tomplex commented Aug 17, 2020

If you're asking for the unit of the returned value, it's the unit of the geometry's coordinates. If your geometry is in WGS84 then it will be degrees^2, if you're using a meter based projection it will be in meters^2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants