-
@carriecwall @carueda @danellecline @KarinaKh
So I have been playing around with options on how to deal with the large amount of data we need for the pypam and the env notebooks. I have several pr…
-
Right now pypam is processing all the files as they come, without looking for specific minutes. For certain applications, especially for long-term processing, it is interesting to have gridded data, i…
-
Add kurtosis in the acoustic features which can be extracted from a chunk
-
"import PAM" in auth.py fails on OpenSUSE leap 15.
I don't know if this is intended, but in auth.py it says "import PAM" instead of "import pam".
The result is that the import fails because the lib …
cduch updated
6 years ago
-
To ensure correct writing of netcdf output, pypam needs to use netcdf4. So examples should include: (1) pip install netcdf4, and (2) format="NETCDF4_CLASSIC" in the to_netcdf call. Without this, th…
-
```
When the users' credentials are stored in some RDBMS, sometimes we might
want to use it directly.
How about adding an authentication module for MySQL backend?
```
Original issue reported on co…
-
Possibility to detect events logged in a csv or using RAVEN.
Maybe use of the package oceansoundscape for the RAVEN parser?
-
I've run into an issue using bin overlaps in file class methods which call _bins, for example if attempting to do this:
```
file = pypam.AcuFile(sfile, AMAR, 1.)
rms1s = file.rms(binsize=1.0,bin_…
-
Right now most of the notebooks (except pypam and environment) do not have the install cell - because mybinder takes care of installing the requirements.txt for us.
However I think that if people wa…
-
**Describe the bug**
When the project path contains no ASCII characters some bugs appear:
- The file chooser shows numbers instead that characters. For instance, `Mart303255n` instead `Martín`. Wh…