The source code of Where is available at GitHub.

Clone and update Where v2.1.3

The simplest way to download Where and do later updates is by cloning the Where repository:

git clone https://github.com/kartverket/where.git

With a cloned repository you can update to version 2.1.3 by doing:

cd where
git fetch origin
git checkout tags/v2.1.3

See Installing Where for details on how to install the software.

Download Where v2.1.3

If you prefer to download the source code as a zip- or tar-file, you can use the following links:

See Installing Where for details on how to install the software.

Changelog

Highlights of difference between version 2.1.2 and 2.1.3

  • Fixed a sorting issue with eccentricity vectors reported in the SINEX file.
  • Speed up of Kalman Filter computation for VLBI processing.
  • Cleanup and improvements to analysis scripts.
  • Other minor bugfixes and improvements.