Code Monkey home page Code Monkey logo

Comments (7)

mattdoiron avatar mattdoiron commented on July 28, 2024

This partially addresses #26. A dialog will now warn if the name of an idf object is not valid (according to the idd file).

→ <<cset c7511115caad>>

from idfplus.

mattdoiron avatar mattdoiron commented on July 28, 2024

Should be more forgiving with capitalization. Should convert case before check if an object name is valid, but always write files using exactly the capitalization found in the IDD file.

from idfplus.

mattdoiron avatar mattdoiron commented on July 28, 2024

Issue #34 was marked as a duplicate of this issue.

from idfplus.

mattdoiron avatar mattdoiron commented on July 28, 2024

As seen in Issue #34 the types of objects present is also important. There should be a validation that takes place when the file is loaded and then report to the user on the "quality" of the idf file, or just load it as best we can.

from idfplus.

mattdoiron avatar mattdoiron commented on July 28, 2024

Noticed that even the IDD file has some errors like commas in /field tags. This messes up the parsing of these objects.

from idfplus.

mattdoiron avatar mattdoiron commented on July 28, 2024

It would be relatively easy to always convert object classes to lower case and do all comparisons with the converted version, however, in the sidebar (class view) it is easier to read things capitalized as expected (i.e. Site:GroundReflectance instead of site:groundreflectance). So, do properly fix this issue I need to save both versions - one for use as in index for comparison and the other for a nice visual representation.

from idfplus.

mattdoiron avatar mattdoiron commented on July 28, 2024

Closing as resolved unless I can find specific cases where it still is the case. Issue #44 was that last outstanding one that I know of.

from idfplus.

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.