From 2b95e67a60df1ba25546779cb99a25413f79eb77 Mon Sep 17 00:00:00 2001 From: hbarrett Date: Tue, 26 Mar 2019 10:48:16 -0600 Subject: [PATCH] Updated Projects (markdown) --- Projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects.md b/Projects.md index 46ee2dfc..2e430a45 100644 --- a/Projects.md +++ b/Projects.md @@ -805,7 +805,7 @@ See also [[SQLDrivers page|SQLDrivers]]. * [orb](https://github.com/paulmach/orb) - 2d geometry manipulation (length, area, polygon contains, etc.) with geojson, wkb, mvt support * [osm](https://github.com/paulmach/osm) - General purpose library for reading, writing and working with OpenStreetMap data * [UTM](https://github.com/im7mortal/UTM) - Bidirectional UTM-WGS84 converter - + * [gdal](https://github.com/lukeroth/gdal) - Provides a go wrapper for GDAL ## Go Implementations * [llgo](http://llvm.org/klaus/llgo) - LLVM-based Go compiler, written in Go