Bez popisu

Martin Landa ae06cf96e2 v.univar: static fn cosmetics před 10 roky
db 1ec8a337d2 v.db.update: add support for extended SQLite functions před 10 roky
debian 5017a582a0 test commit for https://trac.osgeo.org/grass/ticket/1346 před 11 roky
demolocation 1fe0848528 demolocation: country_boundaries vector map added from http://www.naturalearthdata.com/downloads/110m-cultural-vectors/ před 11 roky
display 4f16df79ce r.relief, r.shade, d.shade: rename from r.shaded.relief, r.shadedmap and d.shadedmap (also improve keywords, see also and examples, add r.shade to toolboxes) před 10 roky
doc e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp před 10 roky
general be5911eedc manual: keywords cleanup před 10 roky
gui ae41bf1497 r.relief, r.shade, d.shade: finish rename from d.shadedmap and r.shaded.relief (fixes https://trac.osgeo.org/grass/changeset/63305) před 10 roky
imagery ae41bf1497 r.relief, r.shade, d.shade: finish rename from d.shadedmap and r.shaded.relief (fixes https://trac.osgeo.org/grass/changeset/63305) před 10 roky
include 3a32e33394 attempt to fix install rules for scrips (etc - addons) před 10 roky
lib 3d71245dea libpython make_command(): say in msg which module call needs an update před 10 roky
locale 2517485ebb i18N: update from templates; cleanup před 10 roky
macosx 8040b90777 macosx: update mentioned GRASS version před 11 roky
man fb583ffdde doc: link only main Python API page from the main page před 10 roky
misc 75da208c29 update manual pages (https://trac.osgeo.org/grass/ticket/2409) před 10 roky
mswindows 0c405e3385 nsis: attempt to fix optional MS runtime installation před 10 roky
ps 8075b57952 ps.map: fix uninitialized pointer found by coverity scan před 10 roky
raster ae41bf1497 r.relief, r.shade, d.shade: finish rename from d.shadedmap and r.shaded.relief (fixes https://trac.osgeo.org/grass/changeset/63305) před 10 roky
raster3d be5911eedc manual: keywords cleanup před 10 roky
rpm f87282e1de rpm SPEC files: remove outdated files, add README.txt with links před 11 roky
scripts e261ad4641 r.fillnulls: update r.resamp.bspline call před 10 roky
temporal 0b985ee35a documentation: update several space time docs with the coming NC temporal dataset před 10 roky
testsuite ed12ab2f6d Rename g.remove's names= to name= and use name= instead of pattern= as needed před 10 roky
tools b97eb48782 fix tools/thumbnails.py před 10 roky
vector ae06cf96e2 v.univar: static fn cosmetics před 10 roky
visualization c6f21c0108 consolidate naming of environmental rendering-related variables před 10 roky
AUTHORS 244fa897b5 AUTHORS: fix web URLs před 10 roky
CHANGES db49180dd7 welcome to GRASS 7.0.svn před 17 roky
COPYING 399d774cd8 Use main Web site URL; minor updates před 11 roky
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn před 17 roky
INSTALL fa6a51bce5 updated supporting docs před 10 roky
Makefile 4d3d44467e wxgui: add support for sphinx documentation před 11 roky
README df43a42758 new Progman URL před 15 roky
REQUIREMENTS.html a900105a13 REQUIREMENTS.html: say what Python PLY is před 10 roky
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting před 11 roky
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp před 10 roky
aclocal.m4 e2891f5461 enable AIX shared libs před 12 roky
binaryInstall.src 1eccedfd8e make bindist: update script to G7 před 10 roky
config.guess 660821dabb autoconf support file update from git.savannah.gnu.org před 11 roky
config.sub 660821dabb autoconf support file update from git.savannah.gnu.org před 11 roky
configure 9fbd03eba7 remove unused ffmpeg (libavutil) dependency (used by older nviz, now creating issues with includes https://trac.osgeo.org/grass/ticket/2017) před 11 roky
configure.in 9fbd03eba7 remove unused ffmpeg (libavutil) dependency (used by older nviz, now creating issues with includes https://trac.osgeo.org/grass/ticket/2017) před 11 roky
contributors.csv adb8cd7586 contributors.csv: +Margherita Di Leo před 11 roky
contributors_extra.csv afc114cefc add Tereza Fiedlerova (DataCatalog) to contributors_extra.csv před 11 roky
grass.pc.in 1a5d566ba7 pkg-config file: update před 10 roky
grasslib.dox 177e9d5b5b r.le suite (r.le.setup, r.le.trace, r.le.pixel, r.le.patch) moved to Addons před 10 roky
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) před 12 roky
translators.csv 652fa8b986 translators: fix typo před 11 roky

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/