From 492046cd8b2690f7df27ac522b9dad2a517f663f Mon Sep 17 00:00:00 2001 From: Elisabetta D'Anastasio Date: Tue, 21 Nov 2023 05:31:35 +1300 Subject: [PATCH 1/2] chore: add missing domains to tilde methods --- references/tilde_methods.csv | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/references/tilde_methods.csv b/references/tilde_methods.csv index 9f9778f3d..2cd6c86a9 100644 --- a/references/tilde_methods.csv +++ b/references/tilde_methods.csv @@ -1,4 +1,8 @@ Domain,Method,Description,Reference +coastal,15s,, +dart,15m,, +dart,15s,, +dart,raw,, envirosensor,max,"The maximum value of the observation over the output interval","https://help.campbellsci.com/crbasic/cr1000x/Content/Instructions/maximum.htm" envirosensor,min,"The minimum value of the observation over the output interval","https://help.campbellsci.com/crbasic/cr1000x/Content/Instructions/minimum.htm" envirosensor,snapshot,"The value of the observation at the measurement time", From f613c2ef7628397f4930dbe75770b8191e87f7df Mon Sep 17 00:00:00 2001 From: Elisabetta D'Anastasio Date: Tue, 21 Nov 2023 05:41:37 +1300 Subject: [PATCH 2/2] update table name --- references/{tilde_methods.csv => methods.csv} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename references/{tilde_methods.csv => methods.csv} (100%) diff --git a/references/tilde_methods.csv b/references/methods.csv similarity index 100% rename from references/tilde_methods.csv rename to references/methods.csv