function used to parse the XML file used to store the characteristics of MODIS Land Products and store them in the "prod_opts" data frame
MODIStsp_read_xml(prodopts_file = prodopts_file, xml_file = xml_file)
prodopts_file | string filename of the RData in which to store the data parsed from the XML file |
---|---|
xml_file | string filename of the XML file containing the MODIS products characteristics |
NULL - retrieved data are stored in the specified RData file
The function parses the XML file product by product, stores data in a data frame and saves the data frame within the "MODIStsp_previous" RData file as a list of lists
License: GPL 3.0