Description Usage Arguments Value See Also Examples
Creates a synthetic aperture radar (SAR) object. The input is either an existing raster or the folder address of satellite data.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | sarRecord(object, satellite = "", imgSubstring = "", polarization = NULL,
...)
## S4 method for signature 'RasterLayer'
sarRecord(object, satellite = "", imgSubstring = "",
polarization = NULL, ...)
## S4 method for signature 'character'
sarRecord(object, satellite = "", imgSubstring = "",
polarization = NULL, ...)
## S4 method for signature 'missing'
sarRecord(object, satellite = "", imgSubstring = "",
polarization = NULL, ...)
|
object |
either a character given the folder address of satellite data or a RasterLayer object. |
satellite |
Character. Either 'sentinel-1' or 'terrasar-x'. |
imgSubstring |
Character. This substring is searched for when image data is read. |
polarization |
Character. E.g.'vv' or 'hh'. If the polarization is not given it will be determined from metadata. |
... |
Further arguments to the constructor of the |
object of SAR class or subclass that is a well a RasterLayer object.
SAR-class
, Sentinel-class
, TSX-class
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.