-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
57 lines (56 loc) · 1.52 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
46
47
48
49
50
51
52
53
54
55
56
57
# Generated by roxygen2: do not edit by hand
export(GetArchiveImage)
export(GetCollections)
export(GetImage)
export(GetImageByAOI)
export(GetImageByBbox)
export(GetImageByTimerange)
export(GetOAuthClient)
export(GetOAuthToken)
export(GetQueryables)
export(GetStatistics)
export(GetStatisticsByAOI)
export(GetStatisticsByBbox)
export(GetStatisticsByTimerange)
export(Point2Bbox)
export(SearchCatalog)
export(SearchCatalogByAOI)
export(SearchCatalogByBbox)
export(SearchCatalogByTimerange)
export(SeasonalFilter)
export(SeasonalTimerange)
export(UniqueCatalog)
importFrom(geojsonsf,sfc_geojson)
importFrom(httr2,last_response)
importFrom(httr2,oauth_client)
importFrom(httr2,oauth_flow_client_credentials)
importFrom(httr2,req_auth_bearer_token)
importFrom(httr2,req_body_json)
importFrom(httr2,req_headers)
importFrom(httr2,req_oauth_client_credentials)
importFrom(httr2,req_perform)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,with_tz)
importFrom(lutz,tz_lookup_coords)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_polygon)
importFrom(sf,st_transform)
importFrom(stats,aggregate)
importFrom(terra,crs)
importFrom(terra,mask)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,writeRaster)