~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to scripts/i.in.spotvgt/description.html

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<h2>DESCRIPTION</h2>
2
 
 
3
 
<em>i.in.spotvgt</em> imports SPOT Vegetation (1km, global) NDVI data sets.
4
 
After import the digital numbers (DN) are remapped to VEGETATION NDVI
5
 
values and the NDVI color table is applied. The imported DN map is 
6
 
removed after remapping.
7
 
<p>
8
 
Apparently missing raster cells due to bad pixel quality are reconstructed
9
 
by the SPOT operating team in the NDVI file. The differences between the
10
 
filtered (-a flag) and raw NDVI map should be compared.
11
 
 
12
 
<h2>NOTES</h2>
13
 
 
14
 
The SPOT VGT files are delivered in HDF4 (Hierarchical Data Format Release 4)
15
 
format. It is required to have the GDAL libraries installed with HDF4 support.
16
 
 
17
 
<h3>Export of entire world SPOT VGT maps</h3>
18
 
 
19
 
When working with SPOT VGT with entire world extent, it is recommended
20
 
to zoom to <i>w=180W</i> and <i>e=180E</i> instead of using the map
21
 
extent for map export. These entire world SPOT VGT data are exceeding
22
 
-180.0 degree which can lead to unhelpful large East-West coordinates in
23
 
the exported file. It is also recommended to then use an export command
24
 
which respects the user settings. Example:
25
 
 
26
 
<div class="code"><pre>
27
 
# import:
28
 
i.in.spotvgt 0001_NDV.HDF
29
 
 
30
 
# export:
31
 
g.region w=180W e=180E n=75:00:16.071429N s=56:00:16.069919S res=0:00:32.142857 -p
32
 
r.out.gdal 0001_NDV format=GTiff out=spotndvi.tif
33
 
</pre></div>
34
 
 
35
 
<h2>SEE ALSO</h2>
36
 
 
37
 
<em>
38
 
<a href="r.in.gdal.html">r.in.gdal</a>,
39
 
<a href="r.out.gdal.html">r.out.gdal</a>
40
 
</em>
41
 
 
42
 
<h2>REFERENCES</h2>
43
 
 
44
 
<a href="http://free.vgt.vito.be/">SPOT Vegetation (1km, global) NDVI data set server</a><br>
45
 
<a href="http://www.vgt.vito.be/faqnew/index.html">SPOT Vegetation FAQ</a><br>
46
 
<a href="http://nieuw.vgt.vito.be/faq/FAQS/faq22.html">SPOT Vegetation Status Map (SM)</a> - Quality map
47
 
 
48
 
<h2>AUTHOR</h2>
49
 
 
50
 
Markus Neteler
51
 
 
52
 
<p><i>Last changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $</i>