Brak opisu

Vaclav Petras 80b51d7640 Add numpy and other Python pkgs to CI (#585) 5 lat temu
.github 80b51d7640 Add numpy and other Python pkgs to CI (#585) 5 lat temu
.travis 4003497085 Update of travis configuration for Python 3 (#115) 6 lat temu
db bd7307a2d5 postgres: Assign 1000 to TEXT field length (#412) 5 lat temu
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable 10 lat temu
display 69be6c5f9a manual: comment out SVN Date tag (#200) 5 lat temu
doc c745b3e9c3 howto_release.md: also generate grass-7.8-latest.md5sum 5 lat temu
docker 745ee7ec92 Dockerfiles: update to grass-session v0.5 5 lat temu
general f89b009b52 GIS_H_DATE: switch to date -Iseconds format (#485) 5 lat temu
gui bf9618a7bc wxGUI: fix inconsistent layer sizes during rendering (#552) 5 lat temu
imagery ca90310887 Fix spelling errors. (#561) 5 lat temu
include f89b009b52 GIS_H_DATE: switch to date -Iseconds format (#485) 5 lat temu
lib ad079931e9 Code quality fixes for grass package (lib/python) (#576) 5 lat temu
locale 98547ce0b3 GUI: use %d instead of %s for integers (#554) 5 lat temu
macosx 8040b90777 macosx: update mentioned GRASS version 11 lat temu
man 20b2d91b73 manual: revert further pages entry addition (#271) 5 lat temu
misc 0dc61c15c9 m.measure manual: mention square feet 5 lat temu
mswindows 9ce853b275 simplify GRASS_EXECUTABLE handling in package.sh (#445) 5 lat temu
ps 69be6c5f9a manual: comment out SVN Date tag (#200) 5 lat temu
raster 75ac17f0a3 r.terraflow: allow larger maps (#265) 5 lat temu
raster3d 696b50d966 manual: PROJ related links updated (#268) 5 lat temu
rpm 539a62a7da Fedora SPEC file: updated (#256) 5 lat temu
scripts eecbe060c4 g.extension: distinguish between extensions and modules (#582) 5 lat temu
singularity 7069dd39d2 standardization of Markdown files (#346) 5 lat temu
temporal 39415e87bf Ignore current errors from wxGUI, scripts, and temporal (#537) 5 lat temu
testsuite a157e45d35 svn refs changed to git (#93) 6 lat temu
tools ad0e965e75 manual: put module name at first position (#248) 5 lat temu
vector a938634bb0 v.to.db: geometry keyword added 5 lat temu
visualization 69be6c5f9a manual: comment out SVN Date tag (#200) 5 lat temu
.dockerignore 8a07df98bb patch alpine docker image to work with py3.8 (#278) 5 lat temu
.gitignore 04c6e59217 delete ctypesgencore/parser/lextab.py (#95) 6 lat temu
.travis.yml 98e96114ce Travis-CI: enable ccache for faster builds 6 lat temu
AUTHORS 47e02fc12c Further svn2git updates 6 lat temu
CHANGES 6868ca21b9 CHANGES: links to release pages added 8 lat temu
CITING d95567e090 cite: placeholder for version number 7 lat temu
CONTRIBUTING.md 7069dd39d2 standardization of Markdown files (#346) 5 lat temu
COPYING 57536ecb10 Fixed missing street in MN address 9 lat temu
Dockerfile 368bb8bcf6 add missing Temporal GUI Tools required package in the Dockerfile (#312) 5 lat temu
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 lat temu
INSTALL a070f5eb42 Welcome to 2020! Change version date to 2020 (#274) 5 lat temu
Makefile 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 6 lat temu
NEWS a22677f653 NEWS: added 9 lat temu
README.md 7069dd39d2 standardization of Markdown files (#346) 5 lat temu
REQUIREMENTS.html a070f5eb42 Welcome to 2020! Change version date to 2020 (#274) 5 lat temu
SUBMITTING 1aa0ba0526 Add CONTRIBUTING file with a standard contributor Git how-to (#237) 5 lat temu
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp 10 lat temu
Vagrantfile 68a145c73d updated to Python 3 6 lat temu
aclocal.m4 efe2618441 Add soname on FreeBSD (#301) 5 lat temu
binaryInstall.src a1fbc923c8 binaryInstall.src: nad2bin no longer used (completes https://trac.osgeo.org/grass/changeset/74179) 6 lat temu
config.guess 177467461e configure update (#89) 6 lat temu
config.sub 177467461e configure update (#89) 6 lat temu
configure 1b89aee14c Cross-platform version of date -Iseconds in configure (#568) 5 lat temu
configure.in 1b89aee14c Cross-platform version of date -Iseconds in configure (#568) 5 lat temu
contributors.csv 1a677bb78e contributors.csv: email updated 6 lat temu
contributors_extra.csv 4036ac5617 contributors_extra.csv: Nikos Alexandris added 8 lat temu
grass.pc.in 1a5d566ba7 pkg-config file: update 10 lat temu
grasslib.dox a070f5eb42 Welcome to 2020! Change version date to 2020 (#274) 5 lat temu
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) 12 lat temu
translators.csv 40eaf3328f translators.csv: email update (test for grass-commit ML notification) 6 lat temu

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

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