- 20 Jul, 2010 1 commit
-
-
Mathias Bavay authored
Several bugs have been fixed in Coords: the setEPSG was not working, the altitude was not displayed with the << operator and the formatting of decimal_to_dms was broken in its handling of seconds... The documentation for the resampling has been expanded and several other modules' documentation have been updated so their structure is built along the same lines. An error message in IOHandler (when failing to load a plugin) was not clear and has been changed. Several bugs in SMEIO have been fixed (improper column names mapping, improper handling of easting/northing, unclear error message). The example data set has been tagged as GMT+1 and the meteo_reading and 2D_interpolations modified accordingly (so the argument read on the command line is assumed to be in GMT+1 too)
-
- 19 Jul, 2010 1 commit
-
-
Mathias Bavay authored
The EPSG get and set methods have been added to Coords. The "<<" operator has been redefined for ConfigReader (this is convenient for debugging). The SMETIO plugin has been updated (so that it supports EPSG codes and also to change some column names and improve the foutput formatting). Some documentation has been added and the example data set has been replaced by a data set suitable for the whole Switzerland and in SMET format.
-
- 12 Jul, 2010 1 commit
-
-
Mathias Bavay authored
The example io.ini has been cleaned up (some keys were unnecesary). The necessary changes for POPC have been made
-
- 17 Jun, 2010 1 commit
-
-
Mathias Bavay authored
A new plugin has been introduced: PGMIO that reads/writes PGM graphic files as 2D grids. (using the template plugin, it took less than 30 minutes for implementing the write2Dgrid!!) More documentation has been updated/added, the template plugin has been fixed for some issues, the example io.ini shows more plugins usage.
-
- 06 May, 2010 2 commits
-
-
Thomas Egger authored
Removed the STATION key from the io.ini. the readStationData function of the plugins relies on the METEO key for choosing the data source.
-
Thomas Egger authored
The STATION keyword in the io.ini tells MeteoIO where to look for station meta data. Mostly this will be exactly the same plugin as for the METEO keyword.
-
- 06 Apr, 2010 1 commit
-
-
Mathias Bavay authored
The example io.ini has been brought up to date, a new example showing how to perform spatial interpolations has been added.
-
- 01 Mar, 2010 1 commit
-
-
Mathias Bavay authored
A better example of DEM usage has been prepared: it uses a 1000m resolution DEM of the whole of Switzerland (that is, with holes in the dem) and valid coordinates are now much easier to guess...
-
- 16 Feb, 2010 1 commit
-
-
Mathias Bavay authored
The MapProj class has been renamed in Coords. It now contains the coordinates (lat,long) and (xcoord, ycoord) and should therefore be used as a storage and conversion class. The necessary changes have been made to the rest of the code so it uses this class, but it still does NOT use it as a storage of coordinates (which will have to be done in the future). This addressed partially issue 35.
-
- 21 Dec, 2009 1 commit
-
-
Mathias Bavay authored
The examples have been improved: some misakes have been fixed, a Makefile has been added as well as an example io.ini and some input files (dem, meteo data). This means that the example code can be built and run!
-
- 19 Nov, 2009 1 commit
-
-
Mathias Bavay authored
-