Keine Beschreibung

Markus Neteler 428521e58f change Python shebang to python3 (#82) vor 6 Jahren
.github ae77f4c454 added .github/FUNDING.yml vor 6 Jahren
.travis 98e96114ce Travis-CI: enable ccache for faster builds vor 6 Jahren
db be0e590810 change Python shebang to python3 (#75) vor 6 Jahren
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable vor 10 Jahren
display 428521e58f change Python shebang to python3 (#82) vor 6 Jahren
doc 428521e58f change Python shebang to python3 (#82) vor 6 Jahren
docker f6de22fef3 Needed version updates for GRASS GIS 7.8 (#76) vor 6 Jahren
general 428521e58f change Python shebang to python3 (#82) vor 6 Jahren
gui be0e590810 change Python shebang to python3 (#75) vor 6 Jahren
imagery be0e590810 change Python shebang to python3 (#75) vor 6 Jahren
include be0e590810 change Python shebang to python3 (#75) vor 6 Jahren
lib 428521e58f change Python shebang to python3 (#82) vor 6 Jahren
locale be0e590810 change Python shebang to python3 (#75) vor 6 Jahren
macosx 8040b90777 macosx: update mentioned GRASS version vor 11 Jahren
man be0e590810 change Python shebang to python3 (#75) vor 6 Jahren
misc 7c0de2fdf3 m.nviz.script: fix memory leaks vor 6 Jahren
mswindows d4879d4017 Needed version updates for GRASS GIS 7.8 (#74) vor 6 Jahren
ps c913a5a597 v.db.connect and ps.map manuals: fix typos; DPI cosmetics vor 6 Jahren
raster 428521e58f change Python shebang to python3 (#82) vor 6 Jahren
raster3d be0e590810 change Python shebang to python3 (#75) vor 6 Jahren
rpm f6de22fef3 Needed version updates for GRASS GIS 7.8 (#76) vor 6 Jahren
scripts be0e590810 change Python shebang to python3 (#75) vor 6 Jahren
temporal be0e590810 change Python shebang to python3 (#75) vor 6 Jahren
testsuite d4879d4017 Needed version updates for GRASS GIS 7.8 (#74) vor 6 Jahren
tools be0e590810 change Python shebang to python3 (#75) vor 6 Jahren
vector d4879d4017 Needed version updates for GRASS GIS 7.8 (#74) vor 6 Jahren
visualization 3ce922e70d Remove wximgview vor 9 Jahren
.gitignore 2929fffa9d update .gitignore to respect windows builds (#57) vor 6 Jahren
.travis.yml 98e96114ce Travis-CI: enable ccache for faster builds vor 6 Jahren
AUTHORS 47e02fc12c Further svn2git updates vor 6 Jahren
CHANGES 6868ca21b9 CHANGES: links to release pages added vor 8 Jahren
CITING d95567e090 cite: placeholder for version number vor 7 Jahren
COPYING 57536ecb10 Fixed missing street in MN address vor 9 Jahren
Dockerfile da078d3a6b python-six: added as a new dependency vor 6 Jahren
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn vor 17 Jahren
INSTALL d4879d4017 Needed version updates for GRASS GIS 7.8 (#74) vor 6 Jahren
Makefile 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version vor 6 Jahren
NEWS a22677f653 NEWS: added vor 9 Jahren
README.md 3225f51fc0 grassgis77 -> grassgis78 vor 6 Jahren
REQUIREMENTS.html 2246f5b6ac Simplify grass init script (#5) vor 6 Jahren
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting vor 11 Jahren
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp vor 10 Jahren
Vagrantfile 2246f5b6ac Simplify grass init script (#5) vor 6 Jahren
aclocal.m4 aea5a299c6 aclocal.m4: add support for w64-ming32 builds vor 9 Jahren
binaryInstall.src a1fbc923c8 binaryInstall.src: nad2bin no longer used (completes https://trac.osgeo.org/grass/changeset/74179) vor 6 Jahren
config.guess 1fe4fe7b2e config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ vor 6 Jahren
config.sub 1fe4fe7b2e config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ vor 6 Jahren
configure 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version vor 6 Jahren
configure.in 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version vor 6 Jahren
contributors.csv 1a677bb78e contributors.csv: email updated vor 6 Jahren
contributors_extra.csv 4036ac5617 contributors_extra.csv: Nikos Alexandris added vor 8 Jahren
grass.pc.in 1a5d566ba7 pkg-config file: update vor 10 Jahren
grasslib.dox d4879d4017 Needed version updates for GRASS GIS 7.8 (#74) vor 6 Jahren
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) vor 12 Jahren
translators.csv 40eaf3328f translators.csv: email update (test for grass-commit ML notification) vor 6 Jahren

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

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/ grassgis78 \
    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/ grassgis78 \
    grass /data/nc_basic_spm/PERMANENT --exec g.region -p

Note that the first grassgis78 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 \
        grassgis78 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