forked from ptaconet/modisfast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 883 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated by roxygen2: do not edit by hand
export(odr_download_data)
export(odr_get_opt_param)
export(odr_get_url)
export(odr_import_data)
export(odr_list_collections)
export(odr_list_variables)
export(odr_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(ncdf4,nc_open)
importFrom(ncdf4,ncvar_get)
importFrom(raster,brick)
importFrom(raster,flip)
importFrom(raster,merge)
importFrom(raster,raster)
importFrom(raster,t)
importFrom(rvest,html_table)
importFrom(stars,read_stars)
importFrom(stats,ave)
importFrom(stringr,str_match)
importFrom(stringr,str_replace)
importFrom(stringr,word)
importFrom(xml2,read_html)