.TH d.vect.thematic 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBd.vect.thematic\fR\fR - Displays thematic vector map .SH KEYWORDS display, vector, thematic, legend .SH SYNOPSIS \fBd.vect.thematic\fR .br \fBd.vect.thematic help\fR .br \fBd.vect.thematic\fR [\-\fBglfusm\fR] \fBmap\fR=\fIstring\fR \fBtype\fR=\fIstring\fR \fBcolumn\fR=\fIstring\fR \fBthemetype\fR=\fIstring\fR \fBthemecalc\fR=\fIstring\fR [\fBbreakpoints\fR=\fIstring\fR] [\fBlayer\fR=\fIinteger\fR] [\fBicon\fR=\fIstring\fR] [\fBsize\fR=\fIfloat\fR] [\fBmaxsize\fR=\fIfloat\fR] [\fBnint\fR=\fIinteger\fR] \fBcolorscheme\fR=\fIstring\fR [\fBpointcolor\fR=\fIstring\fR] [\fBlinecolor\fR=\fIstring\fR] [\fBstartcolor\fR=\fIstring\fR] [\fBendcolor\fR=\fIstring\fR] [\fBmonitor\fR=\fIstring\fR] [\fBwhere\fR=\fIstring\fR] [\fBpsmap\fR=\fIstring\fR] [\fBgroup\fR=\fIstring\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-g\fR" 4m .br Save thematic map commands to group file for GIS Manager .IP "\fB\-l\fR" 4m .br Create graphic legend in x11 display monitor .IP "\fB\-f\fR" 4m .br Only draw fills (no outlines) for areas and points .IP "\fB\-u\fR" 4m .br Update color values to GRASSRGB column in attribute table .IP "\fB\-s\fR" 4m .br Output legend for GIS Manager (for scripting use only) .IP "\fB\-m\fR" 4m .br Use math notation brackets in legend .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBmap\fR=\fIstring\fR" 4m .br Name of vector map .IP "\fBtype\fR=\fIstring\fR" 4m .br Feature type .br Options: \fIarea,point,centroid,line,boundary\fR .br Default: \fIarea\fR .IP "\fBcolumn\fR=\fIstring\fR" 4m .br Name of attribute column to use for thematic display (must be numeric) .IP "\fBthemetype\fR=\fIstring\fR" 4m .br Type of thematic display .br Options: \fIgraduated_colors,graduated_points,graduated_lines\fR .br Default: \fIgraduated_colors\fR .IP "\fBthemecalc\fR=\fIstring\fR" 4m .br Thematic divisions of data for display .br Options: \fIinterval,std_deviation,quartiles,custom_breaks\fR .br Default: \fIinterval\fR .IP "\fBbreakpoints\fR=\fIstring\fR" 4m .br Break points for custom breaks option .br Separate values by spaces (0 10 20 30 ...) .IP "\fBlayer\fR=\fIinteger\fR" 4m .br Layer number .br Default: \fI1\fR .IP "\fBicon\fR=\fIstring\fR" 4m .br Vector point icon for point data .br Options: \fIbasic/box,basic/circle,basic/cross2,basic/diamond,basic/star,basic/cross1,basic/x\fR .br Default: \fIbasic/circle\fR .IP "\fBsize\fR=\fIfloat\fR" 4m .br Icon size for point data .br Minimum icon size/line width for graduated points/lines) .br Default: \fI5\fR .IP "\fBmaxsize\fR=\fIfloat\fR" 4m .br Maximum icon size/line width for graduated points and lines .br Default: \fI20\fR .IP "\fBnint\fR=\fIinteger\fR" 4m .br Number of classes for interval theme (integer) .br Default: \fI4\fR .IP "\fBcolorscheme\fR=\fIstring\fR" 4m .br Color scheme for graduated color mapping .br Select 'single_color' for graduated point/line display .br Options: \fIblue-red,red-blue,green-red,red-green,blue-green,green-blue,cyan-yellow,yellow-cyan,custom_gradient,single_color\fR .br Default: \fIblue-red\fR .IP "\fBpointcolor\fR=\fIstring\fR" 4m .br Color for graduated points map .br GRASS named color or R:G:B triplet. Set color scheme to single color .br Default: \fI255:0:0\fR .IP "\fBlinecolor\fR=\fIstring\fR" 4m .br Color for graduated lines or point/area outlines .br GRASS named color or R:G:B triplet. Set color scheme to single color. .br Default: \fI0:0:0\fR .IP "\fBstartcolor\fR=\fIstring\fR" 4m .br Beginning color for custom color gradient .br Must be expressed as R:G:B triplet .br Default: \fI255:0:0\fR .IP "\fBendcolor\fR=\fIstring\fR" 4m .br Ending color for custom color gradient .br Must be expressed as R:G:B triplet .br Default: \fI0:0:255\fR .IP "\fBmonitor\fR=\fIstring\fR" 4m .br Select x11 display monitor for legend .br Options: \fIx0,x1,x2,x3,x4,x5,x6,none\fR .br Default: \fIx1\fR .IP "\fBwhere\fR=\fIstring\fR" 4m .br WHERE conditions of SQL statement without 'where' keyword .IP "\fBpsmap\fR=\fIstring\fR" 4m .br Root for the name of psmap instruction files to be in current directory .br If not set, no psmap instruction files will be created) .IP "\fBgroup\fR=\fIstring\fR" 4m .br Name of group file where thematic map commands will be saved .PP .SH DESCRIPTION \fId.vect.thematic\fR 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. .PP 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. .PP 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. .PP 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 \fIps.map\fR man page for more details. .SH NOTES The algorithm currently uses the \fIv.univar.sh\fR to calculate basic descriptive statistics needed for thematic mapping (minimum, maximum, mean, standard deviation, and quartiles). .SH EXAMPLES Earthquake points with color gradient: \fC .DS .br d.vect.thematic \-l recent_earthquakes column=magnitude type=point .br .DE \fR .PP Earthquake points with different sizes: \fC .DS .br d.vect.thematic \-l recent_earthquakes column=magnitude type=point \(rs .br themetype=graduated_points maxsize=15 .br .DE \fR .PP Spearfish: differences between 'elevation.10m' and 'elevation.dem': \fC .DS .br # random sampling of elevation points: .br g.region rast=elevation.10m \-p .br v.random random n=200 .br v.db.addtable random col="el10 double precision" .br # transfer elevations to attribute table of random points map: .br v.what.rast random rast=elevation.10m col=el10 .br v.db.select random .br .br # comparative sampling of second map, incl. differences: .br v.sample in=random col=el10 rast=elevation.dem out=elev_sample .br v.db.select elev_sample .br .br # thematic map: .br d.mon x0 .br d.vect.thematic \-l elev_sample column=diff type=point .br .DE \fR .PP North Carolina data set example: \fC .DS .br g.region vect=nc_state .br d.vect.thematic \-l precip_30ynormals column=annual type=point .br .DE \fR .SH SEE ALSO \fI d.vect, d.vect.chart, v.univar.sh \fR .SH AUTHORS Michael Barton, Arizona State University, Daniel Cavelo Aros, Martin Landa, and Jachym Cepicky. .PP \fILast changed: $Date: 2008-08-15 08:16:42 +0200 (Fri, 15 Aug 2008)$\fR .PP Full index .PP © 2003-2014 GRASS Development Team