1topic_export(1) GRASS GIS User's Manual topic_export(1)
2
3
4
6 d.out.file Saves the contents of the active display monitor to a graph‐
7 ics file.
8
9 d.to.rast Saves the contents of the active display monitor to a raster
10 map.
11
12 db.out.ogr Exports attribute tables into various formats.
13
14 r.external.out Redirects raster output to file utilizing GDAL library
15 rather than storing in GRASS raster format.
16
17 r.out.ascii Converts a raster map layer into a GRASS ASCII text file.
18
19 r.out.bin Exports a GRASS raster to a binary array.
20
21 r.out.gdal Exports GRASS raster maps into GDAL supported formats.
22
23 r.out.gridatb Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL).
24
25 r.out.mat Exports a GRASS raster to a binary MAT-File.
26
27 r.out.mpeg Converts raster map series to MPEG movie.
28
29 r.out.png Export a GRASS raster map as a non-georeferenced PNG image.
30
31 r.out.pov Converts a raster map layer into a height-field file for
32 POV-Ray.
33
34 r.out.ppm Converts a GRASS raster map to a PPM image file.
35
36 r.out.ppm3 Converts 3 GRASS raster layers (R,G,B) to a PPM image file.
37
38 r.out.vrml Exports a raster map to the Virtual Reality Modeling Lan‐
39 guage (VRML).
40
41 r.out.vtk Converts raster maps into the VTK-ASCII format.
42
43 r.out.xyz Exports a raster map to a text file as x,y,z values based on
44 cell centers.
45
46 r.pack Exports a raster map as GRASS GIS specific archive file
47
48 r3.out.ascii Converts a 3D raster map layer into a ASCII text file.
49
50 r3.out.bin Exports a GRASS 3D raster map to a binary array.
51
52 r3.out.netcdf Export a 3D raster map as netCDF file.
53
54 r3.out.v5d Exports GRASS 3D raster map to 3-dimensional Vis5D file.
55
56 r3.out.vtk Converts 3D raster maps into the VTK-ASCII format.
57
58 t.rast.export Exports space time raster dataset.
59
60 t.rast.out.vtk Exports space time raster dataset as VTK time series.
61
62 t.vect.export Exports a space time vector dataset as GRASS GIS specific
63 archive file.
64
65 v.external.out Defines vector output format.
66
67
68 v.out.ascii Exports a vector map to a GRASS ASCII vector representation.
69
70 v.out.dxf Exports vector map to DXF file format.
71
72 v.out.ogr Exports a vector map layer to any of the supported OGR vec‐
73 tor formats.
74
75 v.out.postgis Exports a vector map layer to PostGIS feature table.
76
77 v.out.pov Converts GRASS x,y,z points to POV-Ray x,z,y format.
78
79 v.out.svg Exports a vector map to SVG file.
80
81 v.out.vtk Converts a vector map to VTK ASCII output.
82
83 v.pack Exports a vector map as GRASS GIS specific archive file
84
85
86 See also the corresponding keyword export for additional references.
87
88 Main index | Topics index | Keywords index | Graphical index | Full
89 index
90
91 © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
92
93
94
95GRASS 7.8.5 topic_export(1)