Brak opisu

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

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