8000 Release v0.0.3 · sams96/rgeo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.0.3

Compare
Choose a tag to compare
@sams96 sams96 released this 19 Feb 22:07
680a3fd

Added

  • More robust Location printing.

Changed

  • Data is now included as a struct in a go file instead of geojson.
  • Changed the algorithm to remove dependence on s2, so it doesn't need to convert between s2 and geom types. This is a lot faster than converting to s2 types every time, but slower than pre-converted.

Removed

  • Function New() and access to the rgeo data type, the data is already parsed so it doesn't need to be parsed when used.
0