Topic: export
Tool | Description |
---|---|
d.out.file | Saves the contents of the active display monitor to a graphics file. |
d.to.rast | Saves the contents of the active display monitor to a raster map. |
db.out.ogr | Exports attribute tables into various formats. |
r.external.out | Redirects raster output to file utilizing GDAL library rather than storing in GRASS raster format. |
r.out.ascii | Converts a raster map layer into a GRASS ASCII text file. |
r.out.bin | Exports a GRASS raster to a binary array. |
r.out.gdal | Exports GRASS raster maps into GDAL supported formats. |
r.out.gridatb | Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL). |
r.out.mat | Exports a GRASS raster to a binary MAT-File. |
r.out.mpeg | Converts raster map series to MPEG movie. |
r.out.png | Export a GRASS raster map as a non-georeferenced PNG image. |
r.out.pov | Converts a raster map layer into a height-field file for POV-Ray. |
r.out.ppm | Converts a GRASS raster map to a PPM image file. |
r.out.ppm3 | Converts 3 GRASS raster layers (R,G,B) to a PPM image file. |
r.out.vrml | Exports a raster map to the Virtual Reality Modeling Language (VRML). |
r.out.vtk | Converts raster maps into the VTK-ASCII format. |
r.out.xyz | Exports a raster map to a text file as x,y,z values based on cell centers. |
r.pack | Exports a raster map as GRASS specific archive file |
r3.out.ascii | Converts a 3D raster map layer into a ASCII text file. |
r3.out.bin | Exports a GRASS 3D raster map to a binary array. |
r3.out.netcdf | Export a 3D raster map as netCDF file. |
r3.out.v5d | Exports GRASS 3D raster map to 3-dimensional Vis5D file. |
r3.out.vtk | Converts 3D raster maps into the VTK-ASCII format. |
t.rast.export | Exports space time raster dataset. |
t.rast.out.vtk | Exports space time raster dataset as VTK time series. |
t.vect.export | Exports a space time vector dataset as GRASS specific archive file. |
v.external.out | Defines vector output format. |
v.out.ascii | Exports a vector map to a GRASS ASCII vector representation. By default only features with category are exported. To export all features use 'layer=-1'. |
v.out.dxf | Exports vector map to DXF file format. |
v.out.ogr | Exports a vector map layer to any of the supported OGR vector formats. By default a vector map layer is exported to OGC GeoPackage format. |
v.out.postgis | Exports a vector map layer to PostGIS feature table. |
v.out.pov | Converts GRASS x,y,z points to POV-Ray x,z,y format. |
v.out.svg | Exports a vector map to SVG file. |
v.out.vtk | Converts a vector map to VTK ASCII output. |
v.pack | Exports a vector map as GRASS specific archive file |
See also the corresponding keyword for additional references:
export
- d.out.file - Saves the contents of the active display monitor to a graphics file.
- d.to.rast - Saves the contents of the active display monitor to a raster map.
- db.out.ogr - Exports attribute tables into various formats.
- r.colors.out - Exports the color table associated with a raster map.
- r.colors.out_sld - Exports the color table associated with a raster map layer in SLD format.
- r.external.out - Redirects raster output to file utilizing GDAL library rather than storing in GRASS raster format.
- r.out.ascii - Converts a raster map layer into a GRASS ASCII text file.
- r.out.bin - Exports a GRASS raster to a binary array.
- r.out.gdal - Exports GRASS raster maps into GDAL supported formats.
- r.out.gridatb - Exports GRASS raster map to GRIDATB.FOR map file (TOPMODEL).
- r.out.mat - Exports a GRASS raster to a binary MAT-File.
- r.out.maxent_swd - Exports map data as input to MaxEnt in SWD format
- r.out.mpeg - Converts raster map series to MPEG movie.
- r.out.png - Export a GRASS raster map as a non-georeferenced PNG image.
- r.out.pov - Converts a raster map layer into a height-field file for POV-Ray.
- r.out.ppm - Converts a GRASS raster map to a PPM image file.
- r.out.ppm3 - Converts 3 GRASS raster layers (R,G,B) to a PPM image file.
- r.out.tiff - Exports a GRASS raster map to a 8/24bit TIFF image file.
- r.out.vrml - Exports a raster map to the Virtual Reality Modeling Language (VRML).
- r.out.vtk - Converts raster maps into the VTK-ASCII format.
- r.out.xyz - Exports a raster map to a text file as x,y,z values based on cell centers.
- r.pack - Exports a raster map as GRASS specific archive file
- r3.colors.out - Exports the color table associated with a 3D raster map.
- r3.out.ascii - Converts a 3D raster map layer into a ASCII text file.
- r3.out.bin - Exports a GRASS 3D raster map to a binary array.
- r3.out.netcdf - Export a 3D raster map as netCDF file.
- r3.out.v5d - Exports GRASS 3D raster map to 3-dimensional Vis5D file.
- r3.out.vtk - Converts 3D raster maps into the VTK-ASCII format.
- t.rast.export - Exports space time raster dataset.
- t.rast.out.vtk - Exports space time raster dataset as VTK time series.
- t.rast.out.xyz - Export space time raster dataset to a CSV file.
- t.vect.export - Exports a space time vector dataset as GRASS specific archive file.
- v.colors.out - Exports the color table associated with a vector map.
- v.db.select - Prints vector map attributes.
- v.external.out - Defines vector output format.
- v.maxent.swd - Export raster values at given point locations as text file in SWD format for input in Maxent. In addition, the addon can export the environmental raster layers as ascii files.
- v.out.ascii - Exports a vector map to a GRASS ASCII vector representation. By default only features with category are exported. To export all features use 'layer=-1'.
- v.out.dxf - Exports vector map to DXF file format.
- v.out.gps - Exports a vector map to a GPS receiver or file format supported by GPSBabel.
- v.out.ogr - Exports a vector map layer to any of the supported OGR vector formats. By default a vector map layer is exported to OGC GeoPackage format.
- v.out.ply - Exports a vector map to a PLY file.
- v.out.png - Export vector map as PNG
- v.out.postgis - Exports a vector map layer to PostGIS feature table.
- v.out.pov - Converts GRASS x,y,z points to POV-Ray x,z,y format.
- v.out.svg - Exports a vector map to SVG file.
- v.out.vtk - Converts a vector map to VTK ASCII output.
- v.pack - Exports a vector map as GRASS specific archive file
- v.ply.rectify - Imports PLY points, georeferences and exports them.