sinex

Crates.iosinex
lib.rssinex
version0.2.3
sourcesrc
created_at2022-07-16 14:53:01.755599
updated_at2024-04-27 09:25:10.50235
descriptionPackage to parse and analyze SINEX data
homepagehttps://github.com/georust/rinex/sinex
repositoryhttps://github.com/georust/rinex/sinex
max_upload_size
id626756
size101,335
gwbres (gwbres)

documentation

README

SINEX

crates.io License License

Parser

SINEX special files parsing

data/ contains several example `SINEX files, mainly for testing purposes

Known behavior:

  • this parser does not care about file naming conventions
  • the parser expects proper Header and SINEX structures
  • the parser only cares about the Header position
  • the parser does not care about the Description / Solution order
  • the parse does not care about the Description fields order, as specified by standards
Commit count: 1742

cargo fmt