Sin descripción

Vaclav Petras 2a77b5b58d wxGUI/lmgr: simplify notebook tabs names hace 9 años
db 3e1e03f267 mysql driver: fix -Wformat-security issue hace 9 años
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable hace 10 años
display cd8db2f132 manual: avoid specific gender; HTML cosmetics hace 9 años
doc e243027727 doc/howto_release.txt: another web page to update hace 9 años
general 2b56d2452d Various typos (fixes https://trac.osgeo.org/grass/ticket/2882 Patch for various spelling errors (sebastic)) hace 9 años
gui 2a77b5b58d wxGUI/lmgr: simplify notebook tabs names hace 9 años
imagery 2b56d2452d Various typos (fixes https://trac.osgeo.org/grass/ticket/2882 Patch for various spelling errors (sebastic)) hace 9 años
include 0203260c5f make: fix compilation of certain addons on mac, lowercase r flag does not work on Mac hace 9 años
lib 18f6b15097 pygrass: fixed grid doctest, working on https://trac.osgeo.org/grass/ticket/2261 hace 9 años
locale 0a719e617e Daniel Torres: ES translation cont'ed hace 9 años
macosx 8040b90777 macosx: update mentioned GRASS version hace 11 años
man 28af82b774 Happy new year hace 9 años
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 hace 10 años
mswindows 6123119d63 attempt to fix d.fontlist crashes on Windows (https://trac.osgeo.org/grass/ticket/2870) hace 9 años
ps c5651747d2 bugfix: crazy y values for vpoints in vector legend as vector.layer[i].offset was being used uninitialized (offset and coffset are only used for parallel road feature of vlines). another approach might be to init them to 0 in ps.map/vector.h. should be backported to all branches hace 10 años
raster b924182898 Fix row cache (issue https://trac.osgeo.org/grass/ticket/2917) hace 9 años
raster3d d481de8e90 update 3D raster intro page hace 9 años
rpm f87282e1de rpm SPEC files: remove outdated files, add README.txt with links hace 11 años
scripts 6d82aa9480 i.pansharpen: fix r.colors call; HTML cosmetics; shrink screenshots to 600px width as per documentation rules hace 9 años
temporal ab3740fbd2 t.list: added output option, started working on https://trac.osgeo.org/grass/ticket/2319 hace 9 años
testsuite 75b436c37a testsuite rhemisphere.sh: update r.mapcalc call hace 10 años
tools 91ac265df0 Vagrant: enable liblas hace 9 años
vector 8725a9ef62 v.proj manual: describe automated vertex densification (default) hace 9 años
visualization 3ce922e70d Remove wximgview hace 9 años
.travis.yml a9126de50c add grass-dev list to Travis CI recipients hace 10 años
AUTHORS 5132dac8e3 AUTHORS: partial update hace 9 años
CHANGES 53031241e4 Update CHANGES file content to a GRASS GIS 7 summary hace 10 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 28af82b774 Happy new year hace 9 años
Makefile 656037f2e2 make libs target: also compile lib/python hace 9 años
README 619931bd15 Update urls in README hace 10 años
README.debian c4752cee86 move README.debian to root directory, remove debian directory to simplify debian packaging hace 10 años
REQUIREMENTS.html 28af82b774 Happy new year hace 9 años
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting hace 11 años
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp hace 10 años
Vagrantfile 91ac265df0 Vagrant: enable liblas hace 9 años
aclocal.m4 aea5a299c6 aclocal.m4: add support for w64-ming32 builds hace 9 años
binaryInstall.src ff3feb12e7 various typos fixed (via Debian lintian QA tool, contributor: sebastic; trac https://trac.osgeo.org/grass/ticket/2841) hace 9 años
config.guess 4c78c21606 config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ hace 9 años
config.sub 4c78c21606 config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ hace 9 años
configure 4c78c21606 config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ hace 9 años
configure.in f1bb8d5ee8 add PDAL C++ lib dependency to configure hace 9 años
contributors.csv adb8cd7586 contributors.csv: +Margherita Di Leo hace 11 años
contributors_extra.csv 4169a29db1 t.rast.aggregate manual: more examples (contributed by Veronica Andreo) hace 10 años
grass.pc.in 1a5d566ba7 pkg-config file: update hace 10 años
grasslib.dox 28af82b774 Happy new year hace 9 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 3255ad31eb fix translators file hace 10 años

README

GRASS GIS 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://trac.osgeo.org/grass/wiki/RFC/2_LegalAspectsOfCodeContributions
and the code submission guidelines
http://trac.osgeo.org/grass/wiki/Submitting

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://trac.osgeo.org/grass/wiki/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: ./grasslib.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/