-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
45 lines (44 loc) · 1.12 KB
/
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
37
38
39
40
41
42
43
44
45
# Generated by roxygen2: do not edit by hand
S3method(as.geojson,default)
S3method(as.geojson,sf)
S3method(get_chirps,SpatExtent)
S3method(get_chirps,SpatRaster)
S3method(get_chirps,SpatVector)
S3method(get_chirps,default)
S3method(get_chirps,geojson)
S3method(get_chirps,sf)
S3method(get_chirts,SpatExtent)
S3method(get_chirts,SpatRaster)
S3method(get_chirts,SpatVector)
S3method(get_chirts,default)
S3method(get_esi,default)
S3method(get_esi,geojson)
S3method(get_esi,sf)
S3method(get_imerg,default)
S3method(get_imerg,geojson)
S3method(get_imerg,sf)
S3method(print,chirps_df)
export(as.geojson)
export(get_chirps)
export(get_chirts)
export(get_esi)
export(get_imerg)
export(precip_indices)
import(methods)
importFrom(httr,RETRY)
importFrom(httr,accept_json)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(sf,read_sf)
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_centroid)
importFrom(sf,st_geometry_type)
importFrom(sf,st_point)
importFrom(sf,st_sfc)
importFrom(sf,st_write)
importFrom(stats,quantile)
importFrom(terra,crop)
importFrom(terra,extract)
importFrom(terra,rast)