No Description

Pietro Zambelli d5bca24fca pygrass: fix Geo init, set attrs as last thing and only if cat is set 10 years ago
db 394e170324 db.table: check if driver is defined 10 years ago
demolocation e977254e5d GRASS_DB_ENCODING is environmental variable 10 years ago
display b23c562b47 d.mon: be less verbose, modules usually prints error message already 10 years ago
doc a8ef11c6cd various typo fixes, found by the Debian lintian QA tool 10 years ago
general e053bee5c3 g.list: Rename cmp to compare_elist 10 years ago
gui 318c4986a9 wxGUI: r.import does not have k flag 10 years ago
imagery 8e7becc74b imagery intro manual: mention i.eb.* and i.evapo.* 10 years ago
include b741de342a attempt to fix https://trac.osgeo.org/grass/ticket/2711 (segfault caused by db error handler) 10 years ago
lib d5bca24fca pygrass: fix Geo init, set attrs as last thing and only if cat is set 10 years ago
locale 81fb498329 Sylvain Maillard: FR cont'ed 10 years ago
macosx 8040b90777 macosx: update mentioned GRASS version 11 years ago
man 6bf729ce6e manual: main page name cosmetics 10 years ago
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 years ago
mswindows 500e862685 winGRASS installer: fix spearfish60_grass7 DB (use G7 version, not G6 version) 10 years ago
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 10 years ago
raster e89b71ec29 r.in.gdal: indent cosmetics 10 years ago
raster3d a8ef11c6cd various typo fixes, found by the Debian lintian QA tool 10 years ago
rpm f87282e1de rpm SPEC files: remove outdated files, add README.txt with links 11 years ago
scripts 3793644911 v.import: use v.in.ogr -j to compare projections, use CalledModuleError 10 years ago
temporal 0d15dfef72 t.rast.accumulate: explain method parameter (todo: make identical to r.series.accumulate) 10 years ago
testsuite 75b436c37a testsuite rhemisphere.sh: update r.mapcalc call 10 years ago
tools 39095e7733 clean code using PEP8 rules, substitute mixed tab/space indentation with space 10 years ago
vector fafb075a61 make documentation conform to std to radius change in parameter names 10 years ago
visualization c6f21c0108 consolidate naming of environmental rendering-related variables 10 years ago
.travis.yml a9126de50c add grass-dev list to Travis CI recipients 10 years ago
AUTHORS 7b5f81f89a AUTHORS: some updates 10 years ago
CHANGES 53031241e4 Update CHANGES file content to a GRASS GIS 7 summary 10 years ago
COPYING 399d774cd8 Use main Web site URL; minor updates 12 years ago
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 years ago
INSTALL fe94279c39 happy new year 10 years ago
Makefile 4d3d44467e wxgui: add support for sphinx documentation 11 years ago
README 619931bd15 Update urls in README 10 years ago
README.debian c4752cee86 move README.debian to root directory, remove debian directory to simplify debian packaging 10 years ago
REQUIREMENTS.html ca43752e65 REQUIREMENTS.html: cosmetics 10 years ago
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting 11 years ago
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp 10 years ago
aclocal.m4 47ee1e960a updated config.guess config.sub from upstream repo; fix aclocal.m4 for hurd-i386 and kfreebsd-* architectures (trac https://trac.osgeo.org/grass/ticket/2580) 10 years ago
binaryInstall.src 1eccedfd8e make bindist: update script to G7 11 years ago
config.guess cf4e55fcc3 config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ 10 years ago
config.sub cf4e55fcc3 config.guess + config.sub: updated from http://git.savannah.gnu.org/cgit/config.git/plain/ 10 years ago
configure 47ee1e960a updated config.guess config.sub from upstream repo; fix aclocal.m4 for hurd-i386 and kfreebsd-* architectures (trac https://trac.osgeo.org/grass/ticket/2580) 10 years ago
configure.in d7e30cc75b configure: hardcode GRASS_VERSION_SVN=00000 for platforms without svnversion program available (needed for g.version) 10 years ago
contributors.csv adb8cd7586 contributors.csv: +Margherita Di Leo 11 years ago
contributors_extra.csv afc114cefc add Tereza Fiedlerova (DataCatalog) to contributors_extra.csv 11 years ago
grass.pc.in 1a5d566ba7 pkg-config file: update 10 years ago
grasslib.dox fe94279c39 happy new year 10 years ago
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) 12 years ago
translators.csv f3fe3386ed Czech translation updated by Stanislav Horáček 10 years ago

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/