pyxtf | A python library for reading and writing eXtended Triton Format (XTF) files

 by   oysstu Python Version: 1.4.1 License: MIT

kandi X-RAY | pyxtf Summary

kandi X-RAY | pyxtf Summary

pyxtf is a Python library. pyxtf has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install pyxtf' or download it from GitHub, PyPI.

A python library for reading eXtended Triton Format (XTF) files (revision 44). Clone or download the repository and run the following command. This requires setuptools to be installed. The project depends on setuptools and numpy. Matplotlib is used for plotting, but is not required for basic functionality. The file_header is of type XTFFileHeader, which is a c-structure that starts off every XTF file. The packets object is a dictionary of the packets that follow the file header. The key is of type XTFHeaderType, which is an enumerated class. The value is a list of objects that belong to that type of header type. E.g usage might look as the following. Examples can be found in the examples directory on github. If you find an XTF-file that does not work, either submit a patch or new packet type, or be prepared to send an example XTF-file when submitting the bug-report.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              pyxtf has a low active ecosystem.
              It has 36 star(s) with 21 fork(s). There are 7 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 4 open issues and 10 have been closed. On average issues are closed in 216 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of pyxtf is 1.4.1

            kandi-Quality Quality

              pyxtf has 0 bugs and 17 code smells.

            kandi-Security Security

              pyxtf has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              pyxtf code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              pyxtf is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              pyxtf releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              pyxtf saves you 681 person hours of effort in developing the same functionality from scratch.
              It has 1576 lines of code, 58 functions and 11 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed pyxtf and discovered the below as its top functions. This is intended to give you an instant insight into pyxtf implemented functionality, and help decide if they suit your requirements.
            • Plot XTF header navigation
            • Read an XTF file
            • Read the contents of an XTF file
            • Return the number of channels
            • Returns an iterator over the file indices
            • Create a TFPingHeader from a buffer
            • Create a XTFFile from a buffer
            • Generates the python module
            • Generator for ctypes structs
            • Returns the detection info
            • Flag indicating if the device has a valid detection
            • Concatenate a list of pings
            • Create a new instance from a buffer
            • Read an XTF file from a path
            • Convert a datetime64 to UTC
            Get all kandi verified functions for this library.

            pyxtf Key Features

            No Key Features are available at this moment for pyxtf.

            pyxtf Examples and Code Snippets

            pyxtf
            Pythondot img1Lines of Code : 12dot img1License : Permissive (MIT)
            copy iconCopy
            pip3 install pyxtf
            
            python3 setup.py install
            
            import pyxtf
            
            input_file = 'yourfile.xtf'
            (file_header, packets) = pyxtf.xtf_read(input_file, verbose=True)
            
            ...
            # Retrieve a list of all sonar packets
            sonar_packets = packets[pyxtf.XTFHeaderType.sonar]
            
              

            Community Discussions

            No Community Discussions are available at this moment for pyxtf.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install pyxtf

            You can install using 'pip install pyxtf' or download it from GitHub, PyPI.
            You can use pyxtf like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install pyxtf

          • CLONE
          • HTTPS

            https://github.com/oysstu/pyxtf.git

          • CLI

            gh repo clone oysstu/pyxtf

          • sshUrl

            git@github.com:oysstu/pyxtf.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link