Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
NAME
i.in.probav - Imports PROBA-V NDVI data in netCDF format into a raster map with real NDVI data range.
KEYWORDS
imagery,
import,
NDVI,
PROBA-V
SYNOPSIS
i.in.probav
i.in.probav --help
i.in.probav input=name output=name [scale=float] [shift=float] [memory=integer] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
- --overwrite
- Allow output files to overwrite existing files
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
Parameters:
- input=name [required]
- Name of input PROBA-V NDVI .nc file
- output=name [required]
- Name for output raster map
- scale=float
- Scale factor for input
- Default: 0.004
- shift=float
- Shift factor for input
- Offset factor for input
- Default: -0.08
- memory=integer
- Maximum memory to be used in MB
- Options: 0-2047
- Default: 300
i.in.probav imports Proba-V NDVI data sets.
After the 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. It is also possible to change the scale and offset
factor (default is scale: 0.004, offset: -0.08 for Proba-V)
and to improve the memory usage (default is 300 MB).
Important for the Proba-V Data sets, is a user registration at
the VITO portal
necessary (Register Button in the Upper Right Corner).
The Proba-V files are delivered in NetCDF (Network Common Data Form)
format. It is required to have the GDAL libraries installed with NetCDF support.
Also to check the necessary scale and offset factor with
gdalinfo.
When working with Proba-V NDVI, it it necessary to fix the range of the map because
it exceeds the -180°..+180° range with entire world extent.
You can shift the map slightly into the right position using
gdal_translate.
This example in
Global datasets may help you.
# import of 300m NDVI
i.in.probav input=c_gls_NDVI300_201611010000_GLOBE_PROBAV_V1.0.1.nc \
output=c_gls_NDVI300_201611010000_GLOBE_PROBAV_V1.0.1 memory=500
i.in.spotvgt,
r.in.gdal
Jonas Strobel
SOURCE CODE
Available at:
i.in.probav source code
(history)
Latest change: Mon Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55
Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
Main index |
Imagery index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2023
GRASS Development Team,
GRASS GIS 7.8.8dev Reference Manual