Без опису

Anna Petrášová 81f43e7f77 r.slope.aspect: change behavior for locations where units are not meters https://trac.osgeo.org/grass/ticket/2536 10 роки тому
db 3054b5cfae update to https://trac.osgeo.org/grass/changeset/63843 10 роки тому
debian 5017a582a0 test commit for https://trac.osgeo.org/grass/ticket/1346 11 роки тому
demolocation 1fe0848528 demolocation: country_boundaries vector map added from http://www.naturalearthdata.com/downloads/110m-cultural-vectors/ 11 роки тому
display 611e1035a5 d.vect.thematic: rename nbclasses to nclasses (https://trac.osgeo.org/grass/ticket/2409) 10 роки тому
doc 4cc84b6d58 minor doc fixes 10 роки тому
general 9ccb461937 g.parser manual: mention OR rules 10 роки тому
gui 52f885ca50 wxGUI: force height for colour widget (wxPython 3 fix) 10 роки тому
imagery 38d3bfa41c i.segment: message cosmetics 10 роки тому
include fe94279c39 happy new year 10 роки тому
lib 55c96ff116 Vlib: fix topology updating 10 роки тому
locale accb3dbb2e cont'ed DE translation 10 роки тому
macosx 8040b90777 macosx: update mentioned GRASS version 11 роки тому
man fe94279c39 happy new year 10 роки тому
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 роки тому
mswindows d5b64ce8d2 wingrass cosmetics in comment 10 роки тому
ps 6b9696bf3d update modules to https://trac.osgeo.org/grass/changeset/63823 10 роки тому
raster 81f43e7f77 r.slope.aspect: change behavior for locations where units are not meters https://trac.osgeo.org/grass/ticket/2536 10 роки тому
raster3d 5c78340579 use raster3d instead of raster3D for r3. module family/class keyword 10 роки тому
rpm f87282e1de rpm SPEC files: remove outdated files, add README.txt with links 11 роки тому
scripts 86910c218e remove minor differences to https://trac.osgeo.org/grass/changeset/64155 release 70 branch (probably due to improper backports) 10 роки тому
temporal 4197ed8748 scripts/parser: keywords -> keyword (old style remains accepted) 10 роки тому
testsuite 407a2e6283 update g.region/g.rename calls to use new element names (https://trac.osgeo.org/grass/ticket/2409) 10 роки тому
tools 5c78340579 use raster3d instead of raster3D for r3. module family/class keyword 10 роки тому
vector 3b413611a2 v.external: fix -t flag output for PG format (print also geometry column) 10 роки тому
visualization c6f21c0108 consolidate naming of environmental rendering-related variables 10 роки тому
AUTHORS 244fa897b5 AUTHORS: fix web URLs 11 роки тому
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 роки тому
COPYING 399d774cd8 Use main Web site URL; minor updates 12 роки тому
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 роки тому
INSTALL fe94279c39 happy new year 10 роки тому
Makefile 4d3d44467e wxgui: add support for sphinx documentation 11 роки тому
README df43a42758 new Progman URL 15 роки тому
REQUIREMENTS.html fe94279c39 happy new year 10 роки тому
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting 11 роки тому
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp 10 роки тому
aclocal.m4 e2891f5461 enable AIX shared libs 12 роки тому
binaryInstall.src 1eccedfd8e make bindist: update script to G7 11 роки тому
config.guess 660821dabb autoconf support file update from git.savannah.gnu.org 11 роки тому
config.sub 660821dabb autoconf support file update from git.savannah.gnu.org 11 роки тому
configure d79934ad10 configure: hardcode GRASS_VERSION_SVN=00000 for platforms without svnversion program available (needed for g.version)configure.in 10 роки тому
configure.in d7e30cc75b configure: hardcode GRASS_VERSION_SVN=00000 for platforms without svnversion program available (needed for g.version) 10 роки тому
contributors.csv adb8cd7586 contributors.csv: +Margherita Di Leo 11 роки тому
contributors_extra.csv afc114cefc add Tereza Fiedlerova (DataCatalog) to contributors_extra.csv 11 роки тому
grass.pc.in 1a5d566ba7 pkg-config file: update 10 роки тому
grasslib.dox fe94279c39 happy new year 10 роки тому
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) 12 роки тому
translators.csv 8a57841ce1 Daniel Torres: ES translation cont'ed) 10 роки тому

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/