No Description

Markus Metz 2cb165dc8b Merge branch 'master' of https://github.com/OSGeo/grass 5 years ago
.github ae77f4c454 added .github/FUNDING.yml 6 years ago
.travis 98e96114ce Travis-CI: enable ccache for faster builds 6 years ago
db 07e55699a7 sqlite driver: Use the same spacing as postgres 6 years ago
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable 10 years ago
display 1ffe4f9576 d.barscale: font support added (#72) 5 years ago
doc db4ee57b8c infrastructure.txt: Transifex added (#40) 5 years ago
docker 0b3d87ea4e wxPython requires gtk+3.0 and gtk+3.0-dev 5 years ago
general 345a1fe937 update proj4 to proj (#56) 5 years ago
gui d1e83679c7 wxGUI data catalog: multiple layer selection 5 years ago
imagery 10bda3a9c3 note added for band7 and band7 naming (#73) 5 years ago
include 3576034ccd Merge pull request #47 from HuidaeCho/man-with-parentheses 5 years ago
lib 07e5291594 temporal: remove leftover print 5 years ago
locale c82bbfdffa Fix spelling errors. (#42) 5 years ago
macosx 8040b90777 macosx: update mentioned GRASS version 11 years ago
man 12d1d1e15a Some topics contain parentheses 5 years ago
misc 7c0de2fdf3 m.nviz.script: fix memory leaks 6 years ago
mswindows 96d9985a82 add missing dependencies libgraphite2.dll and libpcre-1.dll - see https://trac.osgeo.org/grass/ticket/3870 5 years ago
ps c913a5a597 v.db.connect and ps.map manuals: fix typos; DPI cosmetics 6 years ago
raster 7e1e79702a r.slope.aspect fix #3860 6 years ago
raster3d 35ac54d8f9 manual: keyword 'output' added 6 years ago
rpm 0d4eac11e4 Fedora grass.spec: automagic byte compilation activated, see https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 6 years ago
scripts 2cb165dc8b Merge branch 'master' of https://github.com/OSGeo/grass 5 years ago
temporal c825479df7 fix tests for Python 3 6 years ago
testsuite 6e079c8244 testsuite: comment out non-existing 'other_location' (fixes https://trac.osgeo.org/grass/ticket/3770) 6 years ago
tools 533b572b77 Point "history" URL to GitHub history (#65) 5 years ago
vector 2e93549f74 break long line 5 years ago
visualization 3ce922e70d Remove wximgview 9 years ago
.gitignore 2929fffa9d update .gitignore to respect windows builds (#57) 5 years ago
.travis.yml 98e96114ce Travis-CI: enable ccache for faster builds 6 years ago
AUTHORS 47e02fc12c Further svn2git updates 6 years ago
CHANGES 6868ca21b9 CHANGES: links to release pages added 8 years ago
CITING d95567e090 cite: placeholder for version number 7 years ago
COPYING 57536ecb10 Fixed missing street in MN address 8 years ago
Dockerfile da078d3a6b python-six: added as a new dependency 6 years ago
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 years ago
INSTALL 47e02fc12c Further svn2git updates 6 years ago
Makefile 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 6 years ago
NEWS a22677f653 NEWS: added 8 years ago
README.md 7f4817bb51 Draft intro added 6 years ago
REQUIREMENTS.html 2246f5b6ac Simplify grass init script (#5) 5 years ago
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting 11 years ago
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp 10 years ago
Vagrantfile 2246f5b6ac Simplify grass init script (#5) 5 years ago
aclocal.m4 aea5a299c6 aclocal.m4: add support for w64-ming32 builds 9 years ago
binaryInstall.src a1fbc923c8 binaryInstall.src: nad2bin no longer used (completes https://trac.osgeo.org/grass/changeset/74179) 6 years ago
config.guess 1fe4fe7b2e config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ 6 years ago
config.sub 1fe4fe7b2e config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ 6 years ago
configure 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 6 years ago
configure.in 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 6 years ago
contributors.csv 1a677bb78e contributors.csv: email updated 6 years ago
contributors_extra.csv 4036ac5617 contributors_extra.csv: Nikos Alexandris added 8 years ago
grass.pc.in 1a5d566ba7 pkg-config file: update 10 years ago
grasslib.dox 278501c226 Changed the source code links in HTML manual pages to point to the git repositories 6 years ago
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) 12 years ago
translators.csv 40eaf3328f translators.csv: email update (test for grass-commit ML notification) 6 years ago

README.md

Build Status

GRASS GIS Repository

GRASS GIS (https://grass.osgeo.org/) is a Geographic Information System used for geospatial data management and analysis, image processing, graphics/map production, spatial modeling, and visualization.

How to get write access here?

In general: you don't really need write access as you can simply open a pull request to contribute to GRASS GIS.

Want to become a core developer? See Procedure for gaining Git write access

How to compile GRASS?

See INSTALL file.

Yes, you should really read INSTALL.

How to generate the 'Programmer's Manual'?

This needs doxygen (http://www.doxygen.org) and optionally Graphviz dot (http://www.research.att.com/sw/tools/graphviz/).

To build the GRASS programmer's documentation, run

make htmldocs

or to generate documentation as single html file (recommended for simple reading)

make htmldocs-single

here. This takes quite some time. The result is in lib/html/index.html which refers to further document repositories in

   lib/vector/html/index.html
   lib/db/html/index.html
   lib/gis/html/index.html

The master file is: ./grasslib.dox where all sub-documents have to be linked into.

To generate the documents in PDF format, run

make pdfdocs

An online version is available here

Docker

Build using the downloaded source code (in the directory with the source code):

    docker build -t grassgis77 .

A test run (assuming you have existing GRASS GIS location; it can be downloaded from here)

# case 1: launching in the grassdata directory in which the location is stored:
docker run -it --rm --user=$(id -u):$(id -g) --volume $(pwd):/data --env HOME=/data/ grassgis77 \
    grass --text nc_spm_08_grass7/user1 --exec g.region -p

# case 2: launching anywhere
docker run -it --rm --user=$(id -u):$(id -g) --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis77 \
    grass /data/nc_basic_spm/PERMANENT --exec g.region -p

Note that the first grassgis77 is the name of the image while the second grass is the name of the executable.

To run the tests (again assuming local location):

    docker run -it --rm --user=$(id -u):$(id -g) --volume /your/test/grassdata/:/data --env HOME=/data/ -w /code/grass \
        grassgis77 grass /data/nc_basic_spm/PERMANENT --exec \
            python -m grass.gunittest.main \
                --location nc_basic_spm --location-type nc

Note: If you compiled locally before building the Docker image, you may encounter problems as the local configuration and locally compiled file are copied to and used in the Docker image. To make sure you don't have this issue, clean all the compiled files from the source code:

make distclean