-
Notifications
You must be signed in to change notification settings - Fork 1
/
load_tool_environment.R
52 lines (51 loc) · 1.92 KB
/
load_tool_environment.R
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
library(plotly)
library(lubridate)
library(dplyr)
library(tidyr)
library(data.table)
library(httpuv)
library(shinyFiles)
library(shinyjs)
library(fasttime)
library(DT)
library(suncalc)
library(assertthat)
library(geosphere)
library(swfscMisc)
library(padr)
library(sqldf)
library(rjson)
library(logging)
library(shiny)
library(shinyTime)
library(shinyWidgets)
library(shinyalert)
source("process_input_data/process_input_data_functions.R")
source("aggregation/aggregate_functions.R")
source("upscaling/upscale_function.R")
source("normalised_power/normalised_power_function.R")
source("response_categorisation/response_categorisation_function.R")
source("location_analysis/distance_from_event.R")
source("docs/documentation_tab.R")
source("ideal_response/ideal_response_functions.R")
source("db_interface/interface.R")
source("reconnect_compliance/specified_reconnect_profile.R")
source("reconnect_compliance/calculate_reconnection_times.R")
source("reconnect_compliance/calculate_max_ramp_rate.R")
source("reconnect_compliance/categorise_reconnection_compliance.R")
source("reconnect_compliance/calculate_ramp_rates.R")
source("reconnect_compliance/find_first_resource_limited_interval.R")
source("reconnect_compliance/downsample_for_reconnection.R")
source("reconnect_compliance/create_reconnection_summary.R")
source("confidence_intervals/clopper_pearson_binomial_confidence_interval.R")
source("upscale_disconnections/summarise_disconnections.R")
source("preprocess_cer_data/calc_installed_capacity_by_standard_and_manufacturer.R")
source("ufls_detection/ufls_detection_tstamp.R")
source("ufls_detection/ufls_detection_voltage.R")
source("island_assessment/island_assessment_functions.R")
source("load_data/load_data.R")
source("run_analysis/run_analysis.R")
source("anti_islanding_detection/anti_islanding.R")
source("export/export_kml.R")
source("out_of_tool_processing/create_voltage_kml.R")
source("voltage_visualization/calculate_disconnection_percentage.R")