https://github.com/avitase/ais_seqmaker
Tool suite for parsing AIS data from CSV stream
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Keywords
Repository
Tool suite for parsing AIS data from CSV stream
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
AIS seqmaker & seqdiff
Tools to parse dumps of AIS data in comma-separated values (csv) from standard input. Both tools, seqmaker and seqdiff, print a more verbose help screen when invoked with no arguments. A short summary is given below:
- seqmaker: Gathers lines of AIS data from standard input as sequences by MMSI. Sequences of a common MMSI are split by length and if consecutive points deviate significantly. The resulting sequences are split until they have the target length. Remaining parts are discarded.
- seqdiff: Determines adjacent differences of time and position of AIS data with a common MMSI, where the data stream is read from standard input.
Compilation
We use cmake as our build tool. Compile the project for example via:
$ cd ais_seqmaker/ && mkdir -p build
$ cd build/
$ cmake ..
$ make
We offer different build flags. Run a tool such as ccmake to configure them.
Executables are placed in the src directory, e.g.,
$ build/src/seqmaker
Owner
- Name: Nis Meinert
- Login: avitase
- Kind: user
- Company: Pasteur Labs
- Repositories: 9
- Profile: https://github.com/avitase
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0