Geographic coordinates will be transparently and automatically converted to lat/lon and any other coordinate system that the client program uses. However, in order to do so, the input coordinate system must be specified. In order to output geolocalized data, the desired coordinate system must also be specified for the outputs (in the output section). This is done through the use of the COORDIN and COORDPARAM keys (see the documentation for each plugin).
There are two ways of supporting a given coordinate system: through the use of an adhoc implementation (that becomes part of MeteoIO) or through the use of an external library, Proj [ref: http://trac.osgeo.org/proj/]. The current internal implementations are the following (given by their keyword):
Such an example of use is the following:
On the other hand, when using the Proj library for handling the coordinate conversion, the EPSG codes of as illustrated below (21781 is the EPSG code for the CH1903 coordinate system. Such a code is 32767 at the maximum): the chosen projection must be specified (such codes can be found at http://spatialreference.org/ref/epsg/?page=1)