-
Gday, I am trying to use pyeddytracker to detect eddies along the East Australian Coast is a very similar way to Baixin Li, et al (2022) ["A Dual-Attention Mechanism Deep Learning Network for Mesoscale Eddy Detection by Mining Spatiotemporal Characteristics"]. They used a dual-attention mechanism with CA, PA and ConvLSTM modules and referred to this repository as the open source for that network. My question is, how do I get the algorithm to beginning the identification and tracking of eddies using either SST or SLA data retrieved from CMEMS (files in the format of .nc)? Apologies if this a silly question but I did try to follow the README documents and other documents to get this working. I hope this finds you well, Scott |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Sorry for the delay in my reply, |
Beta Was this translation helpful? Give feedback.
-
Good morning Antoine,
I have now achieved identification and have a series of “Anticyconlic/Cyclonic”_*.nc files and am now trying to complete some statical plots and tracking plots.
I can seem to either produce a file including these identification files like your “eddies_med_adt_allsat_dt2018” file or correctly write the code to just have the list of identification files.
Is it better to have the .zarr files or to just list the .n identification files? If the .zarr file is better what is the process to produce these from the identification files?
On a separate note, I have downloaded CMEMs data with daily images over a year within one .nc file, however, I can’t seem to get the identification steps to recognise the different days which are a third dimension of the files. Is this just the way py-eddy-tracker’ is designed?
I have included my identification and statistical code files for reference.
Thank you for the help,
Scott
|
Beta Was this translation helpful? Give feedback.
Apologies @AntSimi if this is a very dumb question but once the tracking code has run and the four files are created. How would I go about completing say the Lifetime Histogram plots?