<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://grasswiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%E2%9A%A0%EF%B8%8FMatteopaolini</id>
	<title>GRASS-Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://grasswiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=%E2%9A%A0%EF%B8%8FMatteopaolini"/>
	<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/wiki/Special:Contributions/%E2%9A%A0%EF%B8%8FMatteopaolini"/>
	<updated>2026-05-31T15:28:11Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_and_Paraview&amp;diff=17237</id>
		<title>GRASS and Paraview</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_and_Paraview&amp;diff=17237"/>
		<updated>2012-12-16T13:45:07Z</updated>

		<summary type="html">&lt;p&gt;⚠️Matteopaolini: /* Visualization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= 3D visualization of GRASS data with Paraview=&lt;br /&gt;
&lt;br /&gt;
Download Paraview at http://www.paraview.org (available for Linux, MacOSX and MS-Windows) ([http://www.paraview.org/paraview/project/imagegallery.php screenshot gallery])&lt;br /&gt;
&lt;br /&gt;
== 2D/3D Raster/voxel export ==&lt;br /&gt;
&lt;br /&gt;
GRASS GIS is one of the few GIS with volume data support. Here data are stored as a 3D raster with a unit volume called a voxel (volume pixel). [[Voxel]]s are designed to support for example representations of trivariate continuous fields. &lt;br /&gt;
&lt;br /&gt;
* 2D raster maps: {{cmd|r.out.vtk}}&lt;br /&gt;
* 3D raster (voxel) maps: {{cmd|r3.out.vtk}}&lt;br /&gt;
&lt;br /&gt;
== 2D/3D Vector export ==&lt;br /&gt;
&lt;br /&gt;
* 2D/3D vector maps: {{cmd|v.out.vtk}}&lt;br /&gt;
&lt;br /&gt;
== Visualization ==&lt;br /&gt;
&lt;br /&gt;
Start Paraview, load VTK data, and choose the correct readers : for example &amp;quot;Legacy VTK file&amp;quot;....it is fairly intuitive to use.&lt;br /&gt;
In the Properties section click the Apply button, next in the Display section set &amp;quot;Surface&amp;quot; in Representation menu, and set the name of the file that you had load on the Color menu. Then with Edit menu you can set the color scale.&lt;br /&gt;
In Paraview you have many filtes to process the data. A useful filter is &amp;quot;Cell data to point data&amp;quot;. In the &amp;quot;Filters&amp;quot; drop-down menu you can find it in the &amp;quot;Alphabetical&amp;quot; list.&lt;br /&gt;
''(don't hesitate to expand this part)''&lt;br /&gt;
&lt;br /&gt;
 paraview --data=/tmp/threelayer.vtk&lt;br /&gt;
&lt;br /&gt;
[[Image:LausanneDemoDataset3dParaview_4.png|thumb|center|400px|3D groundwater flow]]&lt;br /&gt;
&lt;br /&gt;
[[Image:LausanneDemoDataset3dParaview_10.png|thumb|center|400px|3D groundwater flow]]&lt;br /&gt;
&lt;br /&gt;
== RGB visualization ==&lt;br /&gt;
&lt;br /&gt;
Data export with {{cmd|r.out.vtk}}:&lt;br /&gt;
 r.out.vtk input=dsm_s_michele elevation=dsm_s_michele \&lt;br /&gt;
           rgbmaps=ofd_s_michele.red,ofd_s_michele.green,ofd_s_michele.blue \&lt;br /&gt;
           out=s_michele_color.vtk&lt;br /&gt;
&lt;br /&gt;
Load into Paraview:&lt;br /&gt;
 paraview --data=s_michele_color.vtk&lt;br /&gt;
&lt;br /&gt;
* In Paraview, click &amp;quot;Apply&amp;quot;&lt;br /&gt;
* Select the &amp;quot;Display&amp;quot; tab and choose &amp;quot;Color by&amp;quot; to switch from input scalars to rgb scalars&lt;br /&gt;
* Disable the &amp;quot;Map Scalars&amp;quot; check button in the display tab to avoid the use of a lookup table&lt;br /&gt;
&lt;br /&gt;
[[Image:Paraview fondazione mach 3D.png|thumb|center|400px|Fondazione Mach - S. Michele (Italy) area shown in ParaView]]&lt;br /&gt;
&lt;br /&gt;
== Shown as stereo anaglyphs ==&lt;br /&gt;
&lt;br /&gt;
 paraview --stereo --data=s_michele_color.vtk&lt;br /&gt;
&lt;br /&gt;
* In Paraview, click &amp;quot;Apply&amp;quot;&lt;br /&gt;
* Select the &amp;quot;Display&amp;quot; tab and choose &amp;quot;Color by&amp;quot; to switch from input scalars to rgb scalars&lt;br /&gt;
* Disable the &amp;quot;Map Scalars&amp;quot; check button in the display tab to avoid the use of a lookup table&lt;br /&gt;
&lt;br /&gt;
[[Image:Paraview fondazione mach ortho 3D.png|thumb|center|400px|Fondazione Mach - S. Michele (Italy) area shown in ParaView's stereo mode]]&lt;br /&gt;
&lt;br /&gt;
== Creating Stereo anaglyphs ==&lt;br /&gt;
&lt;br /&gt;
* see [[Stereo anaglyphs]]&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
&lt;br /&gt;
* GRASS 3D Workshop -- 3D data visualization with VTK: [http://www-pool.math.tu-berlin.de/~soeren/grass/files/3DWorkshop_soeren_handouts.pdf PDF handouts] (S. Gebbert)&lt;br /&gt;
* Video tutorials: [http://www-pool.math.tu-berlin.de/~soeren/grass/modules/ r3.out.vtk Tutorial] in four parts (S. Gebbert)&lt;br /&gt;
* GRASS and VTK related [http://www-pool.math.tu-berlin.de/~soeren/grass/modules/screenshots/ screenshots] (S. Gebbert)&lt;br /&gt;
&lt;br /&gt;
[[Category: Visualization]]&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: FAQ]]&lt;br /&gt;
[[Category: Linking to other languages]]&lt;br /&gt;
[[Category: Tutorial]]&lt;/div&gt;</summary>
		<author><name>⚠️Matteopaolini</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_and_Paraview&amp;diff=17236</id>
		<title>GRASS and Paraview</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_and_Paraview&amp;diff=17236"/>
		<updated>2012-12-16T13:44:46Z</updated>

		<summary type="html">&lt;p&gt;⚠️Matteopaolini: /* Visualization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= 3D visualization of GRASS data with Paraview=&lt;br /&gt;
&lt;br /&gt;
Download Paraview at http://www.paraview.org (available for Linux, MacOSX and MS-Windows) ([http://www.paraview.org/paraview/project/imagegallery.php screenshot gallery])&lt;br /&gt;
&lt;br /&gt;
== 2D/3D Raster/voxel export ==&lt;br /&gt;
&lt;br /&gt;
GRASS GIS is one of the few GIS with volume data support. Here data are stored as a 3D raster with a unit volume called a voxel (volume pixel). [[Voxel]]s are designed to support for example representations of trivariate continuous fields. &lt;br /&gt;
&lt;br /&gt;
* 2D raster maps: {{cmd|r.out.vtk}}&lt;br /&gt;
* 3D raster (voxel) maps: {{cmd|r3.out.vtk}}&lt;br /&gt;
&lt;br /&gt;
== 2D/3D Vector export ==&lt;br /&gt;
&lt;br /&gt;
* 2D/3D vector maps: {{cmd|v.out.vtk}}&lt;br /&gt;
&lt;br /&gt;
== Visualization ==&lt;br /&gt;
&lt;br /&gt;
Start Paraview, load VTK data, and choose the correct readers : for example &amp;quot;Legacy VTK file&amp;quot;....it is fairly intuitive to use.&lt;br /&gt;
In the Properties section click the Apply button, next in the Display section set &amp;quot;Surface&amp;quot; in Representation menu, and set the name of the file that you had load on the Color menu. Then with Edit menu you can set the color scale.&lt;br /&gt;
In Paraview you have many filtes to process the data. A useful filter is &amp;quot;Cell data to point data&amp;quot;. In the &amp;quot;Filters&amp;quot; drop-down menu you can findn it in the &amp;quot;Alphabetical&amp;quot; list.&lt;br /&gt;
''(don't hesitate to expand this part)''&lt;br /&gt;
&lt;br /&gt;
 paraview --data=/tmp/threelayer.vtk&lt;br /&gt;
&lt;br /&gt;
[[Image:LausanneDemoDataset3dParaview_4.png|thumb|center|400px|3D groundwater flow]]&lt;br /&gt;
&lt;br /&gt;
[[Image:LausanneDemoDataset3dParaview_10.png|thumb|center|400px|3D groundwater flow]]&lt;br /&gt;
&lt;br /&gt;
== RGB visualization ==&lt;br /&gt;
&lt;br /&gt;
Data export with {{cmd|r.out.vtk}}:&lt;br /&gt;
 r.out.vtk input=dsm_s_michele elevation=dsm_s_michele \&lt;br /&gt;
           rgbmaps=ofd_s_michele.red,ofd_s_michele.green,ofd_s_michele.blue \&lt;br /&gt;
           out=s_michele_color.vtk&lt;br /&gt;
&lt;br /&gt;
Load into Paraview:&lt;br /&gt;
 paraview --data=s_michele_color.vtk&lt;br /&gt;
&lt;br /&gt;
* In Paraview, click &amp;quot;Apply&amp;quot;&lt;br /&gt;
* Select the &amp;quot;Display&amp;quot; tab and choose &amp;quot;Color by&amp;quot; to switch from input scalars to rgb scalars&lt;br /&gt;
* Disable the &amp;quot;Map Scalars&amp;quot; check button in the display tab to avoid the use of a lookup table&lt;br /&gt;
&lt;br /&gt;
[[Image:Paraview fondazione mach 3D.png|thumb|center|400px|Fondazione Mach - S. Michele (Italy) area shown in ParaView]]&lt;br /&gt;
&lt;br /&gt;
== Shown as stereo anaglyphs ==&lt;br /&gt;
&lt;br /&gt;
 paraview --stereo --data=s_michele_color.vtk&lt;br /&gt;
&lt;br /&gt;
* In Paraview, click &amp;quot;Apply&amp;quot;&lt;br /&gt;
* Select the &amp;quot;Display&amp;quot; tab and choose &amp;quot;Color by&amp;quot; to switch from input scalars to rgb scalars&lt;br /&gt;
* Disable the &amp;quot;Map Scalars&amp;quot; check button in the display tab to avoid the use of a lookup table&lt;br /&gt;
&lt;br /&gt;
[[Image:Paraview fondazione mach ortho 3D.png|thumb|center|400px|Fondazione Mach - S. Michele (Italy) area shown in ParaView's stereo mode]]&lt;br /&gt;
&lt;br /&gt;
== Creating Stereo anaglyphs ==&lt;br /&gt;
&lt;br /&gt;
* see [[Stereo anaglyphs]]&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
&lt;br /&gt;
* GRASS 3D Workshop -- 3D data visualization with VTK: [http://www-pool.math.tu-berlin.de/~soeren/grass/files/3DWorkshop_soeren_handouts.pdf PDF handouts] (S. Gebbert)&lt;br /&gt;
* Video tutorials: [http://www-pool.math.tu-berlin.de/~soeren/grass/modules/ r3.out.vtk Tutorial] in four parts (S. Gebbert)&lt;br /&gt;
* GRASS and VTK related [http://www-pool.math.tu-berlin.de/~soeren/grass/modules/screenshots/ screenshots] (S. Gebbert)&lt;br /&gt;
&lt;br /&gt;
[[Category: Visualization]]&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: FAQ]]&lt;br /&gt;
[[Category: Linking to other languages]]&lt;br /&gt;
[[Category: Tutorial]]&lt;/div&gt;</summary>
		<author><name>⚠️Matteopaolini</name></author>
	</entry>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=GRASS_and_Paraview&amp;diff=17235</id>
		<title>GRASS and Paraview</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=GRASS_and_Paraview&amp;diff=17235"/>
		<updated>2012-12-15T15:04:58Z</updated>

		<summary type="html">&lt;p&gt;⚠️Matteopaolini: /* Visualization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= 3D visualization of GRASS data with Paraview=&lt;br /&gt;
&lt;br /&gt;
Download Paraview at http://www.paraview.org (available for Linux, MacOSX and MS-Windows) ([http://www.paraview.org/paraview/project/imagegallery.php screenshot gallery])&lt;br /&gt;
&lt;br /&gt;
== 2D/3D Raster/voxel export ==&lt;br /&gt;
&lt;br /&gt;
GRASS GIS is one of the few GIS with volume data support. Here data are stored as a 3D raster with a unit volume called a voxel (volume pixel). [[Voxel]]s are designed to support for example representations of trivariate continuous fields. &lt;br /&gt;
&lt;br /&gt;
* 2D raster maps: {{cmd|r.out.vtk}}&lt;br /&gt;
* 3D raster (voxel) maps: {{cmd|r3.out.vtk}}&lt;br /&gt;
&lt;br /&gt;
== 2D/3D Vector export ==&lt;br /&gt;
&lt;br /&gt;
* 2D/3D vector maps: {{cmd|v.out.vtk}}&lt;br /&gt;
&lt;br /&gt;
== Visualization ==&lt;br /&gt;
&lt;br /&gt;
Start Paraview, load VTK data, and choose the correct readers : for example &amp;quot;Legacy VTK file&amp;quot;....it is fairly intuitive to use.&lt;br /&gt;
In the Properties section click the Apply button, next in the Display section set &amp;quot;Surface&amp;quot; in Representation menu, and set the name of the file that you had load on the Color menu. Then with Edit menu you can set the color scale.&lt;br /&gt;
''(don't hesitate to expand this part)''&lt;br /&gt;
&lt;br /&gt;
 paraview --data=/tmp/threelayer.vtk&lt;br /&gt;
&lt;br /&gt;
[[Image:LausanneDemoDataset3dParaview_4.png|thumb|center|400px|3D groundwater flow]]&lt;br /&gt;
&lt;br /&gt;
[[Image:LausanneDemoDataset3dParaview_10.png|thumb|center|400px|3D groundwater flow]]&lt;br /&gt;
&lt;br /&gt;
== RGB visualization ==&lt;br /&gt;
&lt;br /&gt;
Data export with {{cmd|r.out.vtk}}:&lt;br /&gt;
 r.out.vtk input=dsm_s_michele elevation=dsm_s_michele \&lt;br /&gt;
           rgbmaps=ofd_s_michele.red,ofd_s_michele.green,ofd_s_michele.blue \&lt;br /&gt;
           out=s_michele_color.vtk&lt;br /&gt;
&lt;br /&gt;
Load into Paraview:&lt;br /&gt;
 paraview --data=s_michele_color.vtk&lt;br /&gt;
&lt;br /&gt;
* In Paraview, click &amp;quot;Apply&amp;quot;&lt;br /&gt;
* Select the &amp;quot;Display&amp;quot; tab and choose &amp;quot;Color by&amp;quot; to switch from input scalars to rgb scalars&lt;br /&gt;
* Disable the &amp;quot;Map Scalars&amp;quot; check button in the display tab to avoid the use of a lookup table&lt;br /&gt;
&lt;br /&gt;
[[Image:Paraview fondazione mach 3D.png|thumb|center|400px|Fondazione Mach - S. Michele (Italy) area shown in ParaView]]&lt;br /&gt;
&lt;br /&gt;
== Shown as stereo anaglyphs ==&lt;br /&gt;
&lt;br /&gt;
 paraview --stereo --data=s_michele_color.vtk&lt;br /&gt;
&lt;br /&gt;
* In Paraview, click &amp;quot;Apply&amp;quot;&lt;br /&gt;
* Select the &amp;quot;Display&amp;quot; tab and choose &amp;quot;Color by&amp;quot; to switch from input scalars to rgb scalars&lt;br /&gt;
* Disable the &amp;quot;Map Scalars&amp;quot; check button in the display tab to avoid the use of a lookup table&lt;br /&gt;
&lt;br /&gt;
[[Image:Paraview fondazione mach ortho 3D.png|thumb|center|400px|Fondazione Mach - S. Michele (Italy) area shown in ParaView's stereo mode]]&lt;br /&gt;
&lt;br /&gt;
== Creating Stereo anaglyphs ==&lt;br /&gt;
&lt;br /&gt;
* see [[Stereo anaglyphs]]&lt;br /&gt;
&lt;br /&gt;
= See also =&lt;br /&gt;
&lt;br /&gt;
* GRASS 3D Workshop -- 3D data visualization with VTK: [http://www-pool.math.tu-berlin.de/~soeren/grass/files/3DWorkshop_soeren_handouts.pdf PDF handouts] (S. Gebbert)&lt;br /&gt;
* Video tutorials: [http://www-pool.math.tu-berlin.de/~soeren/grass/modules/ r3.out.vtk Tutorial] in four parts (S. Gebbert)&lt;br /&gt;
* GRASS and VTK related [http://www-pool.math.tu-berlin.de/~soeren/grass/modules/screenshots/ screenshots] (S. Gebbert)&lt;br /&gt;
&lt;br /&gt;
[[Category: Visualization]]&lt;br /&gt;
[[Category: Documentation]]&lt;br /&gt;
[[Category: FAQ]]&lt;br /&gt;
[[Category: Linking to other languages]]&lt;br /&gt;
[[Category: Tutorial]]&lt;/div&gt;</summary>
		<author><name>⚠️Matteopaolini</name></author>
	</entry>
</feed>