Sin descripción

Martin Landa a0d12fdb9f wingrass (standalone): use bash instead of cmd (workaround for missing completion and python's MAX_REPEAT problem) hace 12 años
db c9748fd35a keyword cosmetics: remove confusing 'driver' keyword hace 12 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 7fbe8024f9 "no defaults" not needed here. (see /usr/share/proj/proj_def.dat) hace 12 años
display 30882ba0e5 d.vect.chart: more guisections hace 12 años
doc 24eea3355d howto_release.txt: small updates hace 12 años
general ad9631a3a3 g.gui: using interpreter path rather than script path as zeroth argument to fix max os x posix_spawn error (No such file or directory) hace 12 años
gui 5222d16f36 wxGUI: fix wildcard format (attempt to fix https://trac.osgeo.org/grass/ticket/2075) hace 12 años
imagery 01c7720133 i.smap: keep supervised classification keyword hace 12 años
include 5120adf63f Fixed potential memory leak in integer list init, added new and free ilist functions. hace 12 años
lib 4d07226d2e Copy data back to original mapset and log hace 12 años
locale a49b1656db Sylvain Maillard: FR translation cont'ed hace 12 años
macosx 04a4048552 strip out isysroot flags so extensions will compile at runtime hace 12 años
man 1bcab828b2 rename wxGUI.Components to wxGUI.components (one more for https://trac.osgeo.org/grass/changeset/57007) hace 12 años
misc af20a2021b m.nviz.image: add flag to change normal direction of isosurfaces hace 12 años
mswindows a0d12fdb9f wingrass (standalone): use bash instead of cmd (workaround for missing completion and python's MAX_REPEAT problem) hace 12 años
ps c3ab662751 avoid 'format not a string literal and no format arguments' hace 12 años
raster 2155c10d09 r.sunhours: add link for SOLPOS algorithm hace 12 años
raster3d c6d31d259f svn props hace 12 años
rfc a96444e1bf update psc_motions.dox: write access granted to Stepan Turek and Pietro Zambelli hace 12 años
rpm b7d974c0e7 remove GEM hace 15 años
scripts 39f425126f r.in.wms/v.in.wfs: clean up keywords hace 12 años
temporal 43c8ac9dec New sample tests hace 12 años
testsuite 070eaa1a92 msg typo: occured -> occurred hace 12 años
tools fab1224e06 rename script to something less generic hace 12 años
vector 183a9333fd v.in.ascii: fix skip parameter, it required one line more (related to G_getl2 usage) hace 12 años
visualization acb7ef9a1e fix std option def'ns hace 12 años
AUTHORS 8a7ae43905 +GSoC 2012 awardees hace 12 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 df43a42758 new Progman URL hace 15 años
Makefile 2268aec0a3 update Makefile: 'form' lib removed hace 12 años
README df43a42758 new Progman URL hace 15 años
REQUIREMENTS.html 4f9b2ee7e6 wxGUI: raise minimum version to 2.8.10.1 hace 12 años
SUBMITTING be0401aedc wxGUI: submitting file created hace 12 años
SUBMITTING_DOCS 5fa5445cf8 SUBMITTING_DOCS: updated for PNG compression and svn propset script; cosmetics hace 12 años
SUBMITTING_PYTHON be0401aedc wxGUI: submitting file created hace 12 años
SUBMITTING_WXGUI ec8197991a wxGUI: note to submitting hace 12 años
TODO 6a677a47f9 updated hace 17 años
aclocal.m4 e2891f5461 enable AIX shared libs hace 12 años
binaryInstall.src 286942308d svn propset hace 12 años
config.guess 9cebd6018e config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ hace 12 años
config.sub 9cebd6018e config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ hace 12 años
configure 1ca319d14a Add LIBLAS_INC to CPPFLAGS when compiling test case hace 12 años
configure.in 1ca319d14a Add LIBLAS_INC to CPPFLAGS when compiling test case hace 12 años
contributors.csv 8fac67b1ec wedding announcement hace 12 años
contributors_extra.csv ad0e9fee6f update contributors files: Stepan Turek moved from extra contributors hace 12 años
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn hace 17 años
grasslib.dox 4030455afd doxygen: fix references to sublibs hace 12 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 6905329e94 Elena Mezzini: IT translation cont'ed hace 12 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/