https://github.com/beacon-biosignals/edf.jl
Read and write EDF files in Julia
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Keywords
edf-files
julia
Last synced: 9 months ago
·
JSON representation
Repository
Read and write EDF files in Julia
Basic Info
Statistics
- Stars: 19
- Watchers: 25
- Forks: 5
- Open Issues: 22
- Releases: 22
Topics
edf-files
julia
Created almost 7 years ago
· Last pushed 10 months ago
Metadata Files
Readme
License
README.md
EDF.jl
Read and write European Data Format (EDF/EDF+) and BioSemi Data Format (BDF) files in Julia.
Compared to all features implied by the EDF/EDF+ specifications, this package is currently missing:
- Out-of-core data record streaming; this package (and its type representations, i.e.
EDF.Signal) generally assumes the user is loading all of a file's sample data into memory at once. - Specialization for discontinuous EDF+ files ("EDF+D" files).
- Validation/specialization w.r.t. "canonical/standard EDF texts"
- Validation-on-write of manually constructed
EDF.Files - Support for the EDF+
longinteger/floatextension
Where practical, this package chooses field names that are as close to EDF/EDF+ specification terminology as possible.
Breaking Changes
In v0.8.0, the field samples_per_record of SignalHeader was changed from Int16 to Int32.
GitHub Events
Total
- Create event: 11
- Commit comment event: 6
- Release event: 1
- Issues event: 3
- Watch event: 2
- Delete event: 9
- Issue comment event: 7
- Push event: 48
- Pull request review comment event: 44
- Pull request review event: 49
- Pull request event: 24
Last Year
- Create event: 11
- Commit comment event: 6
- Release event: 1
- Issues event: 3
- Watch event: 2
- Delete event: 9
- Issue comment event: 7
- Push event: 48
- Pull request review comment event: 44
- Pull request review event: 49
- Pull request event: 24
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 28
- Total pull requests: 88
- Average time to close issues: 3 months
- Average time to close pull requests: 7 days
- Total issue authors: 13
- Total pull request authors: 13
- Average comments per issue: 2.0
- Average comments per pull request: 1.01
- Merged pull requests: 75
- Bot issues: 0
- Bot pull requests: 26
Past Year
- Issues: 2
- Pull requests: 27
- Average time to close issues: 3 days
- Average time to close pull requests: 1 day
- Issue authors: 2
- Pull request authors: 4
- Average comments per issue: 0.0
- Average comments per pull request: 0.44
- Merged pull requests: 22
- Bot issues: 0
- Bot pull requests: 19
Top Authors
Issue Authors
- jrevels (7)
- ararslan (4)
- ericphanson (3)
- klaff (2)
- kleinschmidt (2)
- stellarpower (2)
- OTDE (2)
- palday (1)
- omus (1)
- JuliaTagBot (1)
- likanzhan (1)
- josephsdavid (1)
- kolia (1)
Pull Request Authors
- dependabot[bot] (26)
- ararslan (22)
- jrevels (10)
- palday (10)
- OTDE (6)
- ericphanson (4)
- haberdashPI (2)
- christopher-dG (2)
- omus (2)
- kolia (1)
- kleinschmidt (1)
- likanzhan (1)
- JuliaTagBot (1)
Top Labels
Issue Labels
enhancement (3)
good first issue (1)
Pull Request Labels
dependencies (26)
github_actions (7)