11# Generated by roxygen2: do not edit by hand
22
3- export(EO_assessment_class)
4- export(EO_assessment_numeric)
5- export(add_to_database)
6- export(additive_per_image)
7- export(aggregate_NDTrI)
3+ export(add_lakeID)
84export(bbox_from_point)
95export(bbox_from_polygon)
106export(bbox_from_rectangle)
117export(best_nk)
12- export(create_database)
8+ export(combine_years_dynamic)
9+ export(combine_years_lakeData)
10+ export(combine_years_pixelData)
11+ export(discreteClassAssessment)
1312export(display_geometry)
1413export(download_openEO_job)
1514export(dynamic_per_pixel)
1615export(find_trends)
17- export(load_bandLayer)
18- export(load_database)
19- export(load_netcdf)
16+ export(index_spread)
17+ export(load_BandLayer)
2018export(map_layer)
2119export(nc_scene_per_image)
22- export(nc_time_filter)
2320export(ndi_per_image)
24- export(ndtriLake_to_df)
25- export(ndtri_spread)
21+ export(numericAssessment)
22+ export(oneLake_df)
23+ export(open_netcdf)
2624export(pixel_clusters)
2725export(plot_class_assessment)
2826export(plot_dynamic)
29- export(plot_image_dates)
30- export(plot_lake_ndtri_histogram)
27+ export(plot_lake_index_histogram)
3128export(plot_layer)
3229export(plot_numeric_assessment)
30+ export(plot_scene_coverage)
3331export(prepare_for_clustering)
34- export(save_lake_data )
32+ export(sameDimProjection )
3533export(save_leaflet)
34+ export(seasonal_index_per_lake)
3635export(seasonal_index_per_pixel)
36+ export(show_pixels)
3737export(start_openEO_job)
3838export(trends_to_classes)
3939export(waterscene_proportion)
@@ -42,8 +42,6 @@ importFrom(geosphere,distGeo)
4242importFrom(grDevices,col2rgb)
4343importFrom(grDevices,colorRampPalette)
4444importFrom(grDevices,dev.new)
45- importFrom(grDevices,dev.off)
46- importFrom(grDevices,png)
4745importFrom(grDevices,rgb)
4846importFrom(graphics,abline)
4947importFrom(graphics,arrows)
@@ -69,31 +67,25 @@ importFrom(leaflet,colorFactor)
6967importFrom(leaflet,colorNumeric)
7068importFrom(leaflet,leaflet)
7169importFrom(leaflet,setView)
72- importFrom(methods,is)
73- importFrom(ncdump,NetCDF)
7470importFrom(openeo,create_job)
7571importFrom(openeo,download_results)
7672importFrom(openeo,list_file_formats)
7773importFrom(openeo,list_jobs)
7874importFrom(openeo,processes)
7975importFrom(openeo,start_job)
80- importFrom(raster,as.matrix)
81- importFrom(raster,brick)
82- importFrom(raster,crop)
83- importFrom(raster,crs)
84- importFrom(raster,extend)
85- importFrom(raster,image)
86- importFrom(raster,projectExtent)
87- importFrom(raster,projectRaster)
88- importFrom(raster,raster)
89- importFrom(raster,subset)
90- importFrom(raster,values)
9176importFrom(stats,cor)
77+ importFrom(stats,density)
9278importFrom(stats,kmeans)
9379importFrom(stats,lm)
9480importFrom(stats,median)
9581importFrom(stats,quantile)
9682importFrom(stats,sd)
83+ importFrom(terra,crs)
84+ importFrom(terra,describe)
85+ importFrom(terra,ext)
86+ importFrom(terra,image)
87+ importFrom(terra,project)
88+ importFrom(terra,rast)
89+ importFrom(terra,values)
90+ importFrom(terra,xFromCol)
9791importFrom(tidyr,spread)
98- importFrom(utils,read.csv)
99- importFrom(utils,write.table)
0 commit comments