説明なし

Markus Neteler a0f9194c60 switch back to 'latest' as 3.10 is lacking GDAL 5 年 前
.github ae77f4c454 added .github/FUNDING.yml 6 年 前
.travis 4003497085 Update of travis configuration for Python 3 (#115) 6 年 前
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 696b50d966 manual: PROJ related links updated (#268) 5 年 前
docker a0f9194c60 switch back to 'latest' as 3.10 is lacking GDAL 5 年 前
general 696b50d966 manual: PROJ related links updated (#268) 5 年 前
gui 1e5146f1df Cross compilation (#257) 5 年 前
imagery 7c05b446b8 i.vi: write out FCELL instead of DCELL (#236) 5 年 前
include a070f5eb42 Welcome to 2020! Change version date to 2020 (#274) 5 年 前
lib df6b90df8d fix usage of vector cats in constraint (#262) 5 年 前
locale bfbf41052f Sort file lists in doc and tr stats (#247) 5 年 前
macosx 8040b90777 macosx: update mentioned GRASS version 11 年 前
man 20b2d91b73 manual: revert further pages entry addition (#271) 5 年 前
misc 0dc61c15c9 m.measure manual: mention square feet 5 年 前
mswindows 407ef4f4dc Change local variable names to lowercase (#273) 5 年 前
ps 69be6c5f9a manual: comment out SVN Date tag (#200) 5 年 前
raster 696b50d966 manual: PROJ related links updated (#268) 5 年 前
raster3d 696b50d966 manual: PROJ related links updated (#268) 5 年 前
rpm 539a62a7da Fedora SPEC file: updated (#256) 5 年 前
scripts 696b50d966 manual: PROJ related links updated (#268) 5 年 前
singularity e770310f18 removed -march option in configuration 5 年 前
temporal 696b50d966 manual: PROJ related links updated (#268) 5 年 前
testsuite a157e45d35 svn refs changed to git (#93) 6 年 前
tools ad0e965e75 manual: put module name at first position (#248) 5 年 前
vector df6b90df8d fix usage of vector cats in constraint (#262) 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) 6 年 前
.travis.yml 98e96114ce Travis-CI: enable ccache for faster builds 6 年 前
AUTHORS 47e02fc12c Further svn2git updates 6 年 前
CHANGES 6868ca21b9 CHANGES: links to release pages added 8 年 前
CITING d95567e090 cite: placeholder for version number 7 年 前
CONTRIBUTING.md 1aa0ba0526 Add CONTRIBUTING file with a standard contributor Git how-to (#237) 5 年 前
COPYING 57536ecb10 Fixed missing street in MN address 9 年 前
Dockerfile 86b2e801b5 Add python3-wxgtk deb package in the Dockerfile (#243) 5 年 前
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 年 前
INSTALL a070f5eb42 Welcome to 2020! Change version date to 2020 (#274) 5 年 前
Makefile 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 6 年 前
NEWS a22677f653 NEWS: added 9 年 前
README.md d67d6466b5 README refactoring (#231) 5 年 前
REQUIREMENTS.html a070f5eb42 Welcome to 2020! Change version date to 2020 (#274) 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 6 年 前
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) 6 年 前
config.sub 177467461e configure update (#89) 6 年 前
configure 1e5146f1df Cross compilation (#257) 5 年 前
configure.in 1e5146f1df Cross compilation (#257) 5 年 前
contributors.csv 1a677bb78e contributors.csv: email updated 6 年 前
contributors_extra.csv 4036ac5617 contributors_extra.csv: Nikos Alexandris added 8 年 前
grass.pc.in 1a5d566ba7 pkg-config file: update 10 年 前
grasslib.dox a070f5eb42 Welcome to 2020! Change version date to 2020 (#274) 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) 6 年 前

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