-
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 Lowell Tilt Current Meter (TCM) support (#184)
This PR also fixes some Git LFS file issues. * addtcm 1st commit * add tcm 1st working test * add spd, dir and update tests, docs * fixes to cdir, lfs files * restore *.txt *.yaml to git * upadte lfs and attr
- Loading branch information
1 parent
59c7afe
commit c747a7a
Showing
43 changed files
with
1,044 additions
and
120 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Lowell Tilt Current Meter (TCM) | ||
******************************* | ||
|
||
Data will generally be processed using a series of run scripts. The first script for each instrument type | ||
depends on two :doc:`configuration files </config>`. | ||
|
||
Instrument data to raw .cdf | ||
=========================== | ||
|
||
Convert from exported CSV file to a raw netCDF file with .cdf extension using ``runtcmcsv2cdf.py``. | ||
|
||
runtcmcsv2cdf.py | ||
----------------- | ||
|
||
.. argparse:: | ||
:ref: stglib.core.cmd.tcmcsv2cdf_parser | ||
:prog: runtcmcsv2cdf.py | ||
|
||
Raw .cdf to CF-compliant .nc | ||
============================ | ||
|
||
Convert the raw .cdf data into CF-compliant netCDF file with .nc extension using ``runtcmcdf2nc.py``. | ||
|
||
runtcmcdf2nc.py | ||
---------------- | ||
|
||
.. argparse:: | ||
:ref: stglib.core.cmd.tcmcdf2nc_parser | ||
:prog: runtcmcdf2nc.py |
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 |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
rdi, | ||
rsk, | ||
sig, | ||
tcm, | ||
troll, | ||
vec, | ||
wxt, | ||
|
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
Oops, something went wrong.