Jody Klymak
Jody Klymak
> If you include a double-quoted string at the end of the remind tag value, it will override the default reminder title. @remind(2013-05-24 "This is the override") would create a...
## Expected behavior and actual behavior. Tutorial examples no longer have what I assume are meant to be maps in them: https://mapserver.org/tutorial/example1-3.html#example1-3 Similarly, I am a completely new user, but...
This allows 2D chunking for all mds files, not just the LLC cases. This is a total hack at this point/proof of concept. However, it works for me, and allows...
chunks?
If I do ```python with xm.open_mdsdataset(data_dir, prefix=['spinup'], endian='=', geometry='cartesian') as ds: print(ds) ``` I get ``` Dimensions: (XC: 480, XG: 480, YC: 400, YG: 400, Z: 400, Zl: 400, Zp1:...
Some changes to make SEA021 work. Don't have correct info in deployment.yml yet, and I have no idea what units the O2 measurements are in, but at least they are...
Note I think that we should force timebase for slocums as well. _Originally posted by @jklymak in https://github.com/c-proof/pyglider/issues/139#issuecomment-1384674075_
Both the dbdreader code and the parquet seaexplorer code linearly interpolate onto a timebase. We should document this in some detail now that we have a variety of different deployment...
@truedichotomy asked: Would Zarr be a possible format option for pyglider? https://medium.com/pangeo/cloud-performant-reading-of-netcdf4-hdf5-data-using-the-zarr-library-1a95c5c92314 https://www.azavea.com/blog/2022/09/22/benchmarking-zarr-and-parquet-data-retrieval-using-the-national-water-model-nwm-in-a-cloud-native-environment/ _Originally posted by @truedichotomy in https://github.com/c-proof/pyglider/issues/120#issuecomment-1271804457_
Currently, `binary_to_timeseries` or `raw_to_timeseries` (Sea explorer) both have the "profile" finding logic in them. Recent experience has shown that this step is often somewhat flaky, and causes the raw time...
python packages can have data, but usually that is for things the routines need at runtime. Not 100% sure how we should distribute the examples here. Maybe as a tarball...