Skip to content

Commit

Permalink
changes on hecate, not sure if they are ok but can't merge git change…
Browse files Browse the repository at this point in the history
…s with these hanging around.
  • Loading branch information
raytula committed Oct 17, 2024
1 parent 380ab31 commit 14e56ce
Show file tree
Hide file tree
Showing 5 changed files with 1,049 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @fostermh
* @JessyBarrette
66 changes: 66 additions & 0 deletions datasets.d/HakaiKCBuoy1hour.xml
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,23 @@ This dataset is provisional. For science purposes, please refer to the dataset:
</addAttributes>
</dataVariable>


<dataVariable>
<sourceName>KCBuoy:WaterTemp_Std</sourceName>
<destinationName>WaterTemp_Std</destinationName>
<dataType>double</dataType>
<addAttributes>
<att name="standard_name">sea_water_temperature</att>
<att name="sensor_type">SBE16</att>
<att name="long_name">TWtrKCBuoy_Std</att>
<att name="units">degree_Celsius</att>
<att name="depth">0.5</att>
<att name="cell_methods">time: standard_deviation (interval: 5.0 minutes)</att>
<att name="ancillary_data">WaterTemp_UQL WaterTemp_flags</att>
</addAttributes>
</dataVariable>


<dataVariable>
<sourceName>KCBuoy:WaterTemp_UQL</sourceName>
<destinationName>WaterTemp_UQL</destinationName>
Expand Down Expand Up @@ -630,6 +647,23 @@ This dataset is provisional. For science purposes, please refer to the dataset:
</addAttributes>
</dataVariable>


<dataVariable>
<sourceName>KCBuoy:WaterConductivity_Std</sourceName>
<destinationName>WaterConductivity_Std</destinationName>
<dataType>double</dataType>
<addAttributes>
<att name="sensor_type">SBE16</att>
<att name="long_name">ConductivityKCBuoy_Std</att>
<att name="units">S/m</att>
<att name="depth">0.5</att>
<att name="cell_methods">time: standard_deviation (interval: 5.0 minutes)</att>
<att name="ancillary_data">WaterConductivity_UQL WaterConductivity_flags</att>
<att name="standard_name">sea_water_electrical_conductivity</att>
</addAttributes>
</dataVariable>


<dataVariable>
<sourceName>KCBuoy:WaterConductivity_UQL</sourceName>
<destinationName>WaterConductivity_UQL</destinationName>
Expand Down Expand Up @@ -738,6 +772,22 @@ This dataset is provisional. For science purposes, please refer to the dataset:
</dataVariable>


<dataVariable>
<sourceName>KCBuoy:WaterPressure_Std</sourceName>
<destinationName>WaterPressure_Std</destinationName>
<dataType>double</dataType>
<addAttributes>
<att name="sensor_type">SBE16</att>
<att name="long_name">PressureKCBuoy_Std</att>
<att name="units">dbar</att>
<att name="depth">0.5</att>
<att name="cell_methods">time: standard_deviation (interval: 5.0 minutes)</att>
<att name="ancillary_data">WaterPressure_UQL WaterPressure_flags</att>
<att name="standard_name">sea_water_pressure</att>
</addAttributes>
</dataVariable>


<dataVariable>
<sourceName>KCBuoy:WaterPressure_UQL</sourceName>
<destinationName>WaterPressure_UQL</destinationName>
Expand Down Expand Up @@ -846,6 +896,22 @@ This dataset is provisional. For science purposes, please refer to the dataset:
</dataVariable>


<dataVariable>
<sourceName>KCBuoy:WaterSalinity_Std</sourceName>
<destinationName>WaterSalinity_Std</destinationName>
<dataType>double</dataType>
<addAttributes>
<att name="sensor_type">SBE16</att>
<att name="long_name">SalinityKCBuoy_Std</att>
<att name="depth">0.5</att>
<att name="cell_methods">time: standard_deviation (interval: 5.0 minutes)</att>
<att name="ancillary_data">WaterSalinity_UQL WaterSalinity_flags</att>
<att name="standard_name">sea_water_practical_salinity</att>
<att name="units">1e-3</att>
</addAttributes>
</dataVariable>


<dataVariable>
<sourceName>KCBuoy:WaterSalinity_UQL</sourceName>
<destinationName>WaterSalinity_UQL</destinationName>
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: "2"
services:
erddap:
image: "axiom/docker-erddap:2.24-jdk21-openjdk"
image: "axiom/docker-erddap:2.22-jdk17-openjdk"
restart: always
container_name: ${CONTAINER_NAME:-erddap}
# platform: linux/x86_64
Expand Down
Loading

0 comments on commit 14e56ce

Please sign in to comment.