thivinab
thivinab
> 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...
> Basics to do tracking are here: https://py-eddy-tracker.readthedocs.io/en/latest/run_tracking.html Thank you for your reply. I ran the tracking.yaml file (below); ```yaml PATHS: FILES_PATTERN: ./newCyclonic_*.nc SAVE_DIR: './output/' VIRTUAL_LENGTH_MAX: 10 # Allow missing...
> 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...
> 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? Thank you for your reply....