-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Message Types 4 and 21 #158
Comments
As with #152, the general rule is that if we don't support a message type it's because we don't have real world examples of them.
Not by design. It's just that nobody has previously expressed an interest in these message types, and we have not encountered them in any of the sources we use for test data. So far, when we add the tests for message types, in addition to creating synthetic examples we have also incorporated real messages. I don't have a source for types 4 or 21. We need the sources to be something we can incorporate in the repository without intellectual property issues. (A lot of the sources of AIS data have stringent rules for you can do with messages from them.) Do you know of a source of example messages that would enable us to copy suitable exemplars into this repository? |
My fixed station is in Seattle, Washington USA. From my location I receive messages from about 25x Type 4 stations and 25x Type 21 stations. At the moment I'm not saving raw messages (only decoded), but I'll start saving them to file and send them to you after a few days of accumulation. Thanks for all your continuing work on this project! |
I just started saving the raw NMEA for message types 4 and 21, here are a few samples, I presume this will be ok:
|
Thanks for that. We just need you to verify the source and the license agreement that you have for the data from that source before we can use it as part of the project. Most sources have explicit licensing and we can't use commercially sourced data without a suitable license. |
I'm receiving the data directly from the broadcasting stations. It is not coming through any 3rd party data acquisition or aggregation sites. According to https://unstats.un.org/wiki/display/AIS/Overview+of+AIS+dataset |
Hi! We currently have a sample dataset in https://github.com/ais-dotnet/Ais.Net/blob/master/ExampleData/ais.kystverket.no/Ais1000Lines.nm4 - this is Norwegian Costal Administration data released under the Norwegian licence for Open Government data (NLOD). Once you've collected some sample data, would you be able to issue a PR into that parent The data needs to be in https://github.com/ais-dotnet/Ais.Net as that's where the high-performance parser repo, whereas this repo containers a Receiver and a set of higher-level domain models for ease of use, but add a performance overhead over the raw data types in the Ais.NET repo. Once the PR is accepted, we'll implement the message types, and then once that update has been published, we'll update this repo to contain the new message types. If there's any chance you could capture some type 27 messages, that would also help us close this issue #152 Many thanks! Howard |
I've got the 4 and 21 data but need to run out of town for a week, will issue a PR with it when I get back. Also am seeing very few 27 messages and they seem to be malformed....need to run the capture for a longer period of time to see what surfaces. |
Did you manage to capture any data you can share @tkreyche? |
How about adding support for Message types 4 and 21? These fixed location messages may not be as interesting as mobile, but are important for shipboard navigation. Unclear to me if this app/library was mostly designed as a land-based application. Also I'm using them to study VHF propagation changes.
Currently I'm using python and pyais but my python expertise is not great, and python appears to have less mature support for threading, multiprocessing etc.
The text was updated successfully, but these errors were encountered: