Antoine Delepoulle
Antoine Delepoulle
It must work
`full_path` option for `NetworkObservations.extract_with_mask` [are not implemented](https://py-eddy-tracker.readthedocs.io/en/latest/_autosummary/py_eddy_tracker.observations.network.NetworkObservations.html#py_eddy_tracker.observations.network.NetworkObservations.extract_with_mask)
To investigate, we need information to repoduce your problem (i. e. code and data).
When i take a look at ssha_karin i didn't see mesoscale signal? ugosa and vgosa haven't same dimensions in netcdf than ssha_karin
Did you get same error when you do an `import netCDF4`? How did you install py eddy tracker?
Did you have same error if you only do (env creation must install also py eddy tracker package): ```bash conda env create --file environment.yml conda activate binder-pyeddytracker ```
I don't know how to solve cv2 install problem, i am not able to reproduce this pb on several platform
yes missing value must be masked
Problem come from `transform` option, you need to specify data projection and not target projection : `transform=ccrs.PlateCarree()`
Which version of python did you use?