Skip to content

Commit a556df8

Browse files
committed
Update
1 parent 177b978 commit a556df8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Authors@R: c(
77
person("Kompetenzzentrum Wasser Berlin gGmbH (KWB)", role = "cph")
88
)
99
Description: Download and process ESA Sentinel-2 L2A data to obtain
10-
trophic state information.
10+
trophic state information or other satellite based indexes.
1111
License: MIT + file LICENSE
1212
URL: https://github.com/KWB-R/lakeRS
1313
BugReports: https://github.com/KWB-R/lakeRS/issues

NAMESPACE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export(find_trends)
1717
export(load_bandLayer)
1818
export(load_database)
1919
export(load_netcdf)
20+
export(map_layer)
2021
export(nc_scene_per_image)
2122
export(nc_time_filter)
2223
export(ndi_per_image)
@@ -37,12 +38,15 @@ export(start_openEO_job)
3738
export(trends_to_classes)
3839
export(waterscene_proportion)
3940
importFrom(geosphere,destPoint)
41+
importFrom(geosphere,distGeo)
4042
importFrom(grDevices,col2rgb)
43+
importFrom(grDevices,colorRampPalette)
4144
importFrom(grDevices,dev.new)
4245
importFrom(grDevices,dev.off)
4346
importFrom(grDevices,png)
4447
importFrom(grDevices,rgb)
4548
importFrom(graphics,abline)
49+
importFrom(graphics,arrows)
4650
importFrom(graphics,axis)
4751
importFrom(graphics,hist)
4852
importFrom(graphics,layout)
@@ -78,6 +82,7 @@ importFrom(raster,brick)
7882
importFrom(raster,crop)
7983
importFrom(raster,crs)
8084
importFrom(raster,extend)
85+
importFrom(raster,image)
8186
importFrom(raster,projectExtent)
8287
importFrom(raster,projectRaster)
8388
importFrom(raster,raster)

0 commit comments

Comments
 (0)