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]
15
16 Flags:
17 -a also import quality map (SM status map layer) and filter NDVI map
18
19 --overwrite
20
21 Parameters:
22 file=string
23 existing SPOT VGT NDVI HDF file (0001_NDV.HDF)
24
25 rast=string
26 name for new raster map
27
29 i.in.spotvgt imports SPOT Vegetation (1km, global) NDVI data sets.
30 After import the digital numbers (DN) are remapped to VEGETATION NDVI
31 values and the NDVI color table is applied. The imported DN map is
32 removed after remapping.
33
34 Apparently missing raster cells due to bad pixel quality are reconā
35 structed by the SPOT operating team in the NDVI file. The differences
36 between the filtered (-a flag) and raw NDVI map should be compared.
37
39 Export of entire world SPOT VGT maps
40 When working with SPOT VGT with entire world extent, it is recommended
41 to zoom to w=180W and e=180E instead of using the map extent for map
42 export. These entire world SPOT VGT data are exceeding -180.0 degree
43 which can lead to unhelpful large East-West coordinates in the exported
44 file. It is also recommended to then use an export command which
45 respects the user settings. Example:
46 # import:
47 i.in.spotvgt 0001_NDV.HDF
48 # export:
49 g.region w=180W e=180E n=75:00:16.071429N s=56:00:16.069919S
50 res=0:00:32.142857 -p
51 r.out.tiff -t 0001_NDV out=spotndvi
52
53
55 r.in.gdal
56
58 SPOT Vegetation (1km, global) NDVI data set server
59 SPOT Vegetation FAQ
60 SPOT Vegetation Status Map (SM) - Quality map
61
63 Markus Neteler
64
65 Last changed: $Date: 2006/01/31 16:23:49 $
66
67 Full index
68
69
70
71GRASS 6.2.2 i.in.spotvgt(1)