Skip to content

markles/GeoGit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoGit - Geospatial Distributed Version Control System

image

Welcome to the GeoGit project, exploring the use of distributed management of spatial data. GeoGit draws inspiration from Git, but adapts its core concepts to handle versioning of geospatial data. Users are able to import raw geospatial data (currently from Shapefiles, PostGIS or SpatiaLite) in to a repository where every change to the data is tracked. These changes can be viewed in a history, reverted to older versions, branched in to sandboxed areas, merged back in, and pushed to remote repositories. GeoGit is written in Java, available under the BSD License.

For background reading see these two papers on the spatial distributed versioning Concept, Implementation, and Potential Development.

Details

Project Lead: Gabriel Roldan

License: all source code is licensed under the BSD New License, except for the GeoServer plugin which is available under the GPL 2.0 License.

Status: A 0.7 version has been released and it is available for download, with a full commandline interface to import data and work with repositories.

Download

Version 0.7.0 from SourceForge. Documentation available for download and online.

Installation

Unzip the geogit-cli-app-0.7.0.zip to an applications directory, and then add the unzipped geogit/bin/ folder to your PATH.

Running

See the QuickStart guide for an introduction to GeoGit. Additional information available at the full Manual.

Developing

If you want to get involved in the development of GeoGit, build GeoGit yourself or know more about the technical details behind GeoGit, check the developers section.

Participation

Everyone is invited to participate in GeoGit and help in its development. Check the How to help section to read about how you can help us improve GeoGit.

About

Geospatial Distributed Version Control System.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.9%
  • CSS 7.5%
  • Other 1.6%