Skip to content

Instantly share code, notes, and snippets.

View schoenobates's full-sized avatar

Alex Davies-Moore schoenobates

View GitHub Profile
@schoenobates
schoenobates / osgb.go
Created May 15, 2015 15:17
Using Golang with Proj4 to convert between OSGB and WGS84 (both to and from)
package main
/*
#cgo LDFLAGS: -lproj
#include <string.h>
#include <proj_api.h>
*/
import "C"
import (
"fmt"
@nicerobot
nicerobot / README.md
Last active January 18, 2016 19:21
pkg-config for gdal to allow go-gdal to build