Coder Social home page Coder Social logo

Comments (3)

ewancook avatar ewancook commented on June 22, 2024

Update:

Since (Float).DAT files contain TagIndex and not Tagname, individual (Tagname).DAT files for every float file would be required at some stage in parsing & checking, in order to prevent the above.

If all tag files were provided, float files could be grouped by the tags they contain, allowing tags to be selected for each group. The current fast parsing implementation could then be used.

This would require a GUI redesign and some refactoring.

from transcriber.

ewancook avatar ewancook commented on June 22, 2024

Note: since transcriber does not read tags during transcription, errors may occur if an incorrect tag file is used. These could be any of:

  • If the tagfile has more tags than the float file. an error will occur on reaching the end of the float file
  • If the tagfile has fewer tags than the float file, the transcribed csv file will be incomplete
  • If the tagfile has a different number of tags than the float file, values will not be consistent within columns

from transcriber.

ewancook avatar ewancook commented on June 22, 2024

Comparing SubclassedDBF.header.numrecords to tag_selecter.presenter.active_tags would allow any (Float.DAT) files with an incorrect number of tags to be identified!

from transcriber.

Related Issues (3)

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.