Post #3532633
2026-07-02 06:04 UTC
@stefanlindbohm@mastodon.social I did see your document! And I now realise that your approach to start with the profiles rather than with the general format definition is more likely to lead to something productive …
Replies (1)
-
@stefanlindbohm@mastodon.social 2026-07-02 08:32
@partim@social.tchncs.de I think a generic NeTEx parser will be needed regardless too, for use with any of the profiles out there. Something that simply provides a stream of objects within any file you point it at. (And maybe with a feature to index the byte offsets of any tags with an ID to support seeking/random access.) Then profiles can later be handled through classes that consume this stream in whatever way necessary.