other versions
- jessie 6.4.4-1
- stretch 7.2.0-2
- testing 7.6.0-1
- unstable 7.6.0-1
- experimental 7.6.1-1~exp1
| d.vect.thematic(1grass) | Grass User's Manual | d.vect.thematic(1grass) |
NAME¶
d.vect.thematic - Displays thematic vector mapKEYWORDS¶
display, vector, thematic, legendSYNOPSIS¶
d.vect.thematicFlags:¶
- -g
-
Save thematic map commands to group file for GIS Manager
- -l
-
Create graphic legend in x11 display monitor
- -f
-
Only draw fills (no outlines) for areas and points
- -u
-
Update color values to GRASSRGB column in attribute table
- -s
-
Output legend for GIS Manager (for scripting use only)
- -m
-
Use math notation brackets in legend
- --verbose
-
Verbose module output
- --quiet
-
Quiet module output
Parameters:¶
- map=string
-
Name of vector map
- type=string
-
Feature typeOptions: area,point,centroid,line,boundaryDefault: area
- column=string
-
Name of attribute column to use for thematic display (must be numeric)
- themetype=string
-
Type of thematic displayOptions: graduated_colors,graduated_points,graduated_linesDefault: graduated_colors
- themecalc=string
-
Thematic divisions of data for displayOptions: interval,std_deviation,quartiles,custom_breaksDefault: interval
- breakpoints=string
-
Break points for custom breaks optionSeparate values by spaces (0 10 20 30 ...)
- layer=integer
-
Layer numberDefault: 1
- icon=string
-
Vector point icon for point dataOptions: basic/box,basic/circle,basic/cross2,basic/diamond,basic/star,basic/cross1,basic/xDefault: basic/circle
- size=float
-
Icon size for point dataMinimum icon size/line width for graduated points/lines)Default: 5
- maxsize=float
-
Maximum icon size/line width for graduated points and linesDefault: 20
- nint=integer
-
Number of classes for interval theme (integer)Default: 4
- colorscheme=string
-
Color scheme for graduated color mappingSelect 'single_color' for graduated point/line displayOptions: blue-red,red-blue,green-red,red-green,blue-green,green-blue,cyan-yellow,yellow-cyan,custom_gradient,single_colorDefault: blue-red
- pointcolor=string
-
Color for graduated points mapGRASS named color or R:G:B triplet. Set color scheme to single colorDefault: 255:0:0
- linecolor=string
-
Color for graduated lines or point/area outlinesGRASS named color or R:G:B triplet. Set color scheme to single color.Default: 0:0:0
- startcolor=string
-
Beginning color for custom color gradientMust be expressed as R:G:B tripletDefault: 255:0:0
- endcolor=string
-
Ending color for custom color gradientMust be expressed as R:G:B tripletDefault: 0:0:255
- monitor=string
-
Select x11 display monitor for legendOptions: x0,x1,x2,x3,x4,x5,x6,noneDefault: x1
- where=string
-
WHERE conditions of SQL statement without 'where' keyword
- psmap=string
-
Root for the name of psmap instruction files to be in current directoryIf not set, no psmap instruction files will be created)
- group=string
-
Name of group file where thematic map commands will be saved
DESCRIPTION¶
d.vect.thematic creates thematic maps from vectors of all types and numeric attributes (stored in the data table connected to a vector map). Thematic maps can be displayed by either a graduated color scheme (for all vector types), as graduated icon sizes (for point and centroid types), or graduated line widths (for lines and boundaries with associated attributes). The user selects the vector map to be mapped and attribute column from which to derive mapping intervals, and (optionally) the layer for attribute data. In thematic maps, the color or point size changes for each range of attribute values. Value ranges for thematic mapping can be set at regular intervals, standard deviation units on either side of the mean, quartiles, or delimited by user-defined breakpoints. User-defined breakpoints also can be entered, or piped into d.vect.thematic from standard input or other external source. There are options to define the color scheme (graduated colors) and range of point sizes (graduated points) for thematic maps. A simple text legend is printed. Optionally, a graphic legend can be drawn in the selected display monitor. Thematic colors can be uploaded to a GRASSRGB column for later display, and thematic map display commands can be saved to a group file (*.dm) that can be opened, edited, and displayed in the GIS Manager. When the psmap option is set to 'name', two psmap instruction files are created (in the current directory if no path is given), one for the map ('name.psmap') and one for the legend ('name_legend.psmap'). The map file also contains 'label' commands which allow to create a legend directly in the map by adding a 'vlegend' command. See the ps.map man page for more details.NOTES¶
The algorithm currently uses the v.univar.sh to calculate basic descriptive statistics needed for thematic mapping (minimum, maximum, mean, standard deviation, and quartiles).EXAMPLES¶
Earthquake points with color gradient:themetype=graduated_points maxsize=15
SEE ALSO¶
d.vect, d.vect.chart, v.univar.shAUTHORS¶
Michael Barton, Arizona State University, Daniel Cavelo Aros, Martin Landa, and Jachym Cepicky. Last changed: $Date: 2008-08-15 08:16:42 +0200 (Fri, 15 Aug 2008)$ Full index © 2003-2014 GRASS Development Team| GRASS 6.4.4 |