((hot)) Download Compass Solution Data Post-processing Software
Compass Solution is a professional desktop post-processing software developed by ComNav Technology
for GNSS (Global Navigation Satellite System) static and dynamic data analysis
. It is designed to process raw observation data to achieve high-accuracy, millimeter-level positioning solutions. Software Overview & Features
The software is tailored for both beginners and professionals in land surveying and geospatial mapping. Multi-Constellation Support : Processes data from GPS, GLONASS, BeiDou, and Galileo. Operation Modes : Supports Rapid Static
(Post-Processing Kinematic) for various applications, including UAV mapping. Data Formats
: Compatible with ComNav binary (CNB), standard RINEX (2.X/3.X), and RTCM32 formats. Network Adjustment download compass solution data post-processing software
: Features robust tools for network adjustment of all processed baseline vectors and loop closure analysis.
: Generates comprehensive reports in web format (HTML), DXF, TXT, KML, and CSV. Downloading the Software
While some third-party software archives may host older versions, it is recommended to obtain the latest official release directly from the manufacturer to ensure compatibility and security. Official Source : Visit the ComNav Compass Solution product page for detailed specifications. Request Access
: Direct download links are often provided via email request to support@comnavtech.com sales@comnavtech.com Related Utilities
: For basic data conversion and receiver configuration without full post-processing, users can also download the Compass Receiver Utility (CRU) System Requirements CompassGNSS: A popular mobile app for Android
To run the modern version of Compass Solution (Ver. 2021.11 or later), your PC should meet these minimum specifications:
: Windows 2000 or higher (typically Windows 10/11 for recent versions). : Core 2.0 GHz or higher. : At least 1 GB (4 GB recommended for larger projects). : At least 80 GB available hard disk space. : Minimum resolution of 1280 x 1024. Basic Workflow Project Management
: Create a new project and select the appropriate local coordinate system and datum. Data Import
: Load your raw GNSS observation files. The software automatically forms static baselines. Baseline Processing
: Configure parameters like elevation mask and sampling interval before running the processing engine. Network Adjustment Here is a review based on the most
- CompassGNSS: A popular mobile app for Android.
- CHC Navigation (CHCNAV) Compass: Desktop software for processing survey data.
- Science/Graphing Software: Like "Compass" for spectroscopy, though less likely given the "post-processing" keywords.
Here is a review based on the most likely candidates for surveying and navigation professionals.
4. Installation Procedure
- Locate the File: Find the
Compass_Setup.exefile you downloaded. - Run as Administrator: Right-click the file and select "Run as administrator" to ensure proper installation permissions.
- Select Language: Choose your preferred interface language (English, Chinese, Spanish, etc.) and click OK.
- Setup Wizard: Click Next on the welcome screen.
- License Agreement: Read the End User License Agreement (EULA), check "I accept the agreement," and click Next.
- Destination Folder: Choose where you want to install the software. The default path is usually
C:\Program Files (x86)\CHCNAV\Compass. Click Next. - Select Components: Ensure "Main Program" is checked. You can also check "Coordinate System Files" if prompted, to install the latest datum grids.
- Install: Click Install and wait for the process to complete.
- Finish: Launch the program
4. Typical Post-Processing Workflow
graph LR
A[Export from Compass] --> B[Data QC & Cleaning]
B --> C[Error Correction]
C --> D[Reformat & Merge]
D --> E[Visualization]
E --> F[Generate Final Report]
Key Settings and Parameters
- Observation interval: shorter (1 Hz or faster) for kinematic; 1–30 s for static/PPP.
- Elevation mask: typically 10–15° to reduce multipath and poor geometry.
- Ionospheric/tropospheric models: select appropriate models or apply external corrections if available.
- Satellite systems: enable GPS+GLONASS+Galileo+BeiDou as supported to improve geometry and robustness.
- Ambiguity resolution: enable integer ambiguity fixing and inspect fix ratio statistics.
Top Candidate 1: CompassGNSS (Android App)
This is the most common result for users looking for a modern, mobile solution for GNSS data logging and processing.
What it is: A professional tool for Android devices that allows users to connect to external GNSS receivers (via Bluetooth or USB) to log raw data (RINEX) and perform post-processing.
Review:
- Pros:
- Cost-Effective: It is often free or low-cost compared to desktop suites, making it highly popular among independent surveyors and researchers.
- Portability: Turns your Android phone or tablet into a data collector and logger.
- Format Support: Exports to RINEX, which is the industry standard, meaning you can process the data in other software (like RTKLIB) later.
- UI: The interface is clean and technical, providing satellite skyplots, signal-to-noise ratios, and PDOP values in real-time.
- Cons:
- Hardware Dependent: You need a high-quality external GNSS receiver (like a u-blox or Hemisphere board) to get survey-grade results; the phone's internal GPS is not accurate enough for professional work.
- Learning Curve: It assumes you understand terms like "Epoch Interval" and "RINEX conversion."
- Verdict: Essential for mobile surveyors. If you have an external antenna and want to log raw data for free/cheap, this is the gold standard on Android.
What Compass Solution Does
- Converts raw GNSS observation files into precise positions.
- Supports differential processing (base/rover), network adjustments, RTK, and PPP (precise point positioning).
- Applies precise satellite ephemerides and clock products, antenna models, and ionospheric/tropospheric corrections.
- Exports results in common formats (RINEX, CSV, NMEA, shapefiles, etc.) for GIS and surveying workflows.
Load Compass export
df = pd.read_csv('compass_survey.csv')
Step-by-step:
- Export from Compass – Use ASCII or CSV with all survey columns (MD, inc, az, TVD, NS, EW, DLS, BtnDist, etc.).
- QC & Cleaning – Remove duplicates, flag spikes in inclination/azimuth, interpolate missing depths (linear or spline).
- Error Correction – Apply:
- Multi-station analysis (MSA) for magnetic interference.
- Geomagnetic reference update (IGRF model update).
- Sag correction from BHA data.
- Reformat & Merge – Convert to WITSML, LAS, or operator-specific format; merge with real-time surface data (WOB, RPM, GPM).
- Visualization – 3D wellpath plot, plan vs. actual deviation, DLS heatmaps.
- Reporting – Generate PDF/Excel with error ellipses, separation factor tables.