暂无描述

Markus Metz 2cb165dc8b Merge branch 'master' of https://github.com/OSGeo/grass 5 年之前
.github ae77f4c454 added .github/FUNDING.yml 6 年之前
.travis 98e96114ce Travis-CI: enable ccache for faster builds 6 年之前
db 07e55699a7 sqlite driver: Use the same spacing as postgres 6 年之前
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable 10 年之前
display 1ffe4f9576 d.barscale: font support added (#72) 5 年之前
doc db4ee57b8c infrastructure.txt: Transifex added (#40) 5 年之前
docker 0b3d87ea4e wxPython requires gtk+3.0 and gtk+3.0-dev 5 年之前
general 345a1fe937 update proj4 to proj (#56) 5 年之前
gui d1e83679c7 wxGUI data catalog: multiple layer selection 5 年之前
imagery 10bda3a9c3 note added for band7 and band7 naming (#73) 5 年之前
include 3576034ccd Merge pull request #47 from HuidaeCho/man-with-parentheses 5 年之前
lib 07e5291594 temporal: remove leftover print 5 年之前
locale c82bbfdffa Fix spelling errors. (#42) 5 年之前
macosx 8040b90777 macosx: update mentioned GRASS version 11 年之前
man 12d1d1e15a Some topics contain parentheses 5 年之前
misc 7c0de2fdf3 m.nviz.script: fix memory leaks 6 年之前
mswindows 96d9985a82 add missing dependencies libgraphite2.dll and libpcre-1.dll - see https://trac.osgeo.org/grass/ticket/3870 5 年之前
ps c913a5a597 v.db.connect and ps.map manuals: fix typos; DPI cosmetics 6 年之前
raster 7e1e79702a r.slope.aspect fix #3860 6 年之前
raster3d 35ac54d8f9 manual: keyword 'output' added 6 年之前
rpm 0d4eac11e4 Fedora grass.spec: automagic byte compilation activated, see https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 6 年之前
scripts 2cb165dc8b Merge branch 'master' of https://github.com/OSGeo/grass 5 年之前
temporal c825479df7 fix tests for Python 3 6 年之前
testsuite 6e079c8244 testsuite: comment out non-existing 'other_location' (fixes https://trac.osgeo.org/grass/ticket/3770) 6 年之前
tools 533b572b77 Point "history" URL to GitHub history (#65) 5 年之前
vector 2e93549f74 break long line 5 年之前
visualization 3ce922e70d Remove wximgview 9 年之前
.gitignore 2929fffa9d update .gitignore to respect windows builds (#57) 5 年之前
.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 年之前
COPYING 57536ecb10 Fixed missing street in MN address 8 年之前
Dockerfile da078d3a6b python-six: added as a new dependency 6 年之前
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 年之前
INSTALL 47e02fc12c Further svn2git updates 6 年之前
Makefile 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 6 年之前
NEWS a22677f653 NEWS: added 8 年之前
README.md 7f4817bb51 Draft intro added 6 年之前
REQUIREMENTS.html 2246f5b6ac Simplify grass init script (#5) 5 年之前
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting 11 年之前
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp 10 年之前
Vagrantfile 2246f5b6ac Simplify grass init script (#5) 5 年之前
aclocal.m4 aea5a299c6 aclocal.m4: add support for w64-ming32 builds 9 年之前
binaryInstall.src a1fbc923c8 binaryInstall.src: nad2bin no longer used (completes https://trac.osgeo.org/grass/changeset/74179) 6 年之前
config.guess 1fe4fe7b2e config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ 6 年之前
config.sub 1fe4fe7b2e config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ 6 年之前
configure 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 6 年之前
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 278501c226 Changed the source code links in HTML manual pages to point to the git repositories 6 年之前
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

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

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/ grassgis77 \
    grass --text nc_spm_08_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/ grassgis77 \
    grass /data/nc_basic_spm/PERMANENT --exec g.region -p

Note that the first grassgis77 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 \
        grassgis77 grass /data/nc_basic_spm/PERMANENT --exec \
            python -m grass.gunittest.main \
                --location nc_basic_spm --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