Nick Hodgskin

Results 204 comments of Nick Hodgskin

> A potential problem here is that if you have Jupyter related things in your workspace you'll be asking to overwrite what Binder supports already in the existing `notebook` environment,...

Back burner for now https://github.com/OceanParcels/Parcels/issues/2004#issuecomment-2948720414

Note that this would be limited to the `np.timedelta` objects as that is what is supported in xarray https://docs.xarray.dev/en/latest/user-guide/time-series.html (if users provide `datetime.timedelta` as input into `pset.execute`). ~~I think we...

I think (1) is an end of a spectrum, and (2) would represent the rest of the spectrum. I think there would need to be some transformation done as data...

> * * * e.g., `Field.from_cf_compliant(ds)` which takes in a dataset with CF-compliant metadata and does all the transformations needed to bring it into parcels internal assumptions Also might be...

TLDR: Let's stick close to the v3 API (`from_model` pointing at a mix of datasets) --- When defining a hydrodynamic FieldSet we need to have the following information: 1. the...

@fluidnumerics-joe can you provide outputs of ncdump/Dataset.info() so that we can look at the metadata? I think this is related to the discussion I had with @michaeldenes yesterday about Copernicus...

Very cool! > such as DVC, Delta Lake, and Iceberg. For context for the non-Pangeo folks (/those unfamiliar with versioning NetCDF-like and Zarr-like datasets) [Icechunk](https://icechunk.io/en/latest/) is a project [that takes...

@erikvansebille In the implementation of this, should we completely drop support for Zarr v2? We could also provide support for both, but I'm not sure how useful that is (xarray...