From 4d568c0fd9dd35e6fae246c746b759d2d9bd9206 Mon Sep 17 00:00:00 2001 From: pedromiguelcp Date: Wed, 13 Aug 2025 16:23:04 +0100 Subject: [PATCH] docs(skyplot): make prettier-markdown check happy --- utils/skyplot/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/utils/skyplot/README.md b/utils/skyplot/README.md index 6f1dfdaa3..622f5e635 100644 --- a/utils/skyplot/README.md +++ b/utils/skyplot/README.md @@ -16,8 +16,8 @@ showing satellite visibility over time. ## Features - Processes RINEX navigation files. -- Optionally uses an OBS file to limit plot to the receiver observation - time (--use-obs). +- Optionally uses an OBS file to limit plot to the receiver observation time + (--use-obs). - When enabled, the tool looks for a matching file by replacing the last character of the NAV filename with O/o and uses it if found. - Calculates satellite positions using broadcast ephemeris. @@ -63,7 +63,8 @@ showing satellite visibility over time. ``` ./skyplot.py brdc0010.22n 40.7128 -74.0060 10.0 ``` -- Skyplot from custom location (Santiago, Chile) using receiver observation time: +- Skyplot from custom location (Santiago, Chile) using receiver observation + time: ``` ./skyplot.py brdc0010.22n -33.4592 -70.6453 520.0 --use-obs ```