Нефть и песок О стали Компрессор - подбор и ошибки Из истории стандартизации резьб Соперник ксерокса - гектограф Новые технологии производства стали Экспорт проволоки из России Прогрессивная технологическая оснастка Цитадель сварки с полувековой историей Упрочнение пружин Способы обогрева Назначение, структура, характеристики анализаторов Промышленные пылесосы Штампованные гайки из пружинной стали Консервация САУ Стандарты и качество Технология производства Водород Выбор материала для крепежных деталей Токарный резец в миниатюре Производство проволоки Адгезия резины к металлокорду Электролитическое фосфатирование проволоки Восстановление корпусных деталей двигателей Новая бескислотная технология производства проката Синие кристаллы Автоклав Нормирование шумов связи Газосварочный аппарат для тугоплавких припоев
Главная --> Промиздат -->  Map principle 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ( 54 ) 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127

NOTES

1 Multidimensional Spatial Interpolation http: skagit.meas.ncsu.edu/~helena/gmslab/viz/

sinter.html

2 J. Hofierka, 2003, Crossvalidation for s.surf.rst: s.surf.rst.cv.tar.gz,

http: skagit.meas.ncsu.edu/~helena/ grasswork/grasscontrib/

3 LIDAR data,

http: www.csc.noaa.gov/crs/tcm/about ldart.html Airborne Topographic Mapper LIDAR data were collected in partnership with the National Oceanic and Atmospheric Administration (NOAA) Coastal Services Center, the NASA Wallops Flight Facility, the U.S. Geological Survey (USGS) Center for Coastal and Regional Marine Geology, and the NOAA Aircraft Operations Center

4 Ch. Troyer, 2003, Parallel s.surf.rst: rstmods2fixed.tar.gz, http: skagit.meas.ncsu.edu/~helena/ grasswork/grasscontrib/

5 GRASS Tutorials Web site, http: mpa.itc.it/grasstutor/

6 Spatial interpolation: Chesapeake Bay Nitrogen,

http: skagit.meas.ncsu.edu/~helena/gmslab/ viz/ches.html Concentrations of chemicals,

http: skagit.meas.ncsu.edu/~helena/gmslab/ viz/vol1.html Soil properties,

http: skagit.meas.ncsu.edu/~helena/gmslab/ gsoils/ccsoil2.html

its balance between gravitation force, soil cohesion, and impact of climate. For these cases, splines proved to be rather successful. Moreover, splines provide enough flexibility for local geometry analysis, which is often used as input to various process-based models.

However, most of the surfaces or volumes are neither stochastic nor elastic media, but they are results of a host of natural (e.g., fluxes, diffusion) and/or socioeconomic processes. Therefore, each of the mentioned methods has a limited realm of applicability and, depending on the knowledge and experience of the user, proper choice of the method and its parameters can significantly affect the final results as illustrated by numerous examples throughout this book.



Chapter 8

GRAPHICAL OUTPUT AND VISUALIZATION

Visual analysis and communication based on graphical output is a core component of GIS. Graphical representation of georeferenced data and creation of cartographic models provides important means for understanding and communicating complex spatial relationships. GRASS includes a wide range of graphical tools from simple two-dimensional display to sophisticated visualization and animation.

8.1. TWO-DIMENSIONAL DISPLAY AND ANIMATION

The most common approach to viewing and visually exploring geospatial data is an interactive display of two-dimensional images using color and different area, line and point symbols. This approach is mostly based on traditional cartography, with current computer graphics tools offering greater flexibility in color, symbols, dynamics and interactivity that was not possible with the traditional maps.

8.1.1 Displaying map layers using the GRASS monitor

In the previous chapters, we have already described the basic tools for viewing map layers, such as d.rast, d.vect, and d.sites. In this section, we just add few notes and focus on additional tools.

To simultaneously view more than a single raster map layer (for example to compare patterns), it is possible to open up to seven GRASS monitors named x0 through x6 using the command d.mon. Use the parameter select to choose in which monitor the map layer will be displayed, for example (Spearfish LOCATION):




Figure 8.1. Map display with d.frame: three frames with shaded DEM, soils and geology map (Spearfish data set). The titles are written with d.text


will display soils map in monitor x0, the geology map in monitor x1, and overlay the roads map in monitor x0. If you are planning to use multiple monitors regularly, it is worth trying the module d. dm which provides a graphical user interface for managing multiple monitors and browse through multiple map layers interactively.

Each monitor can be split into several frames using the d. frame command. Using the flag -c, you can subdivide the GRASS monitor into rectangular areas (frames) by mouse. Subsequent display commands will be applied only to the latest defined or selected frame. In case that you have several frames, select another one with d. frame - s and click with left mouse button into the desired frame, accept it with right mouse button. To remove all frames, run d. frame -e. As an example, to split the current monitor into two frames, you can define the following:


The frame coordinates are defined in percent of the monitor size (bottom, top, left, right). Using this approach you can define frame regions independent



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ( 54 ) 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127