-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
74 lines (73 loc) · 2.04 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
# Generated by roxygen2: do not edit by hand
export(available_RGTs)
export(available_nominal_orbits)
export(degrees_to_global_grid)
export(download_file)
export(getTracks)
export(get_atlas_data)
export(get_level3a_data)
export(latest_orbits)
export(overall_mission_orbits)
export(revisit_time_RGTs)
export(select_aoi_global_grid)
export(time_specific_orbits)
export(verify_RGTs)
export(vsi_kml_from_zip)
export(vsi_nominal_orbits_wkt)
export(vsi_time_specific_orbits_wkt)
import(foreach)
import(lwgeom)
import(magrittr)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(doParallel,registerDoParallel)
importFrom(glue,glue)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(leafgl,addGlPolygons)
importFrom(leafgl,addGlPolylines)
importFrom(leaflet,addLayersControl)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,layersControlOptions)
importFrom(leaflet,leaflet)
importFrom(leaflet,providers)
importFrom(leaflet.extras,addDrawToolbar)
importFrom(leaflet.extras,editToolbarOptions)
importFrom(leafsync,sync)
importFrom(lubridate,yday)
importFrom(lubridate,ymd)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(miniUI,miniTitleBarButton)
importFrom(rnaturalearth,ne_countries)
importFrom(rvest,html_elements)
importFrom(rvest,read_html)
importFrom(sf,gdal_utils)
importFrom(sf,sf_use_s2)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_layers)
importFrom(sf,st_make_grid)
importFrom(sf,st_read)
importFrom(sf,st_zm)
importFrom(shiny,dialogViewer)
importFrom(shiny,isTruthy)
importFrom(shiny,observeEvent)
importFrom(shiny,runGadget)
importFrom(shiny,stopApp)
importFrom(tools,file_ext)
importFrom(units,set_units)
importFrom(utils,download.file)
importFrom(utils,flush.console)
importFrom(utils,globalVariables)
importFrom(utils,unzip)
importFrom(withr,with_options)