-
Notifications
You must be signed in to change notification settings - Fork 227
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
PTNL PJK File Update #139
Comments
Mhm. Weird, I remember making a PR some time ago: #75 Which seems... to get merged only partially. Will see what can I do about that. |
Hi! Thanks Appreciate it, cheers
Marcus
…On Sat, Jan 27, 2024, 01:19 kamiccolo ***@***.***> wrote:
Mhm. Weird, I remember making a PR some time ago: #75
<#75>
Which seems... to get merged only partially. Will see what can I do about
that.
—
Reply to this email directly, view it on GitHub
<#139 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKCCGGKQN4J42PAABVNBQTYQO3ODAVCNFSM5UNQRZ6KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJRGIYTIMRQGEYA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I believe this can be closed :) PR got merged: #75 Adding: |
Awesome! Many thanks for this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #138
Originally posted by arcsump April 21, 2022
Hi @Knio ,
Thanks for the awesome library,
I needed to extend a proprietary class, wondering if it can be properly incorporated.
That would be great, many thanks again - I am not that well-versed so yeah pardon me.
Meanwhile, I modified tnl.py and added this snippet
class TNLPJK (TNL, DatetimeFix):
fields = (
('Empty', '_'),
('Sentence Type', 'type'),
('Timestamp', 'timestamp', timestamp),
("Datestamp", "datestamp", datestamp),
('Northing', 'northing'),
('Northing Direction', 'northing_dir'),
('Easting', 'easting'),
('Easting Direction', 'easting_dir'),
('GPS Quality', 'gps_quality'),
('Total number of satelites in use', 'num_sats'),
('DOP', 'dop'),
('Height of Antenna Phase Center, GHT or EHT', 'phase_center_height'),
)
The text was updated successfully, but these errors were encountered: