Tidak Ada Deskripsi

Martin Landa 71a70a2488 wxGUI: GDAL importer add support for GDAL RFC41 (Support for multiple geometry fields in OGR) 10 tahun lalu
db be016181ab manual: some cleanup of HTML and examples 10 tahun lalu
debian 5017a582a0 test commit for https://trac.osgeo.org/grass/ticket/1346 11 tahun lalu
demolocation 1fe0848528 demolocation: country_boundaries vector map added from http://www.naturalearthdata.com/downloads/110m-cultural-vectors/ 11 tahun lalu
display a6aaabe4eb update modules: change parameter to `raster_3d` 10 tahun lalu
doc e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp 10 tahun lalu
general aac2c046e6 update c files to use raster_3d 10 tahun lalu
gui 71a70a2488 wxGUI: GDAL importer add support for GDAL RFC41 (Support for multiple geometry fields in OGR) 10 tahun lalu
imagery c36788a3a6 manual: minor cosmetics 10 tahun lalu
include 09c54c454c displaylib: D_draw_cell() removed/replaced by D_draw_c_raster() 10 tahun lalu
lib 098d2a2237 v.in.ogr: cnames renamed to columns (https://trac.osgeo.org/grass/ticket/2409) 10 tahun lalu
locale 8a57841ce1 Daniel Torres: ES translation cont'ed) 10 tahun lalu
macosx 8040b90777 macosx: update mentioned GRASS version 11 tahun lalu
man fb583ffdde doc: link only main Python API page from the main page 10 tahun lalu
misc 3b8386fa9f manual: some cleanup of HTML and examples 10 tahun lalu
mswindows 0c405e3385 nsis: attempt to fix optional MS runtime installation 11 tahun lalu
ps c36788a3a6 manual: minor cosmetics 10 tahun lalu
raster 816f4636a5 r.surf.idw: change module description (based on v.surf.idw) 10 tahun lalu
raster3d c36788a3a6 manual: minor cosmetics 10 tahun lalu
rpm f87282e1de rpm SPEC files: remove outdated files, add README.txt with links 11 tahun lalu
scripts d0808b6314 i.pansharpen: update parameters of IHS module calls (trac https://trac.osgeo.org/grass/ticket/2409) 10 tahun lalu
temporal 4bdde2d675 update temporal modules to `raster_3d` (https://trac.osgeo.org/grass/ticket/2409) 10 tahun lalu
testsuite ed12ab2f6d Rename g.remove's names= to name= and use name= instead of pattern= as needed 10 tahun lalu
tools b97eb48782 fix tools/thumbnails.py 10 tahun lalu
vector ee72d466fa v.external: fix feature type for -t 10 tahun lalu
visualization c6f21c0108 consolidate naming of environmental rendering-related variables 10 tahun lalu
AUTHORS 244fa897b5 AUTHORS: fix web URLs 11 tahun lalu
CHANGES db49180dd7 welcome to GRASS 7.0.svn 17 tahun lalu
COPYING 399d774cd8 Use main Web site URL; minor updates 12 tahun lalu
GPL.TXT db49180dd7 welcome to GRASS 7.0.svn 17 tahun lalu
INSTALL fa6a51bce5 updated supporting docs 11 tahun lalu
Makefile 4d3d44467e wxgui: add support for sphinx documentation 11 tahun lalu
README df43a42758 new Progman URL 15 tahun lalu
REQUIREMENTS.html a900105a13 REQUIREMENTS.html: say what Python PLY is 11 tahun lalu
SUBMITTING 6df72fb319 SUBMITTING files moved to Trac http://trac.osgeo.org/grass/wiki/Submitting 11 tahun lalu
TODO e41c2910f9 unused i.points + i.vpoints removed: replaced by g.gui.gcp 10 tahun lalu
aclocal.m4 e2891f5461 enable AIX shared libs 12 tahun lalu
binaryInstall.src 1eccedfd8e make bindist: update script to G7 11 tahun lalu
config.guess 660821dabb autoconf support file update from git.savannah.gnu.org 11 tahun lalu
config.sub 660821dabb autoconf support file update from git.savannah.gnu.org 11 tahun lalu
configure 9fbd03eba7 remove unused ffmpeg (libavutil) dependency (used by older nviz, now creating issues with includes https://trac.osgeo.org/grass/ticket/2017) 11 tahun lalu
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 tahun lalu
contributors.csv adb8cd7586 contributors.csv: +Margherita Di Leo 11 tahun lalu
contributors_extra.csv afc114cefc add Tereza Fiedlerova (DataCatalog) to contributors_extra.csv 11 tahun lalu
grass.pc.in 1a5d566ba7 pkg-config file: update 10 tahun lalu
grasslib.dox 177e9d5b5b r.le suite (r.le.setup, r.le.trace, r.le.pixel, r.le.patch) moved to Addons 10 tahun lalu
install-sh 70b31d97e9 install-sh: updated to newer version (source: https://svn.met.no/viewvc/fimex/branches/version0_28_x/install-sh, GPL) 12 tahun lalu
translators.csv 8a57841ce1 Daniel Torres: ES translation cont'ed) 10 tahun lalu

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/