Tomas Zigo 7d79d826dd wxGUI/toolbars: fix toolbar tools labels when toolbar width is shrinked and toolbar menu is created (#1147) 2 years ago
..
git dd6c615775 Add list of commits for git blame to ignore (#1391) 2 years ago
gui 7d79d826dd wxGUI/toolbars: fix toolbar tools labels when toolbar width is shrinked and toolbar menu is created (#1147) 2 years ago
notebooks 45c1e7f47a grass.jupyter: Return session from init (#1834) 2 years ago
python 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) 2 years ago
raster 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) 2 years ago
vector 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) 2 years ago
Makefile 7ad08036c5 docs: GRASS GIS Database structure and description 8 years ago
README ea4330d2ef docs: manually created index with images 8 years ago
debugging.txt 7d9a0da4fc manuals and docs: update broken URLS (#1003) 3 years ago
gi_3dview.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_addons.jpg 67c7676f2b doc: link to addons from graphical index 7 years ago
gi_c.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_cartography.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_database.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_display.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_gallery.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_general.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_gui.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_imagery.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_miscellaneous.jpg 7668839e74 doc: keyword name is miscellaneous, so use it for the page as well 7 years ago
gi_python.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_raster.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_raster3d.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_temporal.jpg ea4330d2ef docs: manually created index with images 8 years ago
gi_vector.jpg ea4330d2ef docs: manually created index with images 8 years ago
grass8_arch.odg 40f21ab548 Programmer's manual: update GRASS GIS arch drawing (#1610) 2 years ago
grass8_arch.png 40f21ab548 Programmer's manual: update GRASS GIS arch drawing (#1610) 2 years ago
grass_database.html 547ff44e6a manual pages: remove unneeded SVN Date entry and selected cleanup (#2143) 2 years ago
grass_database.png 99b9b2f58a doc: add (spatio-)temporal (dataset) as another data type in database (as in https://trac.osgeo.org/grass/changeset/66231) 7 years ago
grass_database.svg 99b9b2f58a doc: add (spatio-)temporal (dataset) as another data type in database (as in https://trac.osgeo.org/grass/changeset/66231) 7 years ago
grass_gis_command_families.ods 5b2203f58c grass_gis_command_families.ods: improved visualization of examples; renamed 'space-time cubes' to 'space-time temporal dataset' 6 years ago
help_loc_structure.odg 333f38ab91 added temporal dataset to location structure 8 years ago
howto_release.md 24ba3529e0 howto_release.md: forwardport notes from relbranch (#2237) 2 years ago
html_documentation.txt de0fbc0051 Rename tools directory to utils (#1348) 3 years ago
infrastructure.md 7f0b570f34 howto_release.md: create ChangeLog with GH API (#2057) 2 years ago
migration_50_51.txt f44f1b3199 removed superfluous $Id$ tag 16 years ago
parms_flags.txt a8ef11c6cd various typo fixes, found by the Debian lintian QA tool 8 years ago
projectionintro.html a252ed56ed add link to coordinate operations by PROJ library in projectionintro (#297) 4 years ago

README

Graphical index images
======================

General
-------

Clipped part from grass_structure.png with Locations, Mapsets and data
types.

Alternative (can be also alternative for display):

g.region n=224940 s=224590 w=638450 e=638840

d.shade shade=elevation_shade color=elevation # opacity 90%
d.vect map=firestations color=45:107:168 fill_color=30:144:255 width=2 icon=basic/circle size=15
d.vect map=schools color=208:208:0 fill_color=yellow width=2 icon=basic/triangle size=15
d.vect map=hospitals color=136:0:0 fill_color=213:21:21 width=2 icon=basic/box size=15


Raster
------

d.rast.num -a -f map=elevation grid_color=179:179:179 precision=0


Vector
------

g.region n=224940 s=224590 w=638450 e=638840

v.buffer input="streams" layer="-1" output="streams_buffer" distance=20

d.vect map=census color=142:142:0 fill_color=255:255:167 width=2
d.vect map=streams_buffer color=11:185:11 fill_color=11:185:11 width=1
d.vect map=streams color=30:144:255 width=4


Database
--------

streams attributes screenshot

DIR="../trunk-commands/doc/"
for FILE in *.png; do convert $FILE -resize 200x200 $DIR/`basename -s .png $FILE`.jpg; done;


Display
-------

g.region n=226640 s=222860 w=631260 e=637170

d.rast map=elevation_shade
d.rast map=lakes
d.vect map=schools color=16:70:123 fill_color=30:144:255 width=1 icon=basic/triangle size=10
d.vect map=roadsmajor color=255:151:38 width=4
d.vect map=roadsmajor color=255:172:82 width=2

GUI
---

* Ubuntu 14.04 with Unity
* landclass, roadsmajor, elevation
* query map dialog active
* Search modules tab active (with open subtrees)


Imagery
-------

# this takes some time, perhaps the region below would be enough
g.region -p raster=ortho_2001_t792_1m
i.group group=ortho_group input=ortho_2001_t792_1m
i.segment group=ortho_group output=ortho_segs_final threshold=0.25 min=10

g.region n=221100 s=219700 w=638616 e=639316 -p
d.mon start=cairo output=gi_imagery.png width=500 height=500
d.frame left -c at=0,100,0,50d.rast ortho_2001_t792_1m
d.rast ortho_2001_t792_1m
d.frame right -c at=0,100,50,100
d.rast ortho_segs_final
d.mon stop=cairo


Temporal
--------

Done in GUI.

g.region raster=landuse

r.mapcalc "a1 = 10"
r.mapcalc "a2 = 20"
r.mapcalc "a3 = 30"
r.mapcalc "a4 = 40"

m.nviz.image elevation_map=a1,a2,a3,a4 mode=fine,fine,fine,fine resolution_fine=1,6,1,1 resolution_coarse=9,9,9,9 shading=gouraud,gouraud,gouraud,gouraud style=surface,surface,surface,surface wire_color=136:136:136,136:136:136,136:136:136,136:136:136 color_map=landuse,landuse,landuse,landuse \
position=0.03,0.31 height=92 perspective=36 twist=-99 zexag=200.000000 focus=1071,9393,30 \
light_position=-0.57,0.75,0.80 light_brightness=80 light_ambient=20 light_color=255:255:255 \
output=nviz_output format=ppm size=872,586


Miscellaneous
-------------

Taken from d.rhumbline.