Keine Beschreibung

Anna Petrášová ec12d93b9a wxGUI: add each layer and not throw error when defined output maps are multiple, e.g. in r.series.interp vor 11 Jahren
db 4f754c4a29 sqlite-db: correct debug level (cosmetics) vor 11 Jahren
debian 5017a582a0 test commit for https://trac.osgeo.org/grass/ticket/1346 vor 11 Jahren
demolocation 1fe0848528 demolocation: country_boundaries vector map added from http://www.naturalearthdata.com/downloads/110m-cultural-vectors/ vor 11 Jahren
display a19c5b39c3 d.rast.num: fix segfault due to uninitialized variable vor 11 Jahren
doc da32bb85b9 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) vor 11 Jahren
general 18392108b9 g.mlist: vor 11 Jahren
gui ec12d93b9a wxGUI: add each layer and not throw error when defined output maps are multiple, e.g. in r.series.interp vor 11 Jahren
imagery a7ae38f3be Updated naming conventions vor 11 Jahren
include d244414916 cosmetics in doxyfile (replace hardcoded value) vor 11 Jahren
lib 592c74d8c3 Add G_option_excludes() vor 11 Jahren
locale 4e34eee4bf i18n: messages updated from template vor 11 Jahren
macosx 8040b90777 macosx: update mentioned GRASS version vor 11 Jahren
man 5064534c49 pygrass doc: check if executable is sphinx-build or sphinx-build2 vor 11 Jahren
misc b57946a4ec libgis, r.surf.area, v.to.db, m.measure: Renamed G_units_to_meters_factor* to G_meters_to_units_factor* vor 11 Jahren
mswindows 03c0a3fdb6 wingrass: fix msvcrt path (32bit) (merge https://trac.osgeo.org/grass/changeset/60867 from trunk) vor 11 Jahren
ps 990a1a9170 better placement of horizontal legend tick labels and units text vor 11 Jahren
raster 697932681e r.series.interp: samplingpos option is multiple vor 11 Jahren
raster3d 0c99f7de35 r3.info: output also rows, cols and depths vor 11 Jahren
rpm f87282e1de rpm SPEC files: remove outdated files, add README.txt with links vor 11 Jahren
scripts 91c3d81adc m.proj: updated the manual to reflect recent changes to the default separator vor 11 Jahren
temporal ec55a0fde1 t.*: unify module description vor 11 Jahren
testsuite eb895d0eff tests: update r.mapcalc expression syntax for GRASS 7 vor 11 Jahren
tools df473ccd3c manual: link logo with index page vor 11 Jahren
vector a8bfad4bb7 v.in.ogr: msg cosmetics vor 11 Jahren
visualization 1797fb90bd xganim: removing xganim from Makefile and other places (following https://trac.osgeo.org/grass/changeset/58484) vor 11 Jahren
AUTHORS 8d1b8a47be +GSoC 2013 awardees vor 11 Jahren
CHANGES db49180dd7 welcome to GRASS 7.0.svn vor 17 Jahren
COPYING 399d774cd8 Use main Web site URL; minor updates vor 11 Jahren
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn vor 17 Jahren
INSTALL df43a42758 new Progman URL vor 15 Jahren
Makefile 4d3d44467e wxgui: add support for sphinx documentation vor 11 Jahren
README df43a42758 new Progman URL vor 15 Jahren
REQUIREMENTS.html 0ccb5269a4 REQUIREMENTS.html: XDR ref removed as it is included in libgis (trac https://trac.osgeo.org/grass/ticket/2236) vor 11 Jahren
SUBMITTING 48163395be SUBMITTING: fix URL vor 11 Jahren
SUBMITTING_DOCS 5fa5445cf8 SUBMITTING_DOCS: updated for PNG compression and svn propset script; cosmetics vor 12 Jahren
SUBMITTING_PYTHON 48163395be SUBMITTING: fix URL vor 11 Jahren
SUBMITTING_WXGUI 48163395be SUBMITTING: fix URL vor 11 Jahren
TODO 6a677a47f9 updated vor 17 Jahren
aclocal.m4 e2891f5461 enable AIX shared libs vor 12 Jahren
binaryInstall.src 286942308d svn propset vor 12 Jahren
config.guess 660821dabb autoconf support file update from git.savannah.gnu.org vor 11 Jahren
config.sub 660821dabb autoconf support file update from git.savannah.gnu.org vor 11 Jahren
configure 7ce65c867e support for newer svnversion output string (https://trac.osgeo.org/grass/ticket/587) vor 11 Jahren
configure.in 7ce65c867e support for newer svnversion output string (https://trac.osgeo.org/grass/ticket/587) vor 11 Jahren
contributors.csv adb8cd7586 contributors.csv: +Margherita Di Leo vor 11 Jahren
contributors_extra.csv 73a5342a17 contributors_extra.csv: added CERL developer; cleanup for developer listed in contributors.csv vor 11 Jahren
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn vor 17 Jahren
grasslib.dox 7392d6dbb2 manual cosmetics vor 11 Jahren
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) vor 12 Jahren
translators.csv 15f9a02ff8 YusiJi: Chinese translation cont'ed vor 11 Jahren

README

GRASS 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://grass.osgeo.org/programming7/rfc/rfc2_psc.html
and the code submission guidelines (file SUBMITTING in this
directory).

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://grass.osgeo.org/programming7/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: ./grassrefman.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/