Skip to content

sgarcez/joejson

Repository files navigation

JoeJSON

CI Go Report Card Go Reference

A GeoJSON (RFC 7946) Go implementation.

Features

  • JSON Marshalling / Unmarshalling
  • FeatureCollection
  • Feature
    • ID
    • Properties
    • Bbox
      • Validation (axes order, etc)
    • Geometry
      • Point
      • MultiPoint
      • LineString
      • Polygon
      • MultiPolygon
      • GeometryCollection
      • Validation (antimeridian crossing, right hand rule winding, etc)