1i.in.spotvgt(1)               Grass User's Manual              i.in.spotvgt(1)
2
3
4

NAME

6       i.in.spotvgt  - Imports SPOT VGT NDVI data into a raster map.
7

KEYWORDS

9       imagery, import, NDVI, SPOT
10

SYNOPSIS

12       i.in.spotvgt
13       i.in.spotvgt --help
14       i.in.spotvgt  [-a]  input=name  [output=name]   [--overwrite]  [--help]
15       [--verbose]  [--quiet]  [--ui]
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       --help
25           Print usage summary
26
27       --verbose
28           Verbose module output
29
30       --quiet
31           Quiet module output
32
33       --ui
34           Force launching GUI dialog
35
36   Parameters:
37       input=name [required]
38           Name of input SPOT VGT NDVI HDF file
39
40       output=name
41           Name for output raster map
42

DESCRIPTION

44       i.in.spotvgt imports SPOT Vegetation  (1km,  global)  NDVI  data  sets.
45       After  import  the digital numbers (DN) are remapped to VEGETATION NDVI
46       values and the NDVI color table is applied.  The  imported  DN  map  is
47       removed after remapping.
48
49       Apparently  missing  raster  cells  due to bad pixel quality are recon‐
50       structed by the SPOT operating team in the NDVI file.  The  differences
51       between the filtered (-a flag) and raw NDVI map should be compared.
52

NOTES

54       The  SPOT  VGT  files  are  delivered in HDF4 (Hierarchical Data Format
55       Release 4) format. It is required to have the GDAL libraries  installed
56       with HDF4 support.
57
58   Export of entire world SPOT VGT maps
59       When  working with SPOT VGT with entire world extent, it is recommended
60       to zoom to w=180W and e=180E instead of using the map  extent  for  map
61       export.  These  entire  world SPOT VGT data are exceeding -180.0 degree
62       which can lead to unhelpful large East-West coordinates in the exported
63       file.  It  is  also  recommended  to  then  use an export command which
64       respects the user settings. Example:
65       # import:
66       i.in.spotvgt 0001_NDV.HDF
67       # export:
68       g.region w=180W e=180E n=75:00:16.071429N s=56:00:16.069919S res=0:00:32.142857 -p
69       r.out.gdal 0001_NDV format=GTiff out=spotndvi.tif
70

SEE ALSO

72        r.in.gdal, r.out.gdal
73

REFERENCES

75       SPOT Vegetation (1km, global) NDVI data set server
76       SPOT Vegetation FAQ
77       1.13 How must I read the 8 bits of the status map? - Quality map
78

AUTHOR

80       Markus Neteler
81

SOURCE CODE

83       Available at: i.in.spotvgt source code (history)
84
85       Main index | Imagery index | Topics index | Keywords index |  Graphical
86       index | Full index
87
88       © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
89
90
91
92GRASS 7.8.2                                                    i.in.spotvgt(1)
Impressum