# GNSS-Radar **Repository Path**: LiuSheng-2020_admin/GNSS-Radar ## Basic Information - **Project Name**: GNSS-Radar - **Description**: “GNSS雷达”是一个web应用程序,用于显示指定位置的当前GNSS星座。您可以将以下URL添加为书签以快速访问该应用程序。 http://www.taroz.net/GNSS-Radar.html - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-24 - **Last Updated**: 2025-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README GNSS-Radar =============================================================================== Author ------------------------------------------------------------------------------- Taro Suzuki E-Mail: HP: Overview ------------------------------------------------------------------------------- "GNSS-Radar" is a web application to show the current GNSS constellation at a specified location. You can bookmark the following URL to quickly access the application. Options ------------------------------------------------------------------------------- * Set the observer location by latitude and longitude (the unit is degree). * ULR+?lat=xxx&lon=xxx (default: lat=35.7&lon=139.8 (Tokyo)) * e.g. * Set the elevation mask angle when computing the sky plot (the unit is degree). * ULR+?elemask=xxx (default: elemask=10) * e.g. * Set the time offset when computing the sky plot (the unit is hour). * ULR+?offhr=xxx (default: offhr=0) * e.g. * Set the time interval when computing the sky plot (the unit is minutes). * ULR+?tint=xxx (default: tint=30) * e.g. * Set the number of times when computing the sky plot. * ULR+?ntimes=xxx (default: tint=24, 24*30min=12hour) * e.g. * These options are started with "?" and can be combined by "&". Acknowledgments ------------------------------------------------------------------------------- "GNSS-Radar" uses the following libraries: * satellite.js: https://github.com/shashwatak/satellite-js * highcharts.js: http://www.highcharts.com/ * Sylvester.js: http://sylvester.jcoglan.com/ * TLE (Two Line Element) is downloaded from celestrak ().