Antoine Delepoulle

Results 76 comments of Antoine Delepoulle

All longitude eddy centers are stored between [0;360[ contour are normalized around eddy center (contour longitude could be less than 0 or greater than 360). When eddies are detected there...

Hi, thanks for your interest, Closest issue is #5, but to do eddy detection PET(Py-Eddy-Tracker) need a speed field to select speed contour and to provide speed profile. I want...

Did you succeed to run eddy detection with your updated NetCDF file? I am interested to read you preprocessing code and also to see raw ROMS netcdf structure, to see...

I was previously more focus on RegularGrid that why lot of method miss in UnRegularGrid class, I add display method for UnRegularGrid. When you run identification you must take care...

Could you share `ncdump -h ` of your netcdf file?

I don't understand why this dataset(variable/dimension) produce this issue, are you ok to share this file?

Ok i understand now, it come from mask, which have no shape (z_flat.mask), it's link to this [issue](https://github.com/numpy/numpy/issues/15002) , i will add a litte patch

I am open to continue this work if people(could be you) are availble to try it . Which method did you need?

You must use unregulargrid class for swath data

If you take look at the [API doc](https://py-eddy-tracker.readthedocs.io/en/latest/_autosummary/py_eddy_tracker.dataset.grid.GridDataset.html#py_eddy_tracker.dataset.grid.GridDataset.eddy_identification), you could see that u field and v field are mandatory. There is no builtin method to compute U/V field on non...