No Description

Huidae Cho 1e5146f1df Cross compilation (#257) 4 years ago
.github ae77f4c454 added .github/FUNDING.yml 5 years ago
.travis 4003497085 Update of travis configuration for Python 3 (#115) 5 years ago
db ad0e965e75 manual: put module name at first position (#248) 4 years ago
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable 9 years ago
display 69be6c5f9a manual: comment out SVN Date tag (#200) 5 years ago
doc 69be6c5f9a manual: comment out SVN Date tag (#200) 5 years ago
docker 30c4aac3b6 Alpine docker image: added subversion package for g.extension (#261) 4 years ago
general 1e5146f1df Cross compilation (#257) 4 years ago
gui 1e5146f1df Cross compilation (#257) 4 years ago
imagery 7c05b446b8 i.vi: write out FCELL instead of DCELL (#236) 4 years ago
include 1e5146f1df Cross compilation (#257) 4 years ago
lib c2f3398b7b Change is/is not to ==/!= for literal comparisons (#264) 4 years ago
locale bfbf41052f Sort file lists in doc and tr stats (#247) 4 years ago
macosx 8040b90777 macosx: update mentioned GRASS version 10 years ago
man bfbf41052f Sort file lists in doc and tr stats (#247) 4 years ago
misc 0dc61c15c9 m.measure manual: mention square feet 4 years ago
mswindows e9e5adb740 osgeo4w: fix postinstall 5 years ago
ps 69be6c5f9a manual: comment out SVN Date tag (#200) 5 years ago
raster 1e5146f1df Cross compilation (#257) 4 years ago
raster3d 34e5544a45 Extend keywords for null and mask modules (#239) 4 years ago
rpm 539a62a7da Fedora SPEC file: updated (#256) 4 years ago
scripts c2f3398b7b Change is/is not to ==/!= for literal comparisons (#264) 4 years ago
singularity e770310f18 removed -march option in configuration 5 years ago
temporal 5b87a33113 t.list, t.rast.list: fix missing band_reference (#206) 5 years ago
testsuite a157e45d35 svn refs changed to git (#93) 5 years ago
tools ad0e965e75 manual: put module name at first position (#248) 4 years ago
vector 38765847ba Allow to use a fixed random seed via SOURCE_DATE_EPOCH (#251) 4 years ago
visualization 69be6c5f9a manual: comment out SVN Date tag (#200) 5 years ago
.dockerignore 55723ae204 use copy instead of git clone in Dockerfiles (#151) 5 years ago
.gitignore 04c6e59217 delete ctypesgencore/parser/lextab.py (#95) 5 years ago
.travis.yml 98e96114ce Travis-CI: enable ccache for faster builds 5 years ago
AUTHORS 47e02fc12c Further svn2git updates 5 years ago
CHANGES 6868ca21b9 CHANGES: links to release pages added 8 years ago
CITING d95567e090 cite: placeholder for version number 6 years ago
CONTRIBUTING.md 1aa0ba0526 Add CONTRIBUTING file with a standard contributor Git how-to (#237) 4 years ago
COPYING 57536ecb10 Fixed missing street in MN address 8 years ago
Dockerfile 86b2e801b5 Add python3-wxgtk deb package in the Dockerfile (#243) 4 years ago
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 16 years ago
INSTALL 2f892ffa9b Needed version updates for GRASS GIS 7.9 (#77) 5 years ago
Makefile 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 5 years ago
NEWS a22677f653 NEWS: added 8 years ago
README.md d67d6466b5 README refactoring (#231) 4 years ago
REQUIREMENTS.html 69be6c5f9a manual: comment out SVN Date tag (#200) 5 years ago
SUBMITTING 1aa0ba0526 Add CONTRIBUTING file with a standard contributor Git how-to (#237) 4 years ago
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp 10 years ago
Vagrantfile 68a145c73d updated to Python 3 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) 5 years ago
config.guess 177467461e configure update (#89) 5 years ago
config.sub 177467461e configure update (#89) 5 years ago
configure 1e5146f1df Cross compilation (#257) 4 years ago
configure.in 1e5146f1df Cross compilation (#257) 4 years ago
contributors.csv 1a677bb78e contributors.csv: email updated 5 years ago
contributors_extra.csv 4036ac5617 contributors_extra.csv: Nikos Alexandris added 7 years ago
grass.pc.in 1a5d566ba7 pkg-config file: update 10 years ago
grasslib.dox 2f892ffa9b Needed version updates for GRASS GIS 7.9 (#77) 5 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) 11 years ago
translators.csv 40eaf3328f translators.csv: email update (test for grass-commit ML notification) 5 years ago

README.md

Build Status

GRASS GIS Repository

Description

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 grassgis79 .

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/ grassgis79 \
    grass --text nc_basic_spm_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/ grassgis79 \
    grass /data/nc_basic_spm_grass7/PERMANENT --exec g.region -p

Note that the first grassgis79 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 \
    grassgis79 grass /data/nc_basic_spm_grass7/PERMANENT --exec \
        python -m grass.gunittest.main \
            --location nc_basic_spm_grass7 --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