-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add wave-statistics support for Vector instruments (#186)
* Add vector wave-statistics support * More wave stats for vec * add Vector test data * add more Vec data * Add Vector tests * First try at implementing PUV * Allow for pressure_sensor_height if present * Doc updates * Fix docs * Change cutoff. This should be an option * Add standard name and make it not be in an if-block. * Enable setting of frequency cutoffs for PUV * cleanup * Tiny * Doc update
- Loading branch information
1 parent
1136943
commit 0269c6f
Showing
22 changed files
with
381 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Conventions: CF-1.8 | ||
basefile: NBMCSB02 | ||
filename: NBMCSBaq01 | ||
initial_instrument_height: 0.5 # DJN guessed value | ||
orientation: UP # for Vector instruments, UP is when the head is pointing down | ||
AnalogInput1: "true" | ||
AnalogInput1_warmup_samples: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
MOORING; NBM22CSB | ||
PROGRAM; Sediment Transport in Coastal Environments | ||
PROJECT; Temporal variability in sediment delivery to a North and a Central San Francisco Bay salt marsh | ||
EXPERIMENT; NBM22 | ||
Region; Northern and Central San Francisco Bay | ||
CruiseID; 2022-619-FA | ||
SciPi; Jessica Lacy, Samantha McGill | ||
Year; 2022 | ||
Site; CSB | ||
platform_type; Tripod | ||
latitude; 37.92865 | ||
longitude; -122.48343 | ||
WATER_DEPTH; 2.2 | ||
WATER_DEPTH_source; Ships echosounder | ||
WATER_DEPTH_note; Water depth at time of deployment | ||
NAVD88_elevation_ref; 999 | ||
NAVD88_elevation_source; RTK survey | ||
elevation_datum; NAVD88 | ||
Deployment_date; 14-JUN-2022 19:13 | ||
Recovery_date; 10-AUG-2022 18:19 | ||
OFAFunding; San Francisco Bay Regional Monitoring Program, San Francisco Estuary Institute | ||
CollaboratingAgency; USGS WERC | ||
DESCRIPTION; Coffee Table | ||
magnetic_variation; 13.24 | ||
DATA_TYPE; TIME | ||
DATA_SUBTYPE; MOORED | ||
DATA_ORIGIN; USGS/PCMSC | ||
COORD_SYSTEM; GEOGRAPHIC | ||
Conventions; PMEL/EPIC | ||
POS_CONST; 0 | ||
DEPTH_CONST; 0 | ||
history; | ||
DATA_CMNT; none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
from . import dat2cdf, cdf2nc | ||
from . import cdf2nc, dat2cdf, nc2waves |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.