summarySearchCopernicus: Summarize Information from Copernicus Searches

View source: R/sentinel.R

summarySearchCopernicusR Documentation

Summarize Information from Copernicus Searches

Description

These functions summarize the information after performing one or several searches on Copernicus.

summarySearchCopernicus returns a table with information (with different levels of precision) on a previous search.

overviewSearchCopernicus lists a small table with the number of files and of products for each previous searches.

clearXMLcache deletes all downloaded XML files.

getFootprint returns the footprint (i.e., geographical coordinates) of the products in a previous search.

overlap computes the overlap between a between and a set of footprints.

Usage

summarySearchCopernicus(search = 1, level = 1)
overviewSearchCopernicus()
clearXMLcache()
getFootprint(search = 1)
## S3 method for class 'footprint'
print(x, ...)
## S3 method for class 'footprint'
plot(x, xlim = NULL, ylim = NULL, col = rgb(1, 1, 0, 0.1),
      border = "black", around = 1, ...)
## S3 method for class 'footprint'
lines(x, col = rgb(0, 1, 0, 0.1), border = "black", ...)
## S3 method for class 'footprint'
points(x, col = rgb(0, 1, 0, 0.1), border = "black", ...)
overlap(POLYGON, footprint)

Arguments

search

an integer giving the number of the search.

level

an integer giving the level of details of the returned information; should be 1, 2, 3, or 4.

x

an object of class "footprint".

xlim, ylim, col, border

graphical parameters used to display the footprints.

around

the extra space around the footprints.

...

arguments passed among methods.

POLYGON

an object of class "POLYGON".

footprint

an object of class "footprint".

Details

TBD

Value

a data frame or nothing for clearXMLcache.

Author(s)

Emmanuel Paradis


emmanuelparadis/sentinel documentation built on May 2, 2024, 4:52 a.m.