modernize, dbd reader,
Version with dbdreader as the slocum backend and many fixes.
What's Changed
- ENH: slocum logfile parser by @jklymak in #81
- TST: move examples back by @jklymak in #85
- Incorporate Julia Putko's changes by @hvdosser in #86
- pyglider additions, adding argopandas as submodule by @juliaputko in #51
- remove plotting by @jklymak in #89
- DOC: document utils by @jklymak in #82
- MNT: smalle tidying by @jklymak in #90
- DOC: cleanup for removed plotting by @jklymak in #91
- Add readthedocs.yml by @jklymak in #92
- DOC: rtd by @jklymak in #93
- clean up requirements by @jklymak in #94
- FIX: get example data from cproof by @jklymak in #97
- Doc add Apache License by @jklymak in #98
- FIX by @jklymak in #99
- DOC: add gitlink, improve version handling by @jklymak in #100
- DOC: Readme by @jklymak in #101
- deduplicate timestamps with check by @callumrollo in #96
- Update header check in Slocup.py to work with the new gliders by @hvdosser in #103
- Trying to fix the floating point check in slocum.py by @hvdosser in #104
- Fix slocum by @jklymak in #105
- Modified seaexplorer.py so it will run without .gli files present by @hvdosser in #107
- In merge_rawnc, move 'badfiles' into the same for-loop as 'goodfiles' by @hvdosser in #108
- Enh use dbdreader by @jklymak in #109
- FIX: slot in shorter O2 data by @jklymak in #110
- FIX/DOC: fix the github link for cproof by @jklymak in #112
- FIX: line up missing data better - may be slow by @jklymak in #113
- FIX: typo by @jklymak in #114
- ENH: use reindex_like to line up times by @jklymak in #115
- ENH/SEAEXP: allow dropna for very large raw payload files by @jklymak in #117
- fix conda install commands by @callumrollo in #122
- use polars for seaexplorer data file load by @callumrollo in #120
- Update NGDAC reference by @callumrollo in #126
- Add attributes to the time variable in netcdf files by @hvdosser in #127
- FIX: refactor dbdreader code to just do one pass by @jklymak in #118
- Fix time variable attributes for IOOS metadata by @hvdosser in #129
- Revert "Fix time variable attributes for IOOS metadata" by @jklymak in #130
- Add codecov by @jklymak in #132
- Fix codecov by @jklymak in #134
- Update depth and time attributes for IOOS and fix tests by @hvdosser in #131
- Fixed time_profile variable units to be IOOS compliant. by @hvdosser in #141
- raise error if no valid timebase specified by @callumrollo in #139
- replace 9999 data values with nan by @callumrollo in #143
- ENH: fnamesuffix by @jklymak in #148
- interpolate over nans of pld sensors by @callumrollo in #140
- Fix for slocums, to interpolate over gaps smaller than 'maxgap' by @hvdosser in #149
- Fix for SeaExplorer code to avoid interpolating over large gaps by @hvdosser in #150
- fix dbdreader below 0.4.15 by @callumrollo in #156
- Update for modified dbdreader api by @smerckel in #157
- pin polars < 0.16 by @callumrollo in #154
- Added a FillValue for u, v to allow profile submission to IOOS by @hvdosser in #152
- Correct a bug in ncprocess for u,v metadata check by @hvdosser in #158
New Contributors
- @juliaputko made their first contribution in #51
- @smerckel made their first contribution in #157
Full Changelog: 0.0.2alpha...0.0.5