Aucune description

Martin Landa 6ff77671c4 v.select: code reorganization il y a 14 ans
db 98a74aeb27 ogr-dbmi: fix db__driver_execute_immediate() il y a 14 ans
debian 90dd81d051 files moved in debianGIS repo il y a 16 ans
demolocation 5ed9ab6a51 rename gisenv variable GRASS_GUI to GUI (gisenv variable has no il y a 14 ans
display 3dd73732ef d.vect: fix showing cats for OGR layers (centroids from topo) il y a 14 ans
doc 105048f06e updated il y a 14 ans
general 027f4943cc List --overwrite flag il y a 14 ans
gui 4e60d13c99 Fix DBM manage layers page so that it can be accessed with mouse on Mac. il y a 14 ans
imagery af3e343b30 made precipitation input optional to allow Original Hargreaves method il y a 14 ans
include 1fb2ba63aa wxNviz: view history il y a 14 ans
lib 4604d673b2 fix for ticket https://trac.osgeo.org/grass/ticket/1158, to be backported after G_wait is backported il y a 14 ans
locale 14eefd9f92 parser simplification; typo il y a 14 ans
macosx ba63aa9662 update FSF mailing address (https://trac.osgeo.org/grass/ticket/1422) il y a 14 ans
man 9377f03997 happy new year il y a 14 ans
misc e7a4c5b660 major keywords cleanup il y a 14 ans
mswindows fab82ed8db ticket https://trac.osgeo.org/grass/ticket/1419 il y a 14 ans
ps c692835751 full RGB support for the setcolor instruction (https://trac.osgeo.org/grass/ticket/192) & document hidden setcolor functionality; i18n il y a 14 ans
raster 14eefd9f92 parser simplification; typo il y a 14 ans
raster3d 836acda9ff Milena Nowotarska: msg cleanup; HTML cleanup il y a 14 ans
rfc a3f16e7ef1 +Anne, +Helmut il y a 15 ans
rpm b7d974c0e7 remove GEM il y a 15 ans
scripts bc00000801 update link for Status Map FAQ (manual) il y a 14 ans
sites 04032957dc gislib: G_squeeze return type char * -> void il y a 14 ans
testsuite c4464c33f8 small fixes il y a 17 ans
tools 3979c65594 restore original file with timestamp if indent did not change anything il y a 14 ans
vector 6ff77671c4 v.select: code reorganization il y a 14 ans
visualization a8d8fe190c anglify text il y a 14 ans
AUTHORS 655e4b3838 G3D -> RASTER3D il y a 14 ans
CHANGES db49180dd7 welcome to GRASS 7.0.svn il y a 17 ans
COPYING a6092698d1 update FSF mailing address (https://trac.osgeo.org/grass/ticket/1422) il y a 14 ans
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn il y a 17 ans
INSTALL df43a42758 new Progman URL il y a 15 ans
Makefile 1303b1a731 added missing csv files (ticket https://trac.osgeo.org/grass/ticket/1207) il y a 14 ans
README df43a42758 new Progman URL il y a 15 ans
REQUIREMENTS.html f963c5a2d9 clean up URLs il y a 15 ans
SUBMITTING 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed il y a 14 ans
SUBMITTING_DOCS 38efbdc33c update SUBMITTINGS for GRASS7, shell script rules removed il y a 14 ans
SUBMITTING_PYTHON 4e5ba813ad use full strings in wxGUI il y a 14 ans
TODO 6a677a47f9 updated il y a 17 ans
aclocal.m4 dccfad0edb Fix LOC_CHECK_FUNC error message il y a 14 ans
binaryInstall.src cd454260e1 attempt to fix bug https://trac.osgeo.org/grass/ticket/620 il y a 14 ans
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) il y a 17 ans
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) il y a 17 ans
configure f7ac590749 libLAS casing il y a 14 ans
configure.in f7ac590749 libLAS casing il y a 14 ans
contributors.csv a3c6adcbbb extra contributors are saved in contributors_extra.csv il y a 14 ans
contributors_extra.csv a3c6adcbbb extra contributors are saved in contributors_extra.csv il y a 14 ans
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn il y a 17 ans
grass7_arch.png 18fec36a81 grasslib.dox moved from lib to . il y a 15 ans
grasslib.dox 9ab7b3fc64 doxygen: g3d renamed to raster3d il y a 14 ans
install-sh 70f065956b Set svn:executable property on install-sh il y a 15 ans
translators.csv 36deb4b38e Sylvain Maillard: con'ed il y a 14 ans

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/