Code Monkey home page Code Monkey logo

Comments (2)

ellesmith88 avatar ellesmith88 commented on August 25, 2024

Hi @sol1105 , have you managed to get this working? I'm not sure it is as simple as adding/subtracting 360. I think this is the method I had originally tried, which ending up not working (see #127 and related fix https://github.com/roocs/clisops/pull/129/files). There are also a few cases where the longitude is defined as -270 to 90 I believe, so there isn't only the 2 frames you have mentioned above.

Also, I think this section of clisops.utils.dataset_utils.check_lon_alignment

# treat the values differently according to positive/negative offset
if offset < 0:
lon_vals[offset:] = lon_vals[offset:] % 360
else:
lon_vals[:offset] = lon_vals[:offset] % -360
alters the coordinate values so they are monotonically increasing/decreasing.

from clisops.

sol1105 avatar sol1105 commented on August 25, 2024

Hi @ellesmith88, it is indeed not as easy as I had hoped at first. I struggled a little but I have my hopes up now the function does what I want of it. Ags example from #127 is working. I will add a few tests now to be more certain, and then create a PR so you can have a look. The shifted longitude frames (eg. -270,90) are what I need this kind of function for in regridding, since xesmf does not accept that as input (and nor should the ESGF have done 🙂 ).

from clisops.

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.