1i.in.spotvgt(1) Grass User's Manual i.in.spotvgt(1)
2
3
4
6 i.in.spotvgt - Import of SPOT VGT NDVI file into a raster map
7
9 raster, imagery, import
10
12 i.in.spotvgt
13 i.in.spotvgt help
14 i.in.spotvgt [-a] file=string [rast=string] [--overwrite] [--ver‐
15 bose] [--quiet]
16
17 Flags:
18 -a
19 also import quality map (SM status map layer) and filter NDVI map
20
21 --overwrite
22 Allow output files to overwrite existing files
23
24 --verbose
25 Verbose module output
26
27 --quiet
28 Quiet module output
29
30 Parameters:
31 file=string
32 existing SPOT VGT NDVI HDF file (0001_NDV.HDF)
33
34 rast=string
35 Name for output raster map
36
38 i.in.spotvgt imports SPOT Vegetation (1km, global) NDVI data sets.
39 After import the digital numbers (DN) are remapped to VEGETATION NDVI
40 values and the NDVI color table is applied. The imported DN map is
41 removed after remapping.
42
43 Apparently missing raster cells due to bad pixel quality are recon‐
44 structed by the SPOT operating team in the NDVI file. The differences
45 between the filtered (-a flag) and raw NDVI map should be compared.
46
48 The SPOT VGT files are delivered in HDF4 (Hierarchical Data Format
49 Release 4) format. It is required to have the GDAL libraries installed
50 with HDF4 support.
51
52 Export of entire world SPOT VGT maps
53 When working with SPOT VGT with entire world extent, it is recommended
54 to zoom to w=180W and e=180E instead of using the map extent for map
55 export. These entire world SPOT VGT data are exceeding -180.0 degree
56 which can lead to unhelpful large East-West coordinates in the exported
57 file. It is also recommended to then use an export command which
58 respects the user settings. Example:
59 # import:
60 i.in.spotvgt 0001_NDV.HDF
61 # export:
62 g.region w=180W e=180E n=75:00:16.071429N s=56:00:16.069919S
63 res=0:00:32.142857 -p
64 r.out.tiff -t 0001_NDV out=spotndvi
65
66
68 r.in.gdal
69
71 SPOT Vegetation (1km, global) NDVI data set server
72 SPOT Vegetation FAQ
73 SPOT Vegetation Status Map (SM) - Quality map
74
76 Markus Neteler
77
78 Last changed: $Date: 2008-03-18 16:54:11 +0100 (Tue, 18 Mar 2008) $
79
80 Full index
81
82 © 2003-2008 GRASS Development Team
83
84
85
86GRASS 6.3.0 i.in.spotvgt(1)