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.mat Imports a binary MAT-File(v4) to a GRASS raster.
30
31 r.in.png Imports non-georeferenced PNG format image.
32
33 r.in.poly Creates raster maps from ASCII polygon/line/point data
34 files.
35
36 r.in.srtm Imports SRTM HGT files into raster map.
37
38 r.in.wms Downloads and imports data from OGC WMS and OGC WMTS web
39 mapping servers.
40
41 r.in.xyz Creates a raster map from an assemblage of many coordinates
42 using univariate statistics.
43
44 r.unpack Imports a GRASS GIS specific raster archive file (packed
45 with r.pack) as a raster map
46
47 r3.in.ascii Converts a 3D ASCII raster text file into a (binary) 3D
48 raster map.
49
50 r3.in.bin Imports a binary raster file into a GRASS 3D raster map.
51
52 r3.in.v5d Import 3-dimensional Vis5D files.
53
54 r3.in.xyz Create a 3D raster map from an assemblage of many coordi‐
55 nates using univariate statistics
56
57 t.rast.import Imports space time raster dataset.
58
59 t.vect.import Imports a space time vector dataset from a GRASS GIS spe‐
60 cific archive file.
61
62 v.external Creates a new pseudo-vector map as a link to an OGR-sup‐
63 ported layer or a PostGIS feature table.
64
65
66
67
68 v.import Imports vector data into a GRASS vector map using OGR
69 library and reprojects on the fly.
70
71 v.in.ascii Creates a vector map from an ASCII points file or ASCII vec‐
72 tor file.
73
74 v.in.db Creates new vector (points) map from database table contain‐
75 ing coordinates.
76
77 v.in.dxf Converts file in DXF format to GRASS vector map.
78
79 v.in.e00 Imports E00 file into a vector map.
80
81 v.in.geonames Imports geonames.org country files into a vector points map.
82
83 v.in.lines Imports ASCII x,y[,z] coordinates as a series of lines.
84
85 v.in.mapgen Imports Mapgen or Matlab-ASCII vector maps into GRASS.
86
87 v.in.ogr Imports vector data into a GRASS vector map using OGR
88 library.
89
90 v.in.wfs Imports GetFeature from a WFS server.
91
92 v.unpack Imports a GRASS GIS specific vector archive file (packed
93 with v.pack) as a vector map
94
95
96 See also the corresponding keyword import for additional references.
97
98 Main index | Topics index | Keywords index | Graphical index | Full
99 index
100
101 © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
102
103
104
105GRASS 7.8.2 topic_import(1)