class NSWTopo::GeoJSON::Polygon

def bounds

def bounds
  first.transpose.map(&:minmax)
end