Giter Site home page Giter Site logo

Add mapping function about pycinrad HOT 6 CLOSED

cyanidecn avatar cyanidecn commented on June 15, 2024
Add mapping function

from pycinrad.

Comments (6)

CyanideCN avatar CyanideCN commented on June 15, 2024 1

Thanks for your appreciation. Actually it's a quite good idea, so I may consider to support this function. From existing function which calculates composite reflectivity, a little adjustment that remaps the data to regularly-spaced latlon grid instead of equidistant grid is enough.

from pycinrad.

CyanideCN avatar CyanideCN commented on June 15, 2024

The problem now I am facing is that using 'nearest' method in scipy.interpolate.griddata will interpolate regions outside the radar observational range. For single radar, the problem is easy to solve by masking the grids that are more than 230 km away from radar. But talking about radar mosaic, this is not easy to archieve because multiple center points exist. I'm wondering if you have some ideas to mask grids that are out of range in this case.

from pycinrad.

zxdawn avatar zxdawn commented on June 15, 2024

@CyanideCN You can check the parameter grid_limits in pyart. By the way, you should check the weighting function.

from pycinrad.

CyanideCN avatar CyanideCN commented on June 15, 2024

Actually I'm quite confused about how it works... I'm not familiar to pyart, so could you help me about this part? If you are interested, I can add you as the collaborator of this repository.
PS: I just come out with an idea that masks outside grids by creating a masked array using the calculated geographic coordinate points which lie in the range. About the weighting function, I really have no idea about how to implement this.

from pycinrad.

zxdawn avatar zxdawn commented on June 15, 2024

@CyanideCN OK, You can add me as the collaborator. But, I'm working on some projects now and this function will be delayed if you aren't in a hurry.
Actually, your idea should work.

from pycinrad.

CyanideCN avatar CyanideCN commented on June 15, 2024

No problem, this function doesn't have to be completed in rush.

from pycinrad.

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.