Skip to content

Releases: chrusty/go-circle-to-polygon

Moving geometry to /pkg

30 Jun 07:13
Compare
Choose a tag to compare

More in line with Go standards

First release

30 Jun 07:05
885d720
Compare
Choose a tag to compare

This is the first release of the library. The basic features are working:

  • Offers data structures for working with circles (points, circles, polygons)
  • All of these types can be validated against basic rules
  • Polygons can be generated from circles (with any number of edges)
  • Polygons can be rendered as GeoJSON geometries

Many thanks to https://github.com/gabzim/circle-to-polygon!