Antoine Delepoulle

Results 76 comments of Antoine Delepoulle

Zarr or netcdf is only a storage format and could be use to store identification or tracking. You need to apply a tracking on your identification file to create an...

Basics to do tracking are here: https://py-eddy-tracker.readthedocs.io/en/latest/run_tracking.html

like listed in run_tracking page you must have 4 files in output of tracking, correspondances is an intern format to merge data, which are not usable lonely to do analyse

There is a script to do that [MergeEddies](https://github.com/AntSimi/py-eddy-tracker/blob/master/setup.py#L42), but it's not a tracking. I am not sure to understand your question, which two files?

how many file are select with `./cyclonic_id_files/Cyclonic_*.nc`?

Sadly, filtering and compute current on UnRegularGrid could be tricky and different for each type of grid. So there is no code share in py eddy tracker to do that,...