Jody Klymak
Jody Klymak
Re pinging about this as someone was asking about Taylor diagrams, which are similar. It would be great if mpltern were listed on Matplotlib third party page.
I think if you edit `process_deploymentRealtime.yml` and add ``` profile_time: comment: Timestamp corresponding to the mid-point of the profile long_name: Profile Center Time observation_type: calculated platform: platform standard_name: time _FillValue:...
@mackenziemeier86 there are arguments to `slocum.binary_to_timeseries` that set how profiles are determined. You probably have to play with these (profile_filt_time=20, profile_min_time=20)
@mackenziemeier86 can you report the version of pyglider you are using, the version of xarray, and the version of dask? You can usually get these using `condo list` It has...
Ah, I see. We definitely should re-release pyglider. 1) In your environment do `pip install dbdreader` 2) Edit your processing to ```python # turn *.sdb and *.tbd into timeseries netcdf...
Ah, OK, definitely install as in https://pyglider.readthedocs.io/en/latest/Install.html#editable-installation in your environment. I will work on a proper release in the next couple days
OK, new release 0.0.5. I think conda install will work soon, but `pip install pyglider` will install the latest version.
No that should work. What error is that giving?
Weird if it's a xarray issue. Maybe there was a bad version out there
Do you have polars installed?