AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 Next | |
Jan 8, 2010 | |
11 years 11 days | This is the begining of a plugins developer's guide... (within the doxygen documentation). A few things would need to be filled by Thomas! |
Commit 164, by Mathias Bavay | |
Jan 7, 2010 | |
11 years 12 days | Added the documentation for the available coordinate conversions types. |
Commit 163, by Mathias Bavay | |
Jan 4, 2010 | |
11 years 16 days | Fixed issue 26: when compiling on anything other than ix386, compiling statically linked code into a dynamic library is NOT valid (ie: one can not mix PDC and PIC code). So everything is now compiled with -fPIC (which comes from the fact that our plu |
Commit 162, by Mathias Bavay | |
Dec 21, 2009 | |
11 years 29 days | 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! |
Commit 161, by Mathias Bavay | |
Dec 17, 2009 | |
11 years 1 month | Updated version of the cr_release script. |
Commit 160, by Mathias Bavay | |
Dec 15, 2009 | |
11 years 1 month | Added the filter development howto to the documentation |
Commit 159, by Thomas Egger | |
Dec 11, 2009 | |
11 years 1 month | A new slope computation algorithm has bee added: CARD It computes the slope using Corripio and then discretizes the azimuth along 8 cardinal directions and the slope by degrees. This should be all that GEOtop needs for its drainage direction (then si |
Commit 158, by Mathias Bavay | |
Dec 9, 2009 | |
11 years 1 month | The license information has been added: LPGLv3 headers in all header files, license texts as well as a Linux Software Map entry file. The installation procedure has been added to cmake configuration files (similar to the autotools) |
Commit 157, by Mathias Bavay | |
Dec 8, 2009 | |
11 years 1 month | Corrected error in the filter called "rate", the accumulation filter - the accumulation loop counted the last element twice. |
Commit 156, by Thomas Egger | |
11 years 1 month | GSNIO now supports selecting specific stations (NROFSTATIONS and STATION1, STATION2, ... in io.ini) GeotopIO had to be adapted to a new range of parameters that come with the new version of GEOtop. |
Commit 155, by Thomas Egger | |
Dec 3, 2009 | |
11 years 1 month | Some unnecessarily duplicated code has been removed in IOHandler.cc. The warnings "warning: base class ‘class paroc_base’ should be explicitly initialized in the copy constructor" have been fixed for Date_IO and MeteoData. The IOHandler popc behavi |
Commit 154, by Mathias Bavay | |
11 years 1 month | A few fixes for Popc from Laurent Winkler... fixed some code that was segfaulting with popc, made MeteoIO objects remain on localhost instead of being moved to another node. |
Commit 153, by Mathias Bavay | |
Dec 2, 2009 | |
11 years 1 month | This version has been (a little bit) tested with popc. The code that needed validation (MeteoData information necessary for filtering) seems to work, so some code tagging has been removed and some commented out methods deleted. Fixed the install bug |
Commit 152, by Mathias Bavay | |
Dec 1, 2009 | |
11 years 1 month | Some documentation about the landuse codes has been added. |
Commit 151, by Mathias Bavay | |
Nov 23, 2009 | |
11 years 1 month | MedianAverageFilter added to FilterAlgorithms.cc usage (in io.ini): [Filters] TA::filter1 = median_avg TA::arg1 = 20 100 The first argument specifies the minimal number of points, the second argument the minimal duration that the window for the |
Commit 150, by Thomas Egger | |
Nov 22, 2009 | |
11 years 1 month | CMake changes: possibility of including/linking proj4, creating shared and static version of libmeteoio, install script for installing all the plugins to /usr/local and a change to IOHandler.cc: if no PLUGINPATH is specified in the io.ini file all pa |
Commit 149, by Thomas Egger | |
Nov 19, 2009 | |
11 years 2 months | Example io.ini up to date to the latest version of meteoio |
Commit 148, by Mathias Bavay | |
11 years 2 months | The demo program (meteoio_demo.cc) has been cleaned up with its Makefile. More doxygen documentation has been written (Thomas, you're invited to contribute!!) |
Commit 147, by Mathias Bavay | |
11 years 2 months | Oups... I forgot to add the MainPage.h file that contains the main documentation page (and no active code) |
Commit 146, by Mathias Bavay | |
11 years 2 months | A small but irrtating bug in the Makefile has been fixed (failure to install when the parallel version had not yet been compiled). The doxygen documentation has been updated with the documentation of the plugins (from a user point of view). The dat |
Commit 145, by Mathias Bavay |