https://github.com/ptaconet/modisfast
Raw File
Tip revision: 984bf7657011cb55e97d3f833d5de309924eee34 authored by Paul Taconet on 29 August 2024, 08:34:28 UTC
update readme
Tip revision: 984bf76
NAMESPACE
# Generated by roxygen2: do not edit by hand

export(mf_download_data)
export(mf_get_opt_param)
export(mf_get_url)
export(mf_import_data)
export(mf_list_collections)
export(mf_list_variables)
export(mf_login)
import(dplyr)
import(httr)
import(parallel)
import(purrr)
import(sf)
importFrom(curl,has_internet)
importFrom(lubridate,floor_date)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,second)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(rvest,html_table)
importFrom(stats,ave)
importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(stringr,word)
importFrom(terra,flip)
importFrom(terra,merge)
importFrom(terra,rast)
importFrom(terra,t)
importFrom(utils,URLdecode)
importFrom(utils,write.csv)
importFrom(xml2,read_html)
back to top