暫無描述

Martin Landa 4c3d96e292 v.report: OGR support (read access) 15 年之前
db 20e17bf5d7 libgis: define CONFIG_DIR 15 年之前
debian 90dd81d051 files moved in debianGIS repo 16 年之前
demolocation a5212e133b Build demolocation using $(MKDIR) and $(INSTALL) instead of "tar" 15 年之前
display ea8563193f remove GISPROMPT_COLOR def from gis.h 15 年之前
doc c247965157 url of GRASS programmer's manual updated 15 年之前
gem 2380c3d3b3 Convert tools/build_html_index.sh to Python, split into multiple scripts 15 年之前
general 00696345a2 Comments updated. 15 年之前
gui de5dc6b750 Pythonized p.db, p.mon, p.cmd, p.rast, and p.vect. 15 年之前
imagery 4fa9c04019 Fix bug in calc_mu (reported by Peng Du); as for https://trac.osgeo.org/grass/changeset/39800 in 6.x 15 年之前
include a7f5109a73 synchronize vector modules (G_OPT_V_FIELD_ALL) 15 年之前
lib d1b1c3961c libpy: vector_columns() - get dictionary / list 15 年之前
locale f8ff4ae662 Luca Delucchi: cont'd 15 年之前
macosx 6c2e2e888f first steps towards config dir (.grass7) 15 年之前
man 0cd836a0bc Fix bug in https://trac.osgeo.org/grass/changeset/39667 (endif->endef) 15 年之前
misc d6700ffb2c Update LIBES, DEPENDENCIES from linkage database 16 年之前
mswindows 6c2e2e888f first steps towards config dir (.grass7) 15 年之前
ps f2e18ece8e Treat destination directories as targets 15 年之前
raster 2c116a50db always close all segment files 15 年之前
raster3d 49b8066c8f Added a new library to grass called ccmath (LGPL license) to replace the 16 年之前
rfc 9ac2e2dc64 address updated, html syntax replaced by doxygen syntax 16 年之前
rpm b62c85c714 6.3 -> 7.0.svn 16 年之前
scripts 4c3d96e292 v.report: OGR support (read access) 15 年之前
sites 9339a2b67e use array for keywords (to avoid duplicate locales) 16 年之前
swig f2e18ece8e Treat destination directories as targets 15 年之前
testsuite c4464c33f8 small fixes 17 年之前
tools d0eb6cab4c Convert mkhtml script to Python 15 年之前
vector 7d21592c77 v.qcount: OGR support (read access) 15 年之前
visualization f2e18ece8e Treat destination directories as targets 15 年之前
AUTHORS a32e68aac8 Update 16 年之前
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 年之前
COPYING db49180dd7 welcome to GRASS 7.0.svn 17 年之前
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 年之前
INSTALL c247965157 url of GRASS programmer's manual updated 15 年之前
Makefile 2d4e57882d note contributors.csv translators.csv (wxGUI/about) + some cosmetics 15 年之前
README c247965157 url of GRASS programmer's manual updated 15 年之前
REQUIREMENTS.html 06bb9194c0 +make version minimum if GNU make 16 年之前
SUBMITTING c247965157 url of GRASS programmer's manual updated 15 年之前
SUBMITTING_DOCS 7b412958b7 say how the docs are handled and generated 16 年之前
SUBMITTING_PYTHON 45420ba71c cosmetics, https://trac.osgeo.org/grass/changeset/37340 16 年之前
SUBMITTING_SCRIPTS db49180dd7 welcome to GRASS 7.0.svn 17 年之前
TODO 6a677a47f9 updated 17 年之前
aclocal.m4 3da00a81f8 Re-write SC_CONFIG_CFLAGS to use $host 15 年之前
binaryInstall.src f44f1b3199 removed superfluous $Id$ tag 17 年之前
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 3da00a81f8 Re-write SC_CONFIG_CFLAGS to use $host 15 年之前
configure.in 3da00a81f8 Re-write SC_CONFIG_CFLAGS to use $host 15 年之前
contributors.csv 2d4e57882d note contributors.csv translators.csv (wxGUI/about) + some cosmetics 15 年之前
contributors_extra.csv 370357de4d Michael Perdue <michael perdue yahoo ca>: ASTER sensor added (trac https://trac.osgeo.org/grass/ticket/712) 16 年之前
grass.pc.in db49180dd7 welcome to GRASS 7.0.svn 17 年之前
install-sh f44f1b3199 removed superfluous $Id$ tag 17 年之前
translators.csv 3cbf73b3b6 synchonize cz/cs codes in translators file 15 年之前

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://download.osgeo.org/grass/grass7_progman/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://download.osgeo.org/grass/grass7_progman/rfc/main.html

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://download.osgeo.org/grass/grass7_progman/