From 551fa9cdf4457051327a71e54b9445294d452d60 Mon Sep 17 00:00:00 2001 From: Hisham waleed karam Date: Tue, 6 Nov 2018 03:05:55 +0200 Subject: [PATCH] add gismanager (#2204) Publish Your GIS Data(Vector Data) to PostGIS and Geoserver **Please provide package links to:** - github.com repo:https://github.com/hishamkaram/gismanager - godoc.org: https://godoc.org/github.com/hishamkaram/gismanager - goreportcard.com: https://goreportcard.com/report/github.com/hishamkaram/gismanager - coverage service link: [![Coverage Status](https://coveralls.io/repos/github/hishamkaram/gismanager/badge.svg?branch=master&service=github)](https://coveralls.io/github/hishamkaram/gismanager?branch=master&service=github) Very good coverage **Note**: that new categories can be added only when there are 3 packages or more. **Make sure that you've checked the boxes below before you submit PR:** - [X] I have added my package in alphabetical order. - [X] I have an appropriate description with correct grammar. - [X] I know that this package was not listed before. - [X] I have added godoc link to the repo and to my pull request. - [X] I have added coverage service link to the repo and to my pull request. - [X] I have added goreportcard link to the repo and to my pull request. - [X] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard). Thanks for your PR, you're awesome! :+1: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a61b1149..1ce186cc 100644 --- a/README.md +++ b/README.md @@ -614,6 +614,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [geocache](https://github.com/melihmucuk/geocache) - In-memory cache that is suitable for geolocation based applications. * [geoserver](https://github.com/hishamkaram/geoserver) - geoserver Is a Go Package For Manipulating a GeoServer Instance via the GeoServer REST API. +* [gismanager](https://github.com/hishamkaram/gismanager) - Publish Your GIS Data(Vector Data) to PostGIS and Geoserver * [osm](https://github.com/paulmach/osm) - Library for reading, writing and working with OpenStreetMap data and APIs. * [pbf](https://github.com/maguro/pbf) - OpenStreetMap PBF golang encoder/decoder. * [S2 geometry](https://github.com/golang/geo) - S2 geometry library in Go.