diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2015-04-10 17:41:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-10 17:41:27 +0700 |
commit | bc4c1b3fb4804a8a8a28232ae6c22f5cd93a1c49 (patch) | |
tree | 61d5347531dce97f04cebe4e3712a0280cb8141e /gis/geogig/README | |
parent | ded29c9ac6d28403a9daf6d96303506b0d097807 (diff) | |
download | slackbuilds-bc4c1b3fb4804a8a8a28232ae6c22f5cd93a1c49.tar.gz |
gis/geogig: Added (Distributed version control for geospatial data).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/geogig/README')
-rw-r--r-- | gis/geogig/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gis/geogig/README b/gis/geogig/README new file mode 100644 index 0000000000..ac16a3fe0c --- /dev/null +++ b/gis/geogig/README @@ -0,0 +1,7 @@ +GeoGig is a distributed version control system specially designed to handle +geospatial data. GeoGig draws inspiration from Git, but adapts its +core concepts to handle versioning of spatial data. Users are able to import +raw geospatial data (such as Shapefiles, PostGIS or SpatiaLite) into a +repository where every change to the data is tracked. These changes can be +viewed in a history, reverted to older versions, branched into sandboxed +areas, merged back in or pushed to remote repositories. |