설명 없음

Tomas Zigo a110aa63e2 wxGUI/datacatalog: move or copy location/mapset isn't allowed, show warning message dialog (#822) 5 년 전
.github c990654201 CI: Add GH Super Linter for a subset of secondary files (#752) 5 년 전
.travis 4003497085 Update of travis configuration for Python 3 (#115) 6 년 전
db 89758d79cc fix typo in databaseintro.html (#650) 5 년 전
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable 10 년 전
display c8a7691c32 d.rast.arrow: Fix negative drainage directions (#777) 5 년 전
doc 3aa3b9af4e GRASS GIS addon manuals procedure updated 5 년 전
docker a7712ae9b8 matrix: updated versions in Alpine docker images 5 년 전
general c5a5e71ccc Add zsh terminal prompt support (#722) 5 년 전
gui a110aa63e2 wxGUI/datacatalog: move or copy location/mapset isn't allowed, show warning message dialog (#822) 5 년 전
imagery ca90310887 Fix spelling errors. (#561) 5 년 전
include 229dd3ea77 Fix fixed-width CJK formatting (#523) 5 년 전
lib aaf94906c8 pythonlib: safer mechanism for switching dbs in create_location (#804) 5 년 전
locale 01a6ae4521 i18N: sync from Transifex (https://www.transifex.com/grass-gis/grass7/dashboard/) (#697) 5 년 전
macosx d51de9d1d7 Mac ReadMe: stylistic update (#639) 5 년 전
man 20b2d91b73 manual: revert further pages entry addition (#271) 5 년 전
misc 0dc61c15c9 m.measure manual: mention square feet 5 년 전
mswindows 9ce853b275 simplify GRASS_EXECUTABLE handling in package.sh (#445) 5 년 전
ps 69be6c5f9a manual: comment out SVN Date tag (#200) 5 년 전
raster f614d3fa00 r.horizon manual: fix nasty non-ASCII char 5 년 전
raster3d 696b50d966 manual: PROJ related links updated (#268) 5 년 전
rpm 4720d8dd59 grass.spec: enable EPEL8 5 년 전
scripts 855f674e40 v.in.wfs: add options to set user and password (#808) 5 년 전
singularity 7069dd39d2 standardization of Markdown files (#346) 5 년 전
temporal 6669a4dc9c Fix Flake8 errors in temporal modules (#573) 5 년 전
testsuite a157e45d35 svn refs changed to git (#93) 6 년 전
tools ad0e965e75 manual: put module name at first position (#248) 5 년 전
vector 1419b96e08 v.cluster manual: added note about cluster IDs 5 년 전
visualization 69be6c5f9a manual: comment out SVN Date tag (#200) 5 년 전
.dockerignore 8a07df98bb patch alpine docker image to work with py3.8 (#278) 5 년 전
.gitignore 04c6e59217 delete ctypesgencore/parser/lextab.py (#95) 6 년 전
.travis.yml 5d19d023bd CI: Remove notifications comming from Travis CI (#663) 5 년 전
AUTHORS 47e02fc12c Further svn2git updates 6 년 전
CHANGES 6868ca21b9 CHANGES: links to release pages added 8 년 전
CITING d95567e090 cite: placeholder for version number 7 년 전
CONTRIBUTING.md 9019e6c2f2 CONTRIBUTING.md: improve commit message hint 5 년 전
COPYING 57536ecb10 Fixed missing street in MN address 9 년 전
Dockerfile 368bb8bcf6 add missing Temporal GUI Tools required package in the Dockerfile (#312) 5 년 전
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 년 전
INSTALL a070f5eb42 Welcome to 2020! Change version date to 2020 (#274) 5 년 전
Makefile 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 6 년 전
NEWS a22677f653 NEWS: added 9 년 전
README.md d809d28b79 README: more CI status badges added (#764) 5 년 전
REQUIREMENTS.html a070f5eb42 Welcome to 2020! Change version date to 2020 (#274) 5 년 전
SUBMITTING 1aa0ba0526 Add CONTRIBUTING file with a standard contributor Git how-to (#237) 5 년 전
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp 10 년 전
Vagrantfile 68a145c73d updated to Python 3 6 년 전
aclocal.m4 ac07d4df22 Use ${CC} instead of "cc" for linking on macOS (#611) 5 년 전
binaryInstall.src a1fbc923c8 binaryInstall.src: nad2bin no longer used (completes https://trac.osgeo.org/grass/changeset/74179) 6 년 전
config.guess 177467461e configure update (#89) 6 년 전
config.sub 177467461e configure update (#89) 6 년 전
configure ac07d4df22 Use ${CC} instead of "cc" for linking on macOS (#611) 5 년 전
configure.in 1b89aee14c Cross-platform version of date -Iseconds in configure (#568) 5 년 전
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 a070f5eb42 Welcome to 2020! Change version date to 2020 (#274) 5 년 전
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 Python code quality check General linting CI OSGeo4W Centos

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