https://github.com/briansorahan/geo
GeoJSON, Well Known Text, and geometrical calculations
https://github.com/briansorahan/geo
geojson geometry geospatial wkt
Last synced: about 1 month ago
JSON representation
GeoJSON, Well Known Text, and geometrical calculations
- Host: GitHub
- URL: https://github.com/briansorahan/geo
- Owner: briansorahan
- License: mit
- Created: 2016-03-19T18:40:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T15:50:47.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T14:53:50.603Z (about 1 month ago)
- Topics: geojson, geometry, geospatial, wkt
- Language: Go
- Homepage: http://godoc.org/github.com/briansorahan/geo
- Size: 1020 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geo
[](https://goreportcard.com/report/github.com/briansorahan/geo)
[](https://app.wercker.com/project/byKey/deafc383e082c1a3fd05f5550383592e)Simple package for converting geometrical primitives to/from [GeoJSON](http://geojson.org) and [Well Known Text](https://en.wikipedia.org/wiki/Well-known_text).
This package aims to be simple and high quality.
If test coverage is not 100% feel free to open an issue (or better yet, a pull request).Note this package is not [RFC 7946](https://tools.ietf.org/html/rfc7946) compliant and includes the non-standard "Circle" type. The circle implementation seeks to adhere to this https://github.com/geojson/geojson-spec/wiki/Proposal---Circles-and-Ellipses-Geoms