Ingen beskrivning

Vaclav Petras a0ccdb551e utils: Small fixes of Bash util scripts (#1363) 4 år sedan
.github 567fa0643d Format YAML in GH workflows (#1367) 4 år sedan
.travis 4003497085 Update of travis configuration for Python 3 (#115) 6 år sedan
db 05b8e058b8 Match format specifier with argument type (#1256) 4 år sedan
demolocation 18a31bd253 demolocation: update (#1285) 4 år sedan
display f3483cf55f PEP8 fixes (#1317) 4 år sedan
doc 0c83c976b2 Move grass package content to directory named grass (#1356) 4 år sedan
docker 2efac9859e Stop ignoring .git folder for docker builds (#1182) 4 år sedan
general 635224115c parser: Use #-space-% to allow writing PEP8-compliant Python code (#1287) 4 år sedan
gui c7929313c7 wxGUI/dbmgr: fix insert record for each category into table (#1333) 4 år sedan
imagery c6e81b98e8 Fix spelling in comments, esp. in wxGUI code (#1357) 4 år sedan
include 0c83c976b2 Move grass package content to directory named grass (#1356) 4 år sedan
lib 0c83c976b2 Move grass package content to directory named grass (#1356) 4 år sedan
locale e79f76dc63 Update PO files (#1361) 4 år sedan
macosx 7d9a0da4fc manuals and docs: update broken URLS (#1003) 4 år sedan
man 7e03dcd6a8 Apply Black to doc utils in man (#1366) 4 år sedan
misc 7d9a0da4fc manuals and docs: update broken URLS (#1003) 4 år sedan
mswindows 56b21d1bb7 attempt to fix #1218 windows does not start 4 år sedan
ps 7d9a0da4fc manuals and docs: update broken URLS (#1003) 4 år sedan
python 0c83c976b2 Move grass package content to directory named grass (#1356) 4 år sedan
raster c402ca5de8 r.topidx: Rewrite Perl scripts in Python 3 (#766) 4 år sedan
raster3d 05b8e058b8 Match format specifier with argument type (#1256) 4 år sedan
rpm e4c667345b grass.spec: sync to Fedora master 4 år sedan
scripts f596255917 g.extension: fix doctest by not using global variable (#1364) 4 år sedan
singularity e5ba1f7af4 singularityfile: fix GRASS lib path detection 5 år sedan
temporal f3483cf55f PEP8 fixes (#1317) 4 år sedan
testsuite 0c83c976b2 Move grass package content to directory named grass (#1356) 4 år sedan
utils a0ccdb551e utils: Small fixes of Bash util scripts (#1363) 4 år sedan
vector de0fbc0051 Rename tools directory to utils (#1348) 4 år sedan
visualization 69be6c5f9a manual: comment out SVN Date tag (#200) 5 år sedan
.dockerignore 2efac9859e Stop ignoring .git folder for docker builds (#1182) 4 år sedan
.gitignore 0c83c976b2 Move grass package content to directory named grass (#1356) 4 år sedan
.travis.yml 5d19d023bd CI: Remove notifications comming from Travis CI (#663) 5 år sedan
AUTHORS 7d9a0da4fc manuals and docs: update broken URLS (#1003) 4 år sedan
CHANGES 6868ca21b9 CHANGES: links to release pages added 8 år sedan
CITING 7d9a0da4fc manuals and docs: update broken URLS (#1003) 4 år sedan
CONTRIBUTING.md 163a9d22b8 Contributing: clarifiy feature branch 4 år sedan
COPYING 7d9a0da4fc manuals and docs: update broken URLS (#1003) 4 år sedan
Dockerfile 368bb8bcf6 add missing Temporal GUI Tools required package in the Dockerfile (#312) 5 år sedan
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 år sedan
INSTALL 82e334827b Happy New Year (#1225) 4 år sedan
Makefile 0c83c976b2 Move grass package content to directory named grass (#1356) 4 år sedan
NEWS 7d9a0da4fc manuals and docs: update broken URLS (#1003) 4 år sedan
README.md c6e81b98e8 Fix spelling in comments, esp. in wxGUI code (#1357) 4 år sedan
REQUIREMENTS.html 82e334827b Happy New Year (#1225) 4 år sedan
SUBMITTING 1aa0ba0526 Add CONTRIBUTING file with a standard contributor Git how-to (#237) 5 år sedan
TODO 7d9a0da4fc manuals and docs: update broken URLS (#1003) 4 år sedan
Vagrantfile de0fbc0051 Rename tools directory to utils (#1348) 4 år sedan
aclocal.m4 b5eefc2b13 macos: use @rpath as dynamic linker (#981) 4 år sedan
binaryInstall.src a1fbc923c8 binaryInstall.src: nad2bin no longer used (completes https://trac.osgeo.org/grass/changeset/74179) 6 år sedan
config.guess cb618bc49b config.guess + config.sub: updated (#1155) 4 år sedan
config.sub cb618bc49b config.guess + config.sub: updated (#1155) 4 år sedan
configure b5eefc2b13 macos: use @rpath as dynamic linker (#981) 4 år sedan
configure.in 1b89aee14c Cross-platform version of date -Iseconds in configure (#568) 5 år sedan
contributors.csv 3730335903 Nicklas Larsson added 4 år sedan
contributors_extra.csv 4036ac5617 contributors_extra.csv: Nikos Alexandris added 8 år sedan
grass.pc.in 1a5d566ba7 pkg-config file: update 10 år sedan
grasslib.dox 82e334827b Happy New Year (#1225) 4 år sedan
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) 12 år sedan
translators.csv abcada66b9 Updated translators.csv file (#1249) 4 år sedan

README.md

Build Status Python code quality check General linting CI OSGeo4W Centos

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. See CONTRIBUTING file for more details.

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. In addition, there are detailed compile instructions in the Wiki.

Docker

Build a docker image using the downloaded source code (run this in the directory containing the source code):

docker build -t grassgis79 .

A test run (assuming you have the existing GRASS GIS test 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

How to generate the 'Programmer's Manual'

You can generate locally the GRASS GIS 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