GithubHelp home page GithubHelp logo

Comments (6)

Fanny-Chenillat avatar Fanny-Chenillat commented on August 18, 2024 1

Thanks Antoine for your question that gave me a clue: it was actually necessary to mask the data (zeta in this case).

So I replaced the 0's with nan's at the land point from sea surface level (zeta=np.where(mask_rho==0,np.nan,zeta in the locally modified eddy_identification function), and that was it: no more eddies on the Balearic islands!

Cheers!

from py-eddy-tracker.

AntSimi avatar AntSimi commented on August 18, 2024

Island are masked by nan or by a mask?

from py-eddy-tracker.

Fanny-Chenillat avatar Fanny-Chenillat commented on August 18, 2024

Island are masked by nan or by a mask?

For the model, there is a gridfile where island are masked by a mask, but values are typically 0 on island for the dataset of surface sea level. There is also a mask on the datafile and it seems that it is not correct (it is nan everywhere). Does pyeddytracker used the mask on the datafile? Or should I directly mask the data on the ncfile?

I double-checked for the AVISO data where values are masked by NaN.

Best regards

Fanny

from py-eddy-tracker.

AntSimi avatar AntSimi commented on August 18, 2024

could share one croco file which produce detection over land, and how you run this detection?

from py-eddy-tracker.

Fanny-Chenillat avatar Fanny-Chenillat commented on August 18, 2024

Would you mind if I send you documents by email?

from py-eddy-tracker.

AntSimi avatar AntSimi commented on August 18, 2024

You're welcome, I didn't do anything

from py-eddy-tracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.