Code Monkey home page Code Monkey logo

Comments (2)

riggsd avatar riggsd commented on August 17, 2024

Hello Colin,

I very much support the USGS NABat effort, and am very happy to do everything I can to support collecting, aggregating, and reporting on bat acoustic datasets!

However, as you've suspected, the idea of visualizing acoustic data using Matplotlib is outside the scope of the guano-py library for a few reasons:

  1. The numpy, scipy, and matplotlib stack are very heavyweight C-based dependencies. They may be available as compiled binaries for a few common platforms, but are otherwise very difficult to install. In contrast, guano-py is intentionally a single, pure-Python file which may be installed and integrated on absolutely any platform where any Python implementation exists. That includes the mainline CPython, PyPy, Jython, micro-Python, etc.

  2. Your visualization code actually has nothing to do with GUANO metadata; it renders generic full spectrum .WAV files. Note that GUANO metadata might be found in time-expanded .WAV files (which you could relatively-easily support), as well as Anabat-format zero-cross files (which would be an entirely separate implementation). guano-py supports both these cases, as well as the ability to parse GUANO metadata not attached to any recording at all.

That said, I believe there's a need for an open source, extensible platform for bat acoustic visualization and analysis. This platform would not only need to support recordings with GUANO metadata, but proprietary metadata formats as well. Your nice-looking visualization could be the first step in that direction! I had similar goals with ZCANT, but focused specifically on combining the advantages of zero-cross analysis with full-spectrum data. It uses the same scientific Python stack that you're already working with, so might be of some interest to you: https://github.com/riggsd/zcant

Thanks for your note, as well as the example visualization code that will likely help future Internet searchers. Please let me know if I can assist in integrating any of these tools into the NABat effort!

from guano-py.

ColinTalbert avatar ColinTalbert commented on August 17, 2024

Thanks for the comments and suggestions. I'm still new to this domain and trying to get up to speed with existing technologies and needs. I'd like to touch base with you on your thoughts for NABat but I'll do that in an email.

from guano-py.

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.