1topic_import(1) Grass User's Manual topic_import(1)
2
3
4
6 db.in.ogr Imports attribute tables in various formats.
7
8 i.in.spotvgt Imports SPOT VGT NDVI data into a raster map.
9
10 r.external Links GDAL supported raster data as a pseudo GRASS raster
11 map.
12
13 r.import Imports raster data into a GRASS raster map using GDAL
14 library and reprojects on the fly.
15
16 r.in.ascii Converts a GRASS ASCII raster file to binary raster map.
17
18 r.in.aster Georeference, rectify, and import Terra-ASTER imagery and
19 relative DEMs using gdalwarp.
20
21 r.in.bin Import a binary raster file into a GRASS raster map layer.
22
23 r.in.gdal Imports raster data into a GRASS raster map using GDAL
24 library.
25
26 r.in.gridatb Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS raster
27 map.
28
29 r.in.lidar Creates a raster map from LAS LiDAR points using univariate
30 statistics.
31
32 r.in.mat Imports a binary MAT-File(v4) to a GRASS raster.
33
34 r.in.png Imports non-georeferenced PNG format image.
35
36 r.in.poly Creates raster maps from ASCII polygon/line/point data
37 files.
38
39 r.in.srtm Imports SRTM HGT files into raster map.
40
41 r.in.wms Downloads and imports data from WMS/WMTS/NASA OnEarth
42 server.
43
44 r.in.xyz Creates a raster map from an assemblage of many coordinates
45 using univariate statistics.
46
47 r.unpack Imports a GRASS GIS specific raster archive file (packed
48 with r.pack) as a raster map
49
50 r3.in.ascii Converts a 3D ASCII raster text file into a (binary) 3D
51 raster map.
52
53 r3.in.bin Imports a binary raster file into a GRASS 3D raster map.
54
55 r3.in.lidar Creates a 3D raster map from LAS LiDAR points using univari‐
56 ate statistics.
57
58 r3.in.v5d Import 3-dimensional Vis5D files.
59
60 r3.in.xyz Create a 3D raster map from an assemblage of many coordi‐
61 nates using univariate statistics
62
63 t.rast.import Imports space time raster dataset.
64
65
66
67
68 t.vect.import Imports a space time vector dataset from a GRASS GIS spe‐
69 cific archive file.
70
71 v.external Creates a new pseudo-vector map as a link to an OGR-sup‐
72 ported layer or a PostGIS feature table.
73
74 v.import Imports vector data into a GRASS vector map using OGR
75 library and reprojects on the fly.
76
77 v.in.ascii Creates a vector map from an ASCII points file or ASCII vec‐
78 tor file.
79
80 v.in.db Creates new vector (points) map from database table contain‐
81 ing coordinates.
82
83 v.in.dxf Converts file in DXF format to GRASS vector map.
84
85 v.in.e00 Imports E00 file into a vector map.
86
87 v.in.geonames Imports geonames.org country files into a vector points map.
88
89 v.in.lidar Converts LAS LiDAR point clouds to a GRASS vector map with
90 libLAS.
91
92 v.in.lines Imports ASCII x,y[,z] coordinates as a series of lines.
93
94 v.in.mapgen Imports Mapgen or Matlab-ASCII vector maps into GRASS.
95
96 v.in.ogr Imports vector data into a GRASS vector map using OGR
97 library.
98
99 v.in.wfs Imports GetFeature from a WFS server.
100
101 v.unpack Imports a GRASS GIS specific vector archive file (packed
102 with v.pack) as a vector map
103
104
105 See also the corresponding keyword import for additional references.
106
107 Main index | Topics index | Keywords index | Graphical index | Full
108 index
109
110 © 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
111
112
113
114GRASS 7.6.0 topic_import(1)