Giter Site home page Giter Site logo

Comments (1)

djhoese avatar djhoese commented on September 21, 2024

I'm very sorry for taking so long to answer this. I'm on paternity leave and had this issue open in a browser tab that got lost in the sea of tabs I've opened while checking emails. If I'm understanding your code and issue correctly, I think the main thing stems from your input longitude and latitudes. Have you checked them for consistency? I ask because it is a (well?) known issue that ABI L1b NetCDF files (C01-C16 for example) have 32-bit float scale factor and offset attributes for the X and Y coordinate variables. 32 bits is not enough precision for the distance covered by these coordinate variables. In Satpy (another pytroll project) I went to a lot of work to convert these scale and offset attributes to 64-bit floats and even round some of the decimal values when computing the geostationary X/Y metered coordinate arrays to get the theoretical/accurate values.

My guess (hope?) is that your lon/lats in your files were not generated with this level of care and are seeing the effects of the 32-bit scale factor attribute.

from pyresample.

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.