.TH i.in.spotvgt 1grass "" "GRASS 6.4.2" "Grass User's Manual" .SH NAME \fI\fBi.in.spotvgt\fR\fR - Import of SPOT VGT NDVI file into a raster map .SH KEYWORDS raster, imagery, import .SH SYNOPSIS \fBi.in.spotvgt\fR .br \fBi.in.spotvgt help\fR .br \fBi.in.spotvgt\fR [-\fBa\fR] \fBfile\fR=\fIstring\fR [\fBrast\fR=\fIstring\fR] [--\fBoverwrite\fR] [--\fBverbose\fR] [--\fBquiet\fR] .SS Flags: .IP "\fB-a\fR" 4m .br Also import quality map (SM status map layer) and filter NDVI map .IP "\fB--overwrite\fR" 4m .br Allow output files to overwrite existing files .IP "\fB--verbose\fR" 4m .br Verbose module output .IP "\fB--quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBfile\fR=\fIstring\fR" 4m .br existing SPOT VGT NDVI HDF file (0001_NDV.HDF) .IP "\fBrast\fR=\fIstring\fR" 4m .br Name for output raster map .PP .SH DESCRIPTION \fIi.in.spotvgt\fR imports SPOT Vegetation (1km, global) NDVI data sets. After import the digital numbers (DN) are remapped to VEGETATION NDVI values and the NDVI color table is applied. The imported DN map is removed after remapping. .PP Apparently missing raster cells due to bad pixel quality are reconstructed by the SPOT operating team in the NDVI file. The differences between the filtered (-a flag) and raw NDVI map should be compared. .SH NOTES The SPOT VGT files are delivered in HDF4 (Hierarchical Data Format Release 4) format. It is required to have the GDAL libraries installed with HDF4 support. .SS Export of entire world SPOT VGT maps When working with SPOT VGT with entire world extent, it is recommended to zoom to \fIw=180W\fR and \fIe=180E\fR instead of using the map extent for map export. These entire world SPOT VGT data are exceeding -180.0 degree which can lead to unhelpful large East-West coordinates in the exported file. It is also recommended to then use an export command which respects the user settings. Example: \fC .DS .br # import: .br i.in.spotvgt 0001_NDV.HDF .br .br # export: .br g.region w=180W e=180E n=75:00:16.071429N s=56:00:16.069919S res=0:00:32.142857 -p .br r.out.gdal 0001_NDV format=GTiff out=spotndvi.tif .br .DE \fR .SH SEE ALSO \fI r.in.gdal, r.out.gdal \fR .SH REFERENCES SPOT Vegetation (1km, global) NDVI data set server .br SPOT Vegetation FAQ .br SPOT Vegetation Status Map (SM) - Quality map .SH AUTHOR Markus Neteler .PP \fILast changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $\fR .PP Full index .PP © 2003-2011 GRASS Development Team