Žiadny popis

Markus Neteler 6e93cf9ec6 GRASS GIS 7.8.2RC1 5 rokov pred
.github ae77f4c454 added .github/FUNDING.yml 6 rokov pred
.travis 6d6031da8a Update of travis configuration for Python 3 (#115) 6 rokov pred
db 3c03bcea5e Update db.drivers.html (#212) 5 rokov pred
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable 10 rokov pred
display 1a1d107e4f manual: comment out SVN Date tag (#200) 5 rokov pred
doc 1a1d107e4f manual: comment out SVN Date tag (#200) 5 rokov pred
docker d328446925 use copy instead of git clone in Dockerfiles (#151) 5 rokov pred
general 63eb78d211 Update g.gisenv.html (#219) 5 rokov pred
gui ad4836c73c Fix missing checkboxes in ListCtrl (#204) 5 rokov pred
imagery c22e3d12dd Update i.smap.html (#215) 5 rokov pred
include 6e93cf9ec6 GRASS GIS 7.8.2RC1 5 rokov pred
lib 7509618a97 Update variables.html (#218) 5 rokov pred
locale 880027d524 i18N: sync from Transifex (https://www.transifex.com/grass-gis/grass7/dashboard/) 5 rokov pred
macosx 8040b90777 macosx: update mentioned GRASS version 11 rokov pred
man a50165153e svn refs changed to git (#94) 6 rokov pred
misc 1a1d107e4f manual: comment out SVN Date tag (#200) 5 rokov pred
mswindows ae7d6664be osgeo4w: fix postinstall 5 rokov pred
ps 1a1d107e4f manual: comment out SVN Date tag (#200) 5 rokov pred
raster 1a1d107e4f manual: comment out SVN Date tag (#200) 5 rokov pred
raster3d ebaaff9597 Update r3.out.bin.html (#216) 5 rokov pred
rpm 38ce9d05d2 Update grass.spec 5 rokov pred
scripts 5eeaf748f0 Update v.import.html (#221) 5 rokov pred
temporal 1a1d107e4f manual: comment out SVN Date tag (#200) 5 rokov pred
testsuite a50165153e svn refs changed to git (#94) 6 rokov pred
tools be0e590810 change Python shebang to python3 (#75) 6 rokov pred
vector 2d98f83f79 Update v.lrs.label.html (#217) 5 rokov pred
visualization 1a1d107e4f manual: comment out SVN Date tag (#200) 5 rokov pred
.dockerignore d328446925 use copy instead of git clone in Dockerfiles (#151) 5 rokov pred
.gitignore 36f472dd89 delete ctypesgencore/parser/lextab.py (#95) 6 rokov pred
.travis.yml 98e96114ce Travis-CI: enable ccache for faster builds 6 rokov pred
AUTHORS 47e02fc12c Further svn2git updates 6 rokov pred
CHANGES 6868ca21b9 CHANGES: links to release pages added 8 rokov pred
CITING d95567e090 cite: placeholder for version number 7 rokov pred
COPYING 57536ecb10 Fixed missing street in MN address 9 rokov pred
Dockerfile da078d3a6b python-six: added as a new dependency 6 rokov pred
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
INSTALL d4879d4017 Needed version updates for GRASS GIS 7.8 (#74) 6 rokov pred
Makefile 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 6 rokov pred
NEWS a22677f653 NEWS: added 9 rokov pred
README.md 33fdda72e2 version update for cherry-pick of 285356892 5 rokov pred
REQUIREMENTS.html 1a1d107e4f manual: comment out SVN Date tag (#200) 5 rokov pred
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting 11 rokov pred
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp 10 rokov pred
Vagrantfile 01f0abb587 updated to Python 3 6 rokov pred
aclocal.m4 aea5a299c6 aclocal.m4: add support for w64-ming32 builds 9 rokov pred
binaryInstall.src a1fbc923c8 binaryInstall.src: nad2bin no longer used (completes https://trac.osgeo.org/grass/changeset/74179) 6 rokov pred
config.guess b322bedbb5 configure update (#88) 6 rokov pred
config.sub b322bedbb5 configure update (#88) 6 rokov pred
configure b322bedbb5 configure update (#88) 6 rokov pred
configure.in 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 6 rokov pred
contributors.csv 1a677bb78e contributors.csv: email updated 6 rokov pred
contributors_extra.csv 4036ac5617 contributors_extra.csv: Nikos Alexandris added 8 rokov pred
grass.pc.in 1a5d566ba7 pkg-config file: update 10 rokov pred
grasslib.dox d4879d4017 Needed version updates for GRASS GIS 7.8 (#74) 6 rokov pred
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) 12 rokov pred
translators.csv 40eaf3328f translators.csv: email update (test for grass-commit ML notification) 6 rokov pred

README.md

Build Status

GRASS GIS Repository

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