bytes | Package bytes implements functions for the manipulation of byte slices. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/paulmach/orb | |
github.com/paulmach/orb/clip | Package clip is a library for clipping geometry to a bounding box. |
github.com/paulmach/orb/encoding/mvt/vectortile | |
github.com/paulmach/orb/geojson | Package geojson is a library for encoding and decoding GeoJSON into Go structs using the geometries in the orb package. |
github.com/paulmach/orb/internal/mercator | |
github.com/paulmach/orb/maptile | Package maptile defines a Tile type and methods to work with web map projected tile data. |
github.com/paulmach/orb/planar | Package planar computes properties on geometries assuming they are in 2d euclidean space. |
github.com/paulmach/orb/project | Package project defines projections to and from Mercator and WGS84 along with helpers to apply them to orb geometry types. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
math | Package math provides basic constants and mathematical functions. |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |