forked from lbusett/phenoriceR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
34 lines (33 loc) · 958 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
# Generated by roxygen2: do not edit by hand
export(pr_create_ordered_tiffs)
export(pr_create_vrt_mosaics)
export(pr_decirc_phenorice)
export(pr_extract_idl_outs)
export(pr_extract_subarea)
export(read_riceatlas)
export(rename_year_mosaics)
export(reshape_outs)
import(foreach)
importFrom(doSNOW,registerDoSNOW)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(gdalUtils,gdal_translate)
importFrom(gdalUtils,gdalbuildvrt)
importFrom(magrittr,"%>%")
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(raster,NAvalue)
importFrom(raster,calc)
importFrom(raster,setZ)
importFrom(raster,stack)
importFrom(raster,writeRaster)
importFrom(sf,st_sf)
importFrom(sprawl,get_rastinfo)
importFrom(sprawl,make_folder)
importFrom(sprawl,mask_rast)
importFrom(sprawl,read_rast)
importFrom(sprawl,read_vect)
importFrom(stringr,str_split_fixed)
importFrom(tibble,tibble)
importFrom(tools,file_path_sans_ext)