Package geom implements efficient geometry types for geospatial applications.
- OpenGeo Consortium-style geometries.
- Support for 2D and 3D geometries, measures (time and/or distance), and unlimited extra dimensions.
- Encoding and decoding of common geometry formats (GeoJSON, KML, WKB, and
others) including
sql.Scanner
anddriver.Value
interface implementations for easy database integration. - 2D and 3D topology functions.
- Efficient, cache-friendly internal representation.
- github.com/twpayne/go-gpx GPX encoding and decoding
- github.com/twpayne/go-kml KML encoding
- github.com/twpayne/go-polyline Google Maps Polyline encoding and decoding
- github.com/twpayne/go-vali IGC validation