Sin descripción

Markus Neteler 08d5224b41 manual: some cleanup of HTML and examples hace 10 años
db 08d5224b41 manual: some cleanup of HTML and examples hace 10 años
debian e480e3543e git-core pkg renamed to just 'git' (merge from devbr6) plus some other hints and TODOs hace 12 años
demolocation 1fe0848528 demolocation: country_boundaries vector map added from http://www.naturalearthdata.com/downloads/110m-cultural-vectors/ hace 11 años
display 08d5224b41 manual: some cleanup of HTML and examples hace 10 años
doc a77f941d21 unused i.points + i.vpoints removed: replaced by g.gui.gcp (trunk, https://trac.osgeo.org/grass/changeset/62555) hace 10 años
general 56e4b007d1 manual: keywords cleanup hace 10 años
gui 38ded8fda5 wxGUI: cosmetics in DMonMap (self.mapfile has already extension defined) hace 10 años
imagery 517fb0e517 manual: minor updates hace 10 años
include 77b5107ab8 Script.make: install also image files for addons modules hace 10 años
lib 3c5ef5f58a explain that display frame coordinates are measured from top-left corner hace 10 años
locale 039a1e84bf i18N: msg update from template hace 10 años
macosx b049ae7010 macosx: update mentioned GRASS version hace 11 años
man cf556926e7 keywords: remove debug output hace 10 años
misc e075dce80e update manual pages (https://trac.osgeo.org/grass/ticket/2409) hace 10 años
mswindows 316afe2baf nsis: attempt to fix optional MS runtime installation (merge from trunk: https://trac.osgeo.org/grass/changeset/62082) hace 11 años
ps a51f5ca08a ps.map: fix uninitialized pointer found by coverity scan (merge from trunk, https://trac.osgeo.org/grass/changeset/62479) hace 10 años
raster 48541efd52 r.walk: sync length of module description to r.cost hace 10 años
raster3d 56e4b007d1 manual: keywords cleanup hace 10 años
rpm 7915810e1e rpm SPEC files: remove outdated files, add README.txt with links hace 11 años
scripts 08d5224b41 manual: some cleanup of HTML and examples hace 10 años
temporal 56e4b007d1 manual: keywords cleanup hace 10 años
testsuite 74624f9333 Update old g.list/remove calls in modules hace 10 años
tools b2ee7e2b48 fix tools/thumbnails.py hace 10 años
vector 08d5224b41 manual: some cleanup of HTML and examples hace 10 años
visualization c67c45fe58 consolidate naming of environmental rendering-related variables hace 10 años
AUTHORS 86733f9e4b AUTHORS: fix web URLs hace 11 años
CHANGES db49180dd7 welcome to GRASS 7.0.svn hace 17 años
COPYING 399d774cd8 Use main Web site URL; minor updates hace 12 años
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn hace 17 años
INSTALL 90079ec8ff updated supporting docs hace 11 años
Makefile 2bafbf74cf sphinx documentation: backported 60817, 61141 and following related to python sphinx documentation hace 10 años
README df43a42758 new Progman URL hace 15 años
REQUIREMENTS.html 025ac1500f Added PLY dependency required for the temporal algebra hace 10 años
SUBMITTING 107499b9c6 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting hace 11 años
TODO a77f941d21 unused i.points + i.vpoints removed: replaced by g.gui.gcp (trunk, https://trac.osgeo.org/grass/changeset/62555) hace 10 años
aclocal.m4 e2891f5461 enable AIX shared libs hace 12 años
binaryInstall.src b3912537e0 make bindist: update script to G7 hace 11 años
config.guess 9f036d1fb1 autoconf support file update from git.savannah.gnu.org hace 11 años
config.sub 9f036d1fb1 autoconf support file update from git.savannah.gnu.org hace 11 años
configure d933b11e46 configure: compile with SQLite by default (backport of https://trac.osgeo.org/grass/changeset/60995) hace 10 años
configure.in d933b11e46 configure: compile with SQLite by default (backport of https://trac.osgeo.org/grass/changeset/60995) hace 10 años
contributors.csv 5381e69ba8 contributors.csv: +Margherita Di Leo hace 11 años
contributors_extra.csv 83bc299745 contributors_extra.csv: added CERL developer; cleanup for developer listed in contributors.csv hace 11 años
grass.pc.in cdb0910ae9 pkg-config file: update (trunk, https://trac.osgeo.org/grass/changeset/62767) hace 10 años
grasslib.dox 24becd9314 r.le suite (r.le.setup, r.le.trace, r.le.pixel, r.le.patch) moved to Addons hace 10 años
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) hace 12 años
translators.csv ba6d09ed94 translators: fix typo hace 11 años

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/