Нема описа

Soeren Gebbert b74f09a2f3 Moved unittests of the temporal framework into a testsuite directory. The unittest_register.py test пре 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 a19c5b39c3 d.rast.num: fix segfault due to uninitialized variable пре 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 60fac8824a g.region: Read vector header only for performance improvement пре 11 година
gui 2c71e72f93 sphinx documentation: fix requirements check; move rst files into src/ directory for wxgui пре 11 година
imagery c6a35d6b03 i.gensigset manual: explain 'Unreliable clustering' warning; HTML cosmetics пре 11 година
include 2c71e72f93 sphinx documentation: fix requirements check; move rst files into src/ directory for wxgui пре 11 година
lib b74f09a2f3 Moved unittests of the temporal framework into a testsuite directory. The unittest_register.py test пре 11 година
locale 460ba05002 Korean translation: Fix renamed пре 11 година
macosx 8040b90777 macosx: update mentioned GRASS version пре 11 година
man 37ebdd8ba1 python documentation: start sphinx documentation for lib/python пре 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 81f45bca03 wingrass: fix icons location пре 11 година
ps 990a1a9170 better placement of horizontal legend tick labels and units text пре 11 година
raster 73878e7d92 r.horizon: label/description cosmetics (description is still too long) пре 11 година
raster3d 0c99f7de35 r3.info: output also rows, cols and depths пре 11 година
rpm f87282e1de rpm SPEC files: remove outdated files, add README.txt with links пре 11 година
scripts 60209307e7 wingrass: produce bat files for scripts пре 11 година
temporal c7c650d43a Changes column print flag from -h to -c пре 11 година
testsuite eb895d0eff tests: update r.mapcalc expression syntax for GRASS 7 пре 11 година
tools df473ccd3c manual: link logo with index page пре 11 година
vector daf291752d v.net: list all modules with turntable support in manual пре 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 пре 11 година
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 0ccb5269a4 REQUIREMENTS.html: XDR ref removed as it is included in libgis (trac https://trac.osgeo.org/grass/ticket/2236) пре 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 9091f7222d configure: compile with SQLite by default to avoid unintentional builds without SQLite пре 11 година
configure.in 9091f7222d configure: compile with SQLite by default to avoid unintentional builds without SQLite пре 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 15f9a02ff8 YusiJi: Chinese translation cont'ed пре 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/