Aucune description

Markus Neteler ff8f0b2652 new GitHub repositories added il y a 5 ans
.github ae77f4c454 added .github/FUNDING.yml il y a 6 ans
.travis 4003497085 Update of travis configuration for Python 3 (#115) il y a 6 ans
db a157e45d35 svn refs changed to git (#93) il y a 6 ans
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable il y a 10 ans
display 3f2ea9c02e d.mon: fix debug call il y a 6 ans
doc ff8f0b2652 new GitHub repositories added il y a 5 ans
docker 55723ae204 use copy instead of git clone in Dockerfiles (#151) il y a 5 ans
general 761d9a17d9 Update from proj.4 to proj (#55) il y a 5 ans
gui f43825bc24 fix #3882 (digitizing on Windows) il y a 5 ans
imagery 0a5d523d22 i.zc (#142) il y a 5 ans
include a83af32aac Band references implementation (#63) il y a 6 ans
lib a1d75c73d0 osgeo4w: build fixes (#137) il y a 5 ans
locale 3406e9357d v.distance: fix typo in fatal error msg (#163) il y a 5 ans
macosx 8040b90777 macosx: update mentioned GRASS version il y a 11 ans
man a157e45d35 svn refs changed to git (#93) il y a 6 ans
misc 7c0de2fdf3 m.nviz.script: fix memory leaks il y a 6 ans
mswindows a1d75c73d0 osgeo4w: build fixes (#137) il y a 5 ans
ps c913a5a597 v.db.connect and ps.map manuals: fix typos; DPI cosmetics il y a 6 ans
raster 52537911ad r.category: less confusing user msgs about values parm il y a 5 ans
raster3d b4432f400e change Python shebang to python3 (#75) il y a 6 ans
rpm 9bd835dcdf superceeded by grass.spec il y a 5 ans
scripts d076942278 g.extension: only warn when non-essential files are missing (#164) il y a 5 ans
temporal 5775e71c4b t.rast.series manual: start with scope of module il y a 5 ans
testsuite a157e45d35 svn refs changed to git (#93) il y a 6 ans
tools b4432f400e change Python shebang to python3 (#75) il y a 6 ans
vector 3406e9357d v.distance: fix typo in fatal error msg (#163) il y a 5 ans
visualization 3ce922e70d Remove wximgview il y a 9 ans
.dockerignore 55723ae204 use copy instead of git clone in Dockerfiles (#151) il y a 5 ans
.gitignore 04c6e59217 delete ctypesgencore/parser/lextab.py (#95) il y a 6 ans
.travis.yml 98e96114ce Travis-CI: enable ccache for faster builds il y a 6 ans
AUTHORS 47e02fc12c Further svn2git updates il y a 6 ans
CHANGES 6868ca21b9 CHANGES: links to release pages added il y a 8 ans
CITING d95567e090 cite: placeholder for version number il y a 7 ans
COPYING 57536ecb10 Fixed missing street in MN address il y a 9 ans
Dockerfile fd822f9d7e update Python 3 dependencies (#79) il y a 6 ans
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn il y a 17 ans
INSTALL 2f892ffa9b Needed version updates for GRASS GIS 7.9 (#77) il y a 6 ans
Makefile 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version il y a 6 ans
NEWS a22677f653 NEWS: added il y a 9 ans
README.md 2853568929 r.to.vect: break line when value changes (#113) il y a 5 ans
REQUIREMENTS.html 4d0538f57d Re-added Subversion dependency il y a 6 ans
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting il y a 11 ans
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp il y a 10 ans
Vagrantfile 68a145c73d updated to Python 3 il y a 6 ans
aclocal.m4 aea5a299c6 aclocal.m4: add support for w64-ming32 builds il y a 9 ans
binaryInstall.src a1fbc923c8 binaryInstall.src: nad2bin no longer used (completes https://trac.osgeo.org/grass/changeset/74179) il y a 6 ans
config.guess 177467461e configure update (#89) il y a 6 ans
config.sub 177467461e configure update (#89) il y a 6 ans
configure 177467461e configure update (#89) il y a 6 ans
configure.in 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version il y a 6 ans
contributors.csv 1a677bb78e contributors.csv: email updated il y a 6 ans
contributors_extra.csv 4036ac5617 contributors_extra.csv: Nikos Alexandris added il y a 8 ans
grass.pc.in 1a5d566ba7 pkg-config file: update il y a 10 ans
grasslib.dox 2f892ffa9b Needed version updates for GRASS GIS 7.9 (#77) il y a 6 ans
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) il y a 12 ans
translators.csv 40eaf3328f translators.csv: email update (test for grass-commit ML notification) il y a 6 ans

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