Нет описания

Dmitry Kolesov dbc31e5825 Update docs (#360) (#361) 5 лет назад
.github ae77f4c454 added .github/FUNDING.yml 6 лет назад
.travis 6d6031da8a Update of travis configuration for Python 3 (#115) 6 лет назад
db 3ab6c06c8f manual: put module name at first position (#248) 5 лет назад
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable 10 лет назад
display 1a1d107e4f manual: comment out SVN Date tag (#200) 5 лет назад
doc bd8803d17d standardization of Markdown files (#346) 5 лет назад
docker bd8803d17d standardization of Markdown files (#346) 5 лет назад
general ac13b0de4b manual: PROJ related links updated (#268) 5 лет назад
gui 18e9f3ddfe gmodeler: fix python export - main() is expected to be called with two arguments (#336) 5 лет назад
imagery 3351ee8826 i.vi: write out FCELL instead of DCELL (#236) 5 лет назад
include a6915039d1 Update gis.h 5 лет назад
lib 916f00518e grass.sh: enforce Python 3 (#345) 5 лет назад
locale 6c686fa503 Sort file lists in doc and tr stats (#247) 5 лет назад
macosx 8040b90777 macosx: update mentioned GRASS version 11 лет назад
man e4271690e4 manual: revert further pages entry addition (#271) 5 лет назад
misc 2c42a0b086 m.measure manual: mention square feet 5 лет назад
mswindows bd8803d17d standardization of Markdown files (#346) 5 лет назад
ps 1a1d107e4f manual: comment out SVN Date tag (#200) 5 лет назад
raster dbc31e5825 Update docs (#360) (#361) 5 лет назад
raster3d ac13b0de4b manual: PROJ related links updated (#268) 5 лет назад
rpm b1defd29f1 Fedora SPEC file: updated (#256) 5 лет назад
scripts 4a0b94c238 added r.in.nasadem URL 5 лет назад
singularity bd8803d17d standardization of Markdown files (#346) 5 лет назад
temporal ac13b0de4b manual: PROJ related links updated (#268) 5 лет назад
testsuite a50165153e svn refs changed to git (#94) 6 лет назад
tools 3ab6c06c8f manual: put module name at first position (#248) 5 лет назад
vector 3b58292150 v.in.pdal: fix filtering by bbox (#359) 5 лет назад
visualization 1a1d107e4f manual: comment out SVN Date tag (#200) 5 лет назад
.dockerignore 00afb78479 patch alpine docker image to work with py3.8 (#278) 5 лет назад
.gitignore 36f472dd89 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 bd8803d17d standardization of Markdown files (#346) 5 лет назад
COPYING 57536ecb10 Fixed missing street in MN address 9 лет назад
Dockerfile e422685d24 add missing Temporal GUI Tools required package in the Dockerfile (#312) 5 лет назад
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 лет назад
INSTALL 98d5148fec 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 bd8803d17d standardization of Markdown files (#346) 5 лет назад
REQUIREMENTS.html 98d5148fec Welcome to 2020! Change version date to 2020 (#274) 5 лет назад
SUBMITTING 2b9e713859 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 01f0abb587 updated to Python 3 6 лет назад
aclocal.m4 8299d386b1 Add soname on FreeBSD (#301) 5 лет назад
binaryInstall.src a1fbc923c8 binaryInstall.src: nad2bin no longer used (completes https://trac.osgeo.org/grass/changeset/74179) 6 лет назад
config.guess b322bedbb5 configure update (#88) 6 лет назад
config.sub b322bedbb5 configure update (#88) 6 лет назад
configure 8299d386b1 Add soname on FreeBSD (#301) 5 лет назад
configure.in 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 6 лет назад
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 98d5148fec 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. 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 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_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/ grassgis78 \
        grass /data/nc_basic_spm_grass7/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_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