Нема описа

Markus Neteler e7ee8252ef fix r.reclass call пре 14 година
db 4d1b9b63ac some keyword cleanup пре 14 година
debian 90dd81d051 files moved in debianGIS repo пре 16 година
demolocation 3fb1a23946 grassrc re-added (needs to be available for compilation process) пре 15 година
display e7a4c5b660 major keywords cleanup пре 14 година
doc 69b8b96669 more cleanup пре 14 година
general 476d9705d3 revert since n=n+1000 etc fail пре 14 година
gui 9951cc1c8e offer univar stats in map menu пре 14 година
imagery e1b40230a6 aerosol optical depth demystified пре 14 година
include c2a3324e65 fix for https://trac.osgeo.org/grass/ticket/1363 пре 14 година
lib 53e0fa1077 do not use Rast_get_null_value_row пре 14 година
locale 55b10e1f1c Milena Nowotarska: cont'ed пре 14 година
macosx 58b5d520f7 make sure user help folder exists пре 14 година
man 9377f03997 happy new year пре 14 година
misc e7a4c5b660 major keywords cleanup пре 14 година
mswindows bd56669f91 wingrass: fix 'grass.bat' to accept arguments, recover 'grass' script пре 14 година
ps 1eb5f3f076 merge -b flag fixes from relbr4: пре 14 година
raster 8c5313e782 do not use Rast_get_null_value_row() пре 14 година
raster3d 47e08ed0e7 fix typos пре 14 година
rfc a3f16e7ef1 +Anne, +Helmut пре 15 година
rpm b7d974c0e7 remove GEM пре 15 година
scripts e7ee8252ef fix r.reclass call пре 14 година
sites 9339a2b67e use array for keywords (to avoid duplicate locales) пре 16 година
testsuite c4464c33f8 small fixes пре 17 година
tools ce894dde25 happy new year пре 14 година
vector 6e2a866c9c close vector пре 14 година
visualization 7d252b05c7 nviz_cmd: remove double parameter & cosmetics in params description пре 14 година
AUTHORS 6d25b627ea fix my address пре 14 година
CHANGES db49180dd7 welcome to GRASS 7.0.svn пре 17 година
COPYING 4c251ca11d affiliation updated пре 15 година
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn пре 17 година
INSTALL df43a42758 new Progman URL пре 15 година
Makefile 1303b1a731 added missing csv files (ticket https://trac.osgeo.org/grass/ticket/1207) пре 14 година
README df43a42758 new Progman URL пре 15 година
REQUIREMENTS.html f963c5a2d9 clean up URLs пре 15 година
SUBMITTING 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed пре 14 година
SUBMITTING_DOCS 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed пре 14 година
SUBMITTING_PYTHON 4e5ba813ad use full strings in wxGUI пре 14 година
TODO 6a677a47f9 updated пре 17 година
aclocal.m4 3da00a81f8 Re-write SC_CONFIG_CFLAGS to use $host пре 15 година
binaryInstall.src cd454260e1 attempt to fix bug https://trac.osgeo.org/grass/ticket/620 пре 14 година
config.guess fbd85385e9 Update to current state (from http://git.savannah.gnu.org), see trac https://trac.osgeo.org/grass/ticket/158) (merge from devel_grass6) пре 17 година
config.sub fbd85385e9 Update to current state (from http://git.savannah.gnu.org), see trac https://trac.osgeo.org/grass/ticket/158) (merge from devel_grass6) пре 17 година
configure 77eba2c391 Fix cairo checks пре 14 година
configure.in 77eba2c391 Fix cairo checks пре 14 година
contributors.csv 6d25b627ea fix my address пре 14 година
contributors_extra.csv 2e22c7c228 Luca Delucchi + Duccio Rocchini: two new indices пре 14 година
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn пре 17 година
grass7_arch.png 18fec36a81 grasslib.dox moved from lib to . пре 15 година
grasslib.dox 81046bc4c5 cosmetics in main dox page пре 14 година
install-sh 70f065956b Set svn:executable property on install-sh пре 15 година
translators.csv a6d9c5b085 Fred Maranhão: cont'ed пре 14 година

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/