1topic_import(1) GRASS GIS 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 li‐
14 brary 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 li‐
24 brary.
25
26 r.in.gridatb Imports GRIDATB.FOR map file (TOPMODEL) into a GRASS raster
27 map.
28
29 r.in.mat Imports a binary MAT-File(v4) to a GRASS raster.
30
31 r.in.pdal Creates a raster map from LAS LiDAR points using univariate
32 statistics.
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 OGC WMS and OGC WMTS web
42 mapping servers.
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.v5d Import 3-dimensional Vis5D files.
56
57 r3.in.xyz Create a 3D raster map from an assemblage of many coordi‐
58 nates using univariate statistics
59
60 t.rast.import Imports space time raster dataset.
61
62 t.vect.import Imports a space time vector dataset from a GRASS GIS spe‐
63 cific archive file.
64
65
66
67
68 v.external Creates a new pseudo-vector map as a link to an OGR-sup‐
69 ported layer or a PostGIS feature table.
70
71 v.import Imports vector data into a GRASS vector map using OGR li‐
72 brary and reprojects on the fly.
73
74 v.in.ascii Creates a vector map from an ASCII points file or ASCII vec‐
75 tor file.
76
77 v.in.db Creates new vector (points) map from database table contain‐
78 ing coordinates.
79
80 v.in.dxf Converts file in DXF format to GRASS vector map.
81
82 v.in.e00 Imports E00 file into a vector map.
83
84 v.in.geonames Imports geonames.org country files into a vector points map.
85
86 v.in.lines Imports ASCII x,y[,z] coordinates as a series of lines.
87
88 v.in.mapgen Imports Mapgen or Matlab-ASCII vector maps into GRASS.
89
90 v.in.ogr Imports vector data into a GRASS vector map using OGR li‐
91 brary.
92
93 v.in.pdal Converts LAS LiDAR point clouds to a GRASS vector map with
94 PDAL.
95
96 v.in.wfs Imports GetFeature from a WFS server.
97
98 v.unpack Imports a GRASS GIS specific vector archive file (packed
99 with v.pack) as a vector map
100
101
102 See also the corresponding keyword import for additional references.
103
104 Main index | Topics index | Keywords index | Graphical index | Full in‐
105 dex
106
107 © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
108
109
110
111GRASS 8.2.1 topic_import(1)