Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 495 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 495 Bytes

Geos in go


Small project that shows how to work with geos library in golang.

Build

$ go build

Main

  • Main file loads 2 csv files (Polygon and Points) in corresponding structures.

  • Then check if point intersects polygon and log the result.

Utils

  • Some utils to work with csv files that have WKT geometry field.

Types

  • Structs for loading csv files

  • To run tests on types:

$ go test