Ps.map scripts: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
m (changfed 61 -> 63 to the ps,map manpage url)
(geology and multiple raster info)
Line 1: Line 1:
* [http://grass.ibiblio.org/grass63/manuals/html63_user/ps.map.html ps.map help page].
* The [http://grass.ibiblio.org/grass63/manuals/html63_user/ps.map.html ps.map help page].


* [[psmap_simple_example|Simple ps.map example]] ([http://grass.ibiblio.org/download/data6.php Spearfish dataset])
* [[psmap_simple_example|Simple ps.map example]] ([http://grass.ibiblio.org/download/data6.php Spearfish dataset])
Line 5: Line 5:
* Example showing all standard vareas [[psmap_fill_patterns|fill pattern hatches]]. (Spearfish dataset)
* Example showing all standard vareas [[psmap_fill_patterns|fill pattern hatches]]. (Spearfish dataset)


While any number of vector maps can be drawn, ps.map will only let you draw one raster image or RGB image set per map.
* If you want to show two or more overlapping raster maps you need to combine them with the r.patch module or r.mapcalc's '#' color operator.
: (see also the r.his and r.composite modules)
* If you want to show a number of raster maps side by side in a paneled figure you will have to do it in a two step process. The first step is to create each panel as an EPS file, the second step is to include these EPS files in the ps.map command file. [[psmap_multi_pane_example|Here is an example script demonstrating this]].
* [[psmap_moldefjord_example|Commands used to create the geology map of Moldefjord, Norway]] shown on the [http://grass.ibiblio.org/screenshots/cartography.php screenshots cartography page].




[[Category:Documentation]]
[[Category:Documentation]]
[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 06:57, 25 October 2007


While any number of vector maps can be drawn, ps.map will only let you draw one raster image or RGB image set per map.

  • If you want to show two or more overlapping raster maps you need to combine them with the r.patch module or r.mapcalc's '#' color operator.
(see also the r.his and r.composite modules)
  • If you want to show a number of raster maps side by side in a paneled figure you will have to do it in a two step process. The first step is to create each panel as an EPS file, the second step is to include these EPS files in the ps.map command file. Here is an example script demonstrating this.