Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
/ xgeo Public archive

Scriptable geospatial data processing engine

License

Notifications You must be signed in to change notification settings

StationA/xgeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xgeo

Scriptable geospatial data processing engine

Installation

Navigate to the root xgeo/ directory (where the Makefile is located) and run:

make install

Usage

xgeo --help

usage: xgeo [<flags>] [<source>]

Flags:
  --help  Show context-sensitive help (also try --help-long and --help-man).

Args:
  [<source>]  Source file

Contributing

When contributing to this repository, please follow the steps below:

  1. Fork the repository
  2. Submit your patch in one commit, or a series of well-defined commits
  3. Submit your pull request and make sure you reference the issue you are addressing