Skip to content

Instantly share code, notes, and snippets.

View carterpeel's full-sized avatar
📈
O(logn) enthusiast

Carter carterpeel

📈
O(logn) enthusiast
  • Grand Rapids, Michigan
  • 15:50 (UTC -04:00)
View GitHub Profile
package geojsonreader
import (
"encoding/json"
"fmt"
"github.com/murphy214/mercantile"
"github.com/paulmach/orb"
gj2 "github.com/paulmach/orb/geojson"
)