From 15ff88ffbee953c2909f8bbee1cccdab121e3cff Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 16 Jul 2022 11:23:07 +0200 Subject: [PATCH] Update Galileo Almanac's downloading page URL --- docs/CHANGELOG.md | 5 +++-- src/core/libs/gnss_sdr_supl_client.cc | 2 +- src/utils/scripts/download-galileo-almanac.sh | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 2f49b2f7a..a5aaa718b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -103,7 +103,7 @@ https://gnss-sdr.org/design-forces/ - Added a script at `src/utils/scripts/download-galileo-almanac.sh` that downloads an XML file with the latest Galileo almanac published by the - European GNSS Service Centre at https://www.gsc-europa.eu/product-almanacs + European GNSS Service Centre at https://www.gsc-europa.eu/gsc-products/almanac See the definitions of concepts and metrics at https://gnss-sdr.org/design-forces/ @@ -1004,7 +1004,8 @@ features and bug fixes: - Improvements in the RTCM server stability. - Improvements in the correctness of generated RINEX files. - The receiver can read and make use of Galileo almanac XML files published by - the European GNSS Service Centre at https://www.gsc-europa.eu/product-almanacs + the European GNSS Service Centre at + https://www.gsc-europa.eu/gsc-products/almanac - Own-defined XML schemas for navigation data published at https://github.com/gnss-sdr/gnss-sdr/tree/next/docs/xml-schemas - Added program `rinex2assist` to convert RINEX navigation files into XML files diff --git a/src/core/libs/gnss_sdr_supl_client.cc b/src/core/libs/gnss_sdr_supl_client.cc index e2e9a3c73..6bc814334 100644 --- a/src/core/libs/gnss_sdr_supl_client.cc +++ b/src/core/libs/gnss_sdr_supl_client.cc @@ -839,7 +839,7 @@ bool Gnss_Sdr_Supl_Client::load_gal_almanac_xml(const std::string& file_name) } catch (std::exception& e) { - // Maybe the file is from https://www.gsc-europa.eu/product-almanacs ? + // Maybe the file is from https://www.gsc-europa.eu/gsc-products/almanac ? return this->read_gal_almanac_from_gsa(file_name); } LOG(INFO) << "Loaded Galileo almanac map data with " << this->gal_almanac_map.size() << " satellites"; diff --git a/src/utils/scripts/download-galileo-almanac.sh b/src/utils/scripts/download-galileo-almanac.sh index 1967a03a1..56202f65b 100755 --- a/src/utils/scripts/download-galileo-almanac.sh +++ b/src/utils/scripts/download-galileo-almanac.sh @@ -16,7 +16,7 @@ help() { echo "This script tries to download the most recent Galileo Almanac XML file" echo "published by the European GNSS Service Centre." - echo "More info at https://www.gsc-europa.eu/product-almanacs" + echo "More info at https://www.gsc-europa.eu/gsc-products/almanac" echo "If today there is no published file, the script will look up to one week ago." echo "" echo "Usage:"