Žiadny popis

Markus Neteler d20e80b47f Javier Garcia Prieto: ES cont'ed 9 rokov pred
db b937e83513 odbc db driver: fix compilation issue on Cygwin (64bit) 9 rokov pred
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable 10 rokov pred
display 864df3a914 d.rast.arrow: Remove trailing spaces 9 rokov pred
doc deb494511d howto_release: add trac milesstone update 9 rokov pred
general 28af82b774 Happy new year 9 rokov pred
gui d2c1aa3a24 update header comment 9 rokov pred
imagery 19772bd603 corrected double definition for Aster problem 9 rokov pred
include 87274dfb09 Move vectorised functions from r.mapcalc into a separate library 9 rokov pred
lib 95f4fc3ff8 pygrass rpc: Terminate the server process instead of joining to avoid deadlock 9 rokov pred
locale d20e80b47f Javier Garcia Prieto: ES cont'ed 9 rokov pred
macosx 8040b90777 macosx: update mentioned GRASS version 11 rokov pred
man 28af82b774 Happy new year 9 rokov pred
misc 821ac0d925 change color standard options to differentiate between allowing and not allowing none as color instead of bg/fg color, apply the change in modules and in this way fix several modules with incorrect options 10 rokov pred
mswindows 6123119d63 attempt to fix d.fontlist crashes on Windows (https://trac.osgeo.org/grass/ticket/2870) 9 rokov pred
ps c5651747d2 bugfix: crazy y values for vpoints in vector legend as vector.layer[i].offset was being used uninitialized (offset and coffset are only used for parallel road feature of vlines). another approach might be to init them to 0 in ps.map/vector.h. should be backported to all branches 10 rokov pred
raster d355817ed2 Remove redundant installation rule 9 rokov pred
raster3d bc868be915 make cube primary term and emph the that cuboid is rectangular 9 rokov pred
rpm f87282e1de rpm SPEC files: remove outdated files, add README.txt with links 11 rokov pred
scripts 2615067733 v.import: support overwriting 9 rokov pred
temporal 2fcb995161 temporal modules: Better keywords for module_items.xml 9 rokov pred
testsuite 75b436c37a testsuite rhemisphere.sh: update r.mapcalc call 10 rokov pred
tools 2adf5b6ccd documentation: fixed link to source list for each module 9 rokov pred
vector ecc1c9778f v.in.ogr: msg fix (see https://trac.osgeo.org/grass/changeset/67645) 9 rokov pred
visualization 3ce922e70d Remove wximgview 9 rokov pred
.travis.yml a9126de50c add grass-dev list to Travis CI recipients 10 rokov pred
AUTHORS 5132dac8e3 AUTHORS: partial update 9 rokov pred
CHANGES 53031241e4 Update CHANGES file content to a GRASS GIS 7 summary 10 rokov pred
COPYING 399d774cd8 Use main Web site URL; minor updates 12 rokov pred
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 rokov pred
INSTALL 28af82b774 Happy new year 9 rokov pred
Makefile 4d3d44467e wxgui: add support for sphinx documentation 11 rokov pred
README 619931bd15 Update urls in README 10 rokov pred
README.debian c4752cee86 move README.debian to root directory, remove debian directory to simplify debian packaging 10 rokov pred
REQUIREMENTS.html 28af82b774 Happy new year 9 rokov pred
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting 11 rokov pred
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp 10 rokov pred
aclocal.m4 aea5a299c6 aclocal.m4: add support for w64-ming32 builds 9 rokov pred
binaryInstall.src ff3feb12e7 various typos fixed (via Debian lintian QA tool, contributor: sebastic; trac https://trac.osgeo.org/grass/ticket/2841) 9 rokov pred
config.guess 4c78c21606 config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ 9 rokov pred
config.sub 4c78c21606 config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ 9 rokov pred
configure 4c78c21606 config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ 9 rokov pred
configure.in f1bb8d5ee8 add PDAL C++ lib dependency to configure 9 rokov pred
contributors.csv adb8cd7586 contributors.csv: +Margherita Di Leo 11 rokov pred
contributors_extra.csv 4169a29db1 t.rast.aggregate manual: more examples (contributed by Veronica Andreo) 10 rokov pred
grass.pc.in 1a5d566ba7 pkg-config file: update 10 rokov pred
grasslib.dox 28af82b774 Happy new year 9 rokov pred
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) 12 rokov pred
translators.csv 3255ad31eb fix translators file 10 rokov pred

README

GRASS GIS Development Subversion repository

##########################################################
How to get write access here?

Write access is only granted to developers who agree to abide by
RFC2 - Legal aspects of code contributions
http://trac.osgeo.org/grass/wiki/RFC/2_LegalAspectsOfCodeContributions
and the code submission guidelines
http://trac.osgeo.org/grass/wiki/Submitting

This needs to be communicated to a GRASS developer. S/he will
then possibly propose you to the GRASS Project Steering committee
after a period of evaluation. For details, see
http://trac.osgeo.org/grass/wiki/RFC

Once write access is granted, you, the new developer need to
obtain an "osgeo_id" at http://www.osgeo.org/osgeo_userid
If you already have an "osgeo_id" but forgot it, search for it at
Search at http://www.osgeo.org/cgi-bin/ldap_web_search.py

##########################################################
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 at:
http://grass.osgeo.org/programming7/