-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
157 lines (156 loc) · 4.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# Generated by roxygen2: do not edit by hand
export(GetImages_par)
export(adjust_BB_XYcoords)
export(adjust_ENVI_hdr)
export(apply_radiometric_filter)
export(bbox_to_poly)
export(check_S2mission)
export(check_S2tilinggrid)
export(check_SI_computed)
export(check_existing_mask)
export(check_order_bands)
export(clean_rasters)
export(correct_geom)
export(correct_s2stack)
export(datetime_from_to)
export(download_GeomAcq_s2)
export(download_cloudmask)
export(download_s2)
export(download_s2_acq)
export(download_s2collection)
export(eliminate_doublons_dateAcq)
export(eliminate_incompleteTiles)
export(extract_from_S2_L2A)
export(extract_from_safe)
export(fun_SI_fromSpatRaster)
export(get_B248_filter)
export(get_BB)
export(get_BB_from_Vector)
export(get_BB_from_fullImage)
export(get_GeomAcq_s2)
export(get_GeomAcq_s2_coll)
export(get_HDR_name)
export(get_S2_bands)
export(get_S2_bands_from_LaSRC)
export(get_S2_bands_from_Sen2Cor)
export(get_S2_bands_from_THEIA)
export(get_S2_offset)
export(get_aoi)
export(get_asset)
export(get_asset_terra)
export(get_cloud_asset)
export(get_cloudmask)
export(get_collection)
export(get_collections)
export(get_dateAcq)
export(get_grid_aoi)
export(get_mainmask)
export(get_missing_plots)
export(get_plot_list)
export(get_plot_tile)
export(get_quicklook)
export(get_s2_angles)
export(get_s2_footprint)
export(get_s2_raster)
export(get_s2_tiles)
export(get_s2_tiling)
export(get_s2collection)
export(get_tile)
export(list_SCL_dl)
export(list_assets)
export(list_cloud_dl)
export(make_vsicurl_theia_url)
export(make_vsicurl_url)
export(mosaic_tiles)
export(num2char)
export(print_error_message_preprocS2)
export(produce_GeomAcq_tile)
export(read_ENVI_header)
export(read_S2bands)
export(read_mask_path_terra)
export(reproject_shp)
export(save_cloud_s2)
export(save_reflectance_s2)
export(split_line)
export(stop_quietly)
export(update_mask)
export(write_ENVI_header)
export(write_geomplot)
import(prosail)
import(tools)
importFrom(CDSE,GetImage)
importFrom(CDSE,GetImageByTimerange)
importFrom(CDSE,GetOAuthToken)
importFrom(CDSE,SearchCatalog)
importFrom(XML,xmlToList)
importFrom(crsuggest,suggest_crs)
importFrom(curl,has_internet)
importFrom(future,plan)
importFrom(future,sequential)
importFrom(future.apply,future_lapply)
importFrom(future.apply,future_mapply)
importFrom(lubridate,add_with_rollback)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(progressr,handlers)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(rstac,assets_url)
importFrom(rstac,ext_filter)
importFrom(rstac,items_sign)
importFrom(rstac,post_request)
importFrom(rstac,sign_planetary_computer)
importFrom(rstac,stac)
importFrom(sf,gdal_utils)
importFrom(sf,read_sf)
importFrom(sf,st_area)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_centroid)
importFrom(sf,st_collection_extract)
importFrom(sf,st_covered_by)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_make_grid)
importFrom(sf,st_polygon)
importFrom(sf,st_read)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(sf,st_zm)
importFrom(stars,read_stars)
importFrom(stars,write_stars)
importFrom(stats,setNames)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_subset)
importFrom(terra,buffer)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,intersect)
importFrom(terra,median)
importFrom(terra,na.omit)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,resample)
importFrom(terra,same.crs)
importFrom(terra,values)
importFrom(terra,vect)
importFrom(terra,vrt)
importFrom(terra,writeRaster)
importFrom(terra,writeVector)
importFrom(tibble,as_tibble)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(utils,download.file)
importFrom(utils,unzip)