Git Product home page Git Product logo

Comments (1)

BobSimons avatar BobSimons commented on June 11, 2024

The code you referenced is correct. After the files are sorted based on the min value of the outer dimension in each file, the max value in one file must be less than the min of the next file. For example, if each file has a range of time values (unusual, but allowed), then the max value of one file (e.g., 0, 1, 2 days since 1985-01-01) should be less than the min of the next file (3, 4, 5).

I am confident that, as the error message indicates, the problem is related to the values in the outer dimension of your files. It is surprisingly common that a collection of files has an extra file, an incorrect file, or something else which isn't what you expect or want. Look at the values of the outer dimension in the 2 files that ERDDAP mentioned (e.g., with ncdump). I am confident that you will see that the values overlap. There are lots of possible problems. You'll just have to investigate and figure out what's going on with those outer dimension values. If you get stuck, tell us what the dimension is (e.g., time?), what the units are, and what the values are.

I hope that helps.

from erddap.

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.