Skip to content

C++ functions and definitions implementing the IERS 2010 standards.

License

Notifications You must be signed in to change notification settings

peiyzhou/iers2010

 
 

Repository files navigation

libiers10++

C++ functions and definitions implementing the IERS 2010 standards.

Introduction

This project contains a number of functions implementing models defined in IERS Conventions (2010). The functions are available in FORTRAN from the IERS website. Note that the software found at this website is routinely updated. The FORTRAN subroutines are translated to C++ (standard c++11) with (as much as possible) minor modifications.

Compilation / Installation

Source code is ISO C++11. Compilation should be trivial using any gcc version supporting the c++11 standard (option -std=c++11).

The installation process (will) be trivial, using the standard FSF GNU tools (autoconf,automake,etc...).

This software is meant to be implemented on Unix-type OSs. No effort will be undertaken for compatibility with otherOS types.

To compile the library in any UNIX-like OS, just follow the 3 basic steps configure make make install

Prerequisites

None. This is a standalone library. Of course a C++ compiler is assumed!

Bugs & Maintanance

Xanthos, xanthos@mail.ntua.gr Mitsos, danast@mail.ntua.gr

{% include figure.html src="doc/figures/flag.png" caption="Support the revolution" %}

About

C++ functions and definitions implementing the IERS 2010 standards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 63.8%
  • Fortran 29.2%
  • Makefile 5.4%
  • Python 0.8%
  • M4 0.3%
  • Awk 0.3%
  • Shell 0.2%