1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-07 10:43:58 +00:00
Commit Graph

27 Commits

Author SHA1 Message Date
Carles Fernandez
fc91f414d5 skyplot: add jpg output, improve documentation, apply pep8 formatting 2025-08-27 21:12:21 +02:00
Carles Fernandez
4797b2b177 skyplot: fix some edge cases for RINEX v3 and v4 2025-08-25 13:50:27 +02:00
Carles Fernandez
114823f59a skyplot: improve program exit 2025-08-25 11:28:15 +02:00
Carles Fernandez
6d1ad02b73 Fix reading of year in some RINEX v2 observation files 2025-08-25 11:05:19 +02:00
Carles Fernandez
acb1b541b5 skyplot: add usage of RINEX obs file approx position if found 2025-08-25 09:34:37 +02:00
Carles Fernandez
e256aaf451 skyplot: add reading of RINEX v2 navigation files
Recover Python 3.6 compatibility (use old-style type hints for improved compatibility)
2025-08-24 13:42:36 +02:00
Carles Fernandez
9cf944b8f8 skyplot: more improvements:
Add reading of RINEX 4 navigation files
More robust finding of RINEX obs files when --use-obs is set
Add type hints to some functions for improved documentation and readability
Improve reading of RINEX obs files
Make labels more transparent and colorful
Update documentation
2025-08-23 15:53:28 +02:00
Carles Fernandez
1d31c8427d skyplot improvements
Add new --format optional argument. Allowed options: pdf, eps, png, svg. Default: pdf
Add new --version / -v optional arguments, show program version and exit
Improve --help / -h message
Improve error handling
Generate PDF files with embedded fonts, ready for journal submission
Improve argument handling
Improve documentation
Add explicit z-order control for cleaner display of labels in multiconstellation files
2025-08-22 12:42:36 +02:00
Carles Fernandez
f4aa144221 skyplot: make constellation(s) to be plot configurable 2025-08-14 10:56:22 +02:00
Carles Fernandez
01e25fcd8d skyplot: make elevation mask configurable 2025-08-14 10:04:34 +02:00
Carles Fernandez
42b52f2d66 skyplot: split satellite tracks at horizon crossings to avoid linking disjoint passes
Added logic to segment satellite trajectories whenever elevation drops below 5 degrees, preventing lines from connecting points across horizon gaps. Each segment is plotted independently with its own arrow and label
2025-08-14 09:39:52 +02:00
pedromiguelcp
4d568c0fd9 docs(skyplot): make prettier-markdown check happy 2025-08-13 16:23:04 +01:00
pedromiguelcp
22e18fee46 docs(skyplot): update inline comments for clarity 2025-08-13 16:19:48 +01:00
pedromiguelcp
2c49d0f57e docs(skyplot): make prettier-markdown check happy 2025-08-13 15:35:40 +01:00
pedromiguelcp
fb11d958f0 docs: fix typo and format skyplot README 2025-08-13 15:32:24 +01:00
pedromiguelcp
dad143ace0 style: format python code 2025-08-13 15:01:13 +01:00
pedromiguelcp
0cf75d15aa feat: add --use-obs option to limit skyplot to receiver observation period 2025-08-13 14:46:12 +01:00
pedromiguelcp
867d67180e fix: remove duplicated subtraction of ephemeris reference time 2025-08-13 14:46:12 +01:00
Carles Fernandez
0b490d80f9 Skyplot: accept RINEX files in another path 2025-05-02 19:05:24 +02:00
Carles Fernandez
2157cb3814 Skyplot: improve GLONASS satellite positions 2025-05-01 17:02:06 +02:00
Carles Fernandez
fedcef31cc Skyplot: improve final arrow appearance 2025-05-01 12:49:22 +02:00
Carles Fernandez
42ae89c25c Skyplot: add arrow 2025-05-01 12:06:02 +02:00
Carles Fernandez
616fd5aeb1 Skyplot: fix reading and handling of GLONASS ephemeris 2025-05-01 11:25:28 +02:00
Carles Fernandez
18410fc476 Skyplot: make legend adaptive 2025-05-01 10:04:15 +02:00
Carles Fernandez
3f55d99529 Formatting fixes 2025-04-30 15:30:53 +02:00
Carles Fernandez
50512645c6 Sort imports with isort 2025-04-30 15:19:32 +02:00
Carles Fernandez
e74c5708d7 Add a python script that generates a skyplot from a RINEX navigation file 2025-04-30 10:36:46 +02:00