((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

  1. CompassGNSS: A popular mobile app for Android.
  2. CHC Navigation (CHCNAV) Compass: Desktop software for processing survey data.
  3. 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

  1. Locate the File: Find the Compass_Setup.exe file you downloaded.
  2. Run as Administrator: Right-click the file and select "Run as administrator" to ensure proper installation permissions.
  3. Select Language: Choose your preferred interface language (English, Chinese, Spanish, etc.) and click OK.
  4. Setup Wizard: Click Next on the welcome screen.
  5. License Agreement: Read the End User License Agreement (EULA), check "I accept the agreement," and click Next.
  6. Destination Folder: Choose where you want to install the software. The default path is usually C:\Program Files (x86)\CHCNAV\Compass. Click Next.
  7. Select Components: Ensure "Main Program" is checked. You can also check "Coordinate System Files" if prompted, to install the latest datum grids.
  8. Install: Click Install and wait for the process to complete.
  9. 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

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:


What Compass Solution Does

Load Compass export

df = pd.read_csv('compass_survey.csv')

Step-by-step:

  1. Export from Compass – Use ASCII or CSV with all survey columns (MD, inc, az, TVD, NS, EW, DLS, BtnDist, etc.).
  2. QC & Cleaning – Remove duplicates, flag spikes in inclination/azimuth, interpolate missing depths (linear or spline).
  3. Error Correction – Apply:
    • Multi-station analysis (MSA) for magnetic interference.
    • Geomagnetic reference update (IGRF model update).
    • Sag correction from BHA data.
  4. Reformat & Merge – Convert to WITSML, LAS, or operator-specific format; merge with real-time surface data (WOB, RPM, GPM).
  5. Visualization – 3D wellpath plot, plan vs. actual deviation, DLS heatmaps.
  6. Reporting – Generate PDF/Excel with error ellipses, separation factor tables.