Sin descripción

Markus Neteler aa97bb701c r.category: more specific parse error message hace 5 años
.github 34d145cf81 CI: Use a specific Flake8 version (#626) hace 5 años
.travis 6d6031da8a Update of travis configuration for Python 3 (#115) hace 6 años
db 7dc9d89e22 fix typo in databaseintro.html (#650) hace 5 años
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable hace 10 años
display 1a1d107e4f manual: comment out SVN Date tag (#200) hace 5 años
doc aa250e5acb GRASS GIS addon manuals procedure updated hace 5 años
docker d8ce5b0c40 change to alpine version 3.12 (#711) hace 5 años
general e57dfd1475 g.proj: fix segfault when reading proj info from georef file (#599) hace 5 años
gui b2981e0af3 wxGUI/datacatalog: Fix error after right click on grass database tree item (#736) hace 5 años
imagery c0365e888a Fix spelling errors. (#561) hace 5 años
include 8e4dab5714 back to dev hace 5 años
lib ae7ac25b3a libpython: fix Iterable import in pygrass/vector (#734) hace 5 años
locale 65c2917d61 i18N: sync from Transifex (https://www.transifex.com/grass-gis/grass7/dashboard/) (#698) hace 5 años
macosx 8040b90777 macosx: update mentioned GRASS version hace 11 años
man e4271690e4 manual: revert further pages entry addition (#271) hace 5 años
misc 2c42a0b086 m.measure manual: mention square feet hace 5 años
mswindows 0bcde7a558 simplify GRASS_EXECUTABLE handling in package.sh (#445) hace 5 años
ps 1a1d107e4f manual: comment out SVN Date tag (#200) hace 5 años
raster aa97bb701c r.category: more specific parse error message hace 5 años
raster3d ac13b0de4b manual: PROJ related links updated (#268) hace 5 años
rpm cf31023700 grass.spec: enable EPEL8 hace 5 años
scripts b6365a74bd i.pansharpen: fix encode string (#745) hace 5 años
singularity bd8803d17d standardization of Markdown files (#346) hace 5 años
temporal 555006043e Add GitHub Actions with build, test, and Python static code analysis (#583) hace 5 años
testsuite a50165153e svn refs changed to git (#94) hace 6 años
tools 3ab6c06c8f manual: put module name at first position (#248) hace 5 años
vector 07349822be v.surf.bspline: fix method selection (#727) hace 5 años
visualization 1a1d107e4f manual: comment out SVN Date tag (#200) hace 5 años
.dockerignore 00afb78479 patch alpine docker image to work with py3.8 (#278) hace 5 años
.gitignore 36f472dd89 delete ctypesgencore/parser/lextab.py (#95) hace 6 años
.travis.yml 98e96114ce Travis-CI: enable ccache for faster builds hace 6 años
AUTHORS 47e02fc12c Further svn2git updates hace 6 años
CHANGES 6868ca21b9 CHANGES: links to release pages added hace 8 años
CITING d95567e090 cite: placeholder for version number hace 7 años
CONTRIBUTING.md d950b4f450 CONTRIBUTING.md: improve commit message hint hace 5 años
COPYING 57536ecb10 Fixed missing street in MN address hace 9 años
Dockerfile e422685d24 add missing Temporal GUI Tools required package in the Dockerfile (#312) hace 5 años
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn hace 17 años
INSTALL 98d5148fec Welcome to 2020! Change version date to 2020 (#274) hace 5 años
Makefile 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version hace 6 años
NEWS a22677f653 NEWS: added hace 9 años
README.md bd8803d17d standardization of Markdown files (#346) hace 5 años
REQUIREMENTS.html 98d5148fec Welcome to 2020! Change version date to 2020 (#274) hace 5 años
SUBMITTING 2b9e713859 Add CONTRIBUTING file with a standard contributor Git how-to (#237) hace 5 años
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp hace 10 años
Vagrantfile 01f0abb587 updated to Python 3 hace 6 años
aclocal.m4 8299d386b1 Add soname on FreeBSD (#301) hace 5 años
binaryInstall.src a1fbc923c8 binaryInstall.src: nad2bin no longer used (completes https://trac.osgeo.org/grass/changeset/74179) hace 6 años
config.guess b322bedbb5 configure update (#88) hace 6 años
config.sub b322bedbb5 configure update (#88) hace 6 años
configure 26e3ca7786 proj 6+ support (#183) hace 5 años
configure.in 26e3ca7786 proj 6+ support (#183) hace 5 años
contributors.csv 1a677bb78e contributors.csv: email updated hace 6 años
contributors_extra.csv 4036ac5617 contributors_extra.csv: Nikos Alexandris added hace 8 años
grass.pc.in 1a5d566ba7 pkg-config file: update hace 10 años
grasslib.dox 98d5148fec Welcome to 2020! Change version date to 2020 (#274) hace 5 años
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) hace 12 años
translators.csv 40eaf3328f translators.csv: email update (test for grass-commit ML notification) hace 6 años

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