1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 11:19:18 +00:00

Update Galileo Almanac's downloading page URL

This commit is contained in:
Carles Fernandez 2022-07-16 11:23:07 +02:00
parent 21e6e138c0
commit 15ff88ffbe
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
3 changed files with 5 additions and 4 deletions

View File

@ -103,7 +103,7 @@ https://gnss-sdr.org/design-forces/
- Added a script at `src/utils/scripts/download-galileo-almanac.sh` that - Added a script at `src/utils/scripts/download-galileo-almanac.sh` that
downloads an XML file with the latest Galileo almanac published by the 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 See the definitions of concepts and metrics at
https://gnss-sdr.org/design-forces/ https://gnss-sdr.org/design-forces/
@ -1004,7 +1004,8 @@ features and bug fixes:
- Improvements in the RTCM server stability. - Improvements in the RTCM server stability.
- Improvements in the correctness of generated RINEX files. - Improvements in the correctness of generated RINEX files.
- The receiver can read and make use of Galileo almanac XML files published by - 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 - Own-defined XML schemas for navigation data published at
https://github.com/gnss-sdr/gnss-sdr/tree/next/docs/xml-schemas https://github.com/gnss-sdr/gnss-sdr/tree/next/docs/xml-schemas
- Added program `rinex2assist` to convert RINEX navigation files into XML files - Added program `rinex2assist` to convert RINEX navigation files into XML files

View File

@ -839,7 +839,7 @@ bool Gnss_Sdr_Supl_Client::load_gal_almanac_xml(const std::string& file_name)
} }
catch (std::exception& e) 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); return this->read_gal_almanac_from_gsa(file_name);
} }
LOG(INFO) << "Loaded Galileo almanac map data with " << this->gal_almanac_map.size() << " satellites"; LOG(INFO) << "Loaded Galileo almanac map data with " << this->gal_almanac_map.size() << " satellites";

View File

@ -16,7 +16,7 @@ help()
{ {
echo "This script tries to download the most recent Galileo Almanac XML file" echo "This script tries to download the most recent Galileo Almanac XML file"
echo "published by the European GNSS Service Centre." 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 "If today there is no published file, the script will look up to one week ago."
echo "" echo ""
echo "Usage:" echo "Usage:"