暫無描述

Markus Metz ea7f069a43 Vlib: fix native version of Vect_remove_small_areas() 11 年之前
db 4f754c4a29 sqlite-db: correct debug level (cosmetics) 11 年之前
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 14094c2e2c d.rast.num: fix grid option label (was Backgroud color), readable lables, text color first 11 年之前
doc da32bb85b9 Python3 support: exception objects require 'as' keyword (compliant with Python >= 2.6) (trac https://trac.osgeo.org/grass/ticket/2288) 11 年之前
general c687b0d2f9 gunittest: makefiles and import as a standard grass package (so far no reason for different import) 11 年之前
gui 76a0a4628e wxGUI/wms: fix main dialog on Mac 11 年之前
imagery 0caefef963 Use lib/gis PRNG for readcell() 11 年之前
include 498f194bcc Replace rand/random/lrand48/etc with lib/gis random number functions 11 年之前
lib ea7f069a43 Vlib: fix native version of Vect_remove_small_areas() 11 年之前
locale c0fa5d551e i18n: messages updated from template 11 年之前
macosx 8040b90777 macosx: update mentioned GRASS version 11 年之前
man ebb5d43681 manual: add FAQ url to index page 11 年之前
misc b57946a4ec libgis, r.surf.area, v.to.db, m.measure: Renamed G_units_to_meters_factor* to G_meters_to_units_factor* 11 年之前
mswindows e8a488e92e winGRASS: wrong file permissions for grassXY.py on Windows (https://trac.osgeo.org/grass/ticket/2290) 11 年之前
ps 990a1a9170 better placement of horizontal legend tick labels and units text 11 年之前
raster de382ce133 r.in.lidar: support for intensity values added 11 年之前
raster3d d8f58a0739 r3.neighbors: testsuite: Better overwrite handling in test script 11 年之前
rpm f87282e1de rpm SPEC files: remove outdated files, add README.txt with links 11 年之前
scripts 226526484c i.landsat.rgb renamed to i.colors.enhance (trac https://trac.osgeo.org/grass/ticket/2340) 11 年之前
temporal 6239aa3b19 testing: remove also rasters and 3D rasters (although rasters should be removed by t.remove) 11 年之前
testsuite eb895d0eff tests: update r.mapcalc expression syntax for GRASS 7 12 年之前
tools df473ccd3c manual: link logo with index page 11 年之前
vector 498f194bcc Replace rand/random/lrand48/etc with lib/gis random number functions 11 年之前
visualization 1797fb90bd xganim: removing xganim from Makefile and other places (following https://trac.osgeo.org/grass/changeset/58484) 11 年之前
AUTHORS 8d1b8a47be +GSoC 2013 awardees 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 df43a42758 new Progman URL 15 年之前
Makefile 4d3d44467e wxgui: add support for sphinx documentation 11 年之前
README df43a42758 new Progman URL 15 年之前
REQUIREMENTS.html 9fbd03eba7 remove unused ffmpeg (libavutil) dependency (used by older nviz, now creating issues with includes https://trac.osgeo.org/grass/ticket/2017) 11 年之前
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting 11 年之前
TODO 6a677a47f9 updated 17 年之前
aclocal.m4 e2891f5461 enable AIX shared libs 12 年之前
binaryInstall.src 286942308d svn propset 12 年之前
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 9fbd03eba7 remove unused ffmpeg (libavutil) dependency (used by older nviz, now creating issues with includes https://trac.osgeo.org/grass/ticket/2017) 11 年之前
configure.in 9fbd03eba7 remove unused ffmpeg (libavutil) dependency (used by older nviz, now creating issues with includes https://trac.osgeo.org/grass/ticket/2017) 11 年之前
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 db49180dd7 welcome to GRASS 7.0.svn 17 年之前
grasslib.dox 7392d6dbb2 manual cosmetics 11 年之前
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 652fa8b986 translators: fix typo 11 年之前

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/