暂无描述

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

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