Description Usage Arguments Value Author(s) Examples
Delete MODIS grid files to reduce the local storage.
| 1 2 | 
| product | Character. MODIS grid product to be deleted. For 'MODIS TERRA Vegetation Indices at 250 m ground resolution' use:  | 
| collection | Default is the newest available onlie, or character or integer. Refers to the MODIS product collection-version. Often '005', but see MODIS pages or run  | 
| extent | Default "global", that meant all available tiles. for any other settings than "global" see  | 
| tileV | Default NULL, numeric or character vector. Vertical tile number(s) (for MODIS between 0 and 17). I.e.:  | 
| tileH | Default NULL, numeric or character vector. Horizontal tile number(s) (for MODIS between 0 and 35). I.e.:  | 
| begin | Start date,default is from the beginning. Every file  | 
| end | End date, default is to the most recent. Every file  | 
| ask | Default  | 
| ... | Arguments from  | 
Numeric, the amount of mega Bytes removed from archive, if files have been found, else NULL if no files have been found.
Matteo Mattiuzzi
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run: 
# YOU ARE ASKED TO CONFIM THE DELETION! BUT IF THE EXAMPLE THIS FOR YOU SENSITIVE DATA CHANGE IT!
# REMOVE "MYD11A2" from specific date range and area subset:
# delHdf(product="MYD11A2",begin="2010001",end="2010.02.01",extent="austria")
# or
# delHdf(product="MYD11A2",begin="2010001",end="2010.02.01",tileV=18:19,tileH=4)
# REMOVE "MOD11A2" and "MYD11A2" from specific date range but globaly:
# delHdf(product="M.D11A2",begin="2010001",end="2010.02.01") 
# REMOVE ALL "MOD11A2" from local archive:
# delHdf(product="MOD11A2") 
 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.