powered by
ISOImageryRequestedDate
Object of R6Class for modelling an ISO imagery requested date
R6Class
R6Class object.
requestedDateOfCollection
[POSIXt]
POSIXt
latestAcceptableDate
new(xml)
This method is used to instantiate an ISOImageryRequestedDate
setRequestedDateOfCollection(date)
Set the requested date of collection, object of class POSIXt
setLatestAcceptableDate(date)
Set the latest acceptable date, object of class POSIXt
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
ISO 19115-2:2009 - Geographic information -- Metadata Part 2: Extensions for imagery and gridded data
#create band range dimension md <- ISOImageryRequestedDate$new() md$setRequestedDateOfCollection(Sys.time()) md$setLatestAcceptableDate(Sys.time()) xml <- md$encode()
Run the code above in your browser using DataLab