The source code of Where is available at GitHub.
Clone and update Where v1.1.0
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 1.1.0 by doing:
cd where
git fetch origin
git checkout tags/v1.1.0
See Installing Where for details on how to install the software.
Download Where v1.1.0
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 1.1.0 and 1.0.4
- Added the option to use VMF1 station files for the troposphere model
- Added the pipeline to run SLR analysis (This is in not working properly and should not be used for production)
- Changed default configuration to be ITRF2020-compatible
- Minor bugfixes