Без опису

Anna Petrasova 9d140ebe89 fix newid in psmap 5 роки тому
.github ae77f4c454 added .github/FUNDING.yml 6 роки тому
.travis 4003497085 Update of travis configuration for Python 3 (#115) 6 роки тому
db a157e45d35 svn refs changed to git (#93) 6 роки тому
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable 10 роки тому
display 3f2ea9c02e d.mon: fix debug call 6 роки тому
doc 1876472d23 sync to G78 version 6 роки тому
docker 55723ae204 use copy instead of git clone in Dockerfiles (#151) 5 роки тому
general 761d9a17d9 Update from proj.4 to proj (#55) 5 роки тому
gui 9d140ebe89 fix newid in psmap 5 роки тому
imagery 0a5d523d22 i.zc (#142) 5 роки тому
include a83af32aac Band references implementation (#63) 6 роки тому
lib f5c0b8f796 t.vect.export: GPKG support added (#129) 5 роки тому
locale 5637675720 i18N: sync from Transifex (#124) 6 роки тому
macosx 8040b90777 macosx: update mentioned GRASS version 11 роки тому
man a157e45d35 svn refs changed to git (#93) 6 роки тому
misc 7c0de2fdf3 m.nviz.script: fix memory leaks 6 роки тому
mswindows a157e45d35 svn refs changed to git (#93) 6 роки тому
ps c913a5a597 v.db.connect and ps.map manuals: fix typos; DPI cosmetics 6 роки тому
raster 52537911ad r.category: less confusing user msgs about values parm 5 роки тому
raster3d b4432f400e change Python shebang to python3 (#75) 6 роки тому
rpm 9bd835dcdf superceeded by grass.spec 5 роки тому
scripts b6c9f9b7dc g.extension: #3902 multiple metadata entries (#138) 5 роки тому
temporal 5775e71c4b t.rast.series manual: start with scope of module 5 роки тому
testsuite a157e45d35 svn refs changed to git (#93) 6 роки тому
tools b4432f400e change Python shebang to python3 (#75) 6 роки тому
vector 1204d20486 r.resamp*, v.surf.rst: more resampling keywords added (#141) 5 роки тому
visualization 3ce922e70d Remove wximgview 9 роки тому
.dockerignore 55723ae204 use copy instead of git clone in Dockerfiles (#151) 5 роки тому
.gitignore 04c6e59217 delete ctypesgencore/parser/lextab.py (#95) 6 роки тому
.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 9 роки тому
Dockerfile fd822f9d7e update Python 3 dependencies (#79) 6 роки тому
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 роки тому
INSTALL 2f892ffa9b Needed version updates for GRASS GIS 7.9 (#77) 6 роки тому
Makefile 3ff0587094 GRASS_VERSION_SVN -> GRASS_VERSION_GIT + update g.version 6 роки тому
NEWS a22677f653 NEWS: added 9 роки тому
README.md 2853568929 r.to.vect: break line when value changes (#113) 5 роки тому
REQUIREMENTS.html 4d0538f57d Re-added Subversion dependency 6 роки тому
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 68a145c73d updated to Python 3 6 роки тому
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 177467461e configure update (#89) 6 роки тому
config.sub 177467461e configure update (#89) 6 роки тому
configure 177467461e configure update (#89) 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 2f892ffa9b Needed version updates for GRASS GIS 7.9 (#77) 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 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