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 141 142 143 144 145 146 147 Next | |
Jun 24, 2009 | |
11 years 6 months | Using of IOUtils::convertString() in order to convert date and double (in string format) to date and double. It seems that, those methods which allowed to do that conversion are removed (strToDouble() and stringToDate()) from ImisIO. |
Commit 32, by Moustafa Mbengue | |
Jun 19, 2009 | |
11 years 6 months | Some small adjustements to buffer sizes for ImisIO, more information messages as well as a bug fix in the date processing: Oracle does not want the hour to be 24:00 so we convert it to 00:00 the next day. Some missing flags have been added to the Ma |
Commit 31, by Mathias Bavay | |
Jun 18, 2009 | |
11 years 6 months | Fixed a few issues with the generation of a release package |
Commit 30, by Mathias Bavay | |
11 years 6 months | Added what is needed to create releases, plus s small fix for the demo code. |
Commit 29, by Mathias Bavay | |
11 years 6 months | Minor change in Makefile |
Commit 28, by Laurent Winkler | |
Jun 17, 2009 | |
11 years 6 months | Fixed a few bugs : running with POP-C++ |
Commit 27, by Laurent Winkler | |
11 years 6 months | Added a hack allowing to read lat/long in the DEM as lower left coordinates. The code for optional reading of wind directions has been activated in A3DIO. Some dead, commented code has been removed. The first version of the required code for fanci |
Commit 26, by Mathias Bavay | |
Jun 16, 2009 | |
11 years 6 months | Some issues with the local grid computation have been fixed. Namely, its was stupid to compute the x-axis distance at 0 deg latitude... The coordinates are now computed using distance and bearing instead of two distances. A3DIO now checks if the pro |
Commit 25, by Mathias Bavay | |
Jun 15, 2009 | |
11 years 7 months | The Grid2DObjects have been modified by adding a latitude and a longitude field. These have to be provided alongside the other parameters, the goal being to consider that the east and north coordinates are convenience coordinates (for example for cal |
Commit 24, by Mathias Bavay | |
11 years 7 months | Some bugs are fixed in ImisIO while the stationName is like *xxx[0-9]. |
Commit 23, by Moustafa Mbengue | |
11 years 7 months | Commit a version that compiles with Alpine3D for POP-C++ |
Commit 22, by Laurent Winkler | |
11 years 7 months | bug: A3DIO had not been prepared to accomodate tsg, tss, dw so the reading of meteo1d was broken (silent bug). This has been fixed and some code has been added to support reading dw from files (no enabled yet, some parts are commented out). |
Commit 21, by Mathias Bavay | |
Jun 12, 2009 | |
11 years 7 months | Bugs with the handling of latitude/longitudes for stations in ImisIO have been corrected. A new directory appears, in order to contain useful tools designed to use MeteoIO for making the data preparer's life easier... A first tool has been implemen |
Commit 20, by Moustafa Mbengue | |
Jun 11, 2009 | |
11 years 7 months | The same Laws.c as in Snowpack has been brought into MeteoIO and the necessary changes have been made. |
Commit 19, by Mathias Bavay | |
Jun 10, 2009 | |
11 years 7 months | Adding/Modifying new columns in MeteoData (dw, tss and ts0=tsg). Readjustment of the code in ImisIO, Boschung, A3DIO, Meteo1DResampler and FilterValue. |
Commit 18, by Moustafa Mbengue | |
Jun 9, 2009 | |
11 years 7 months | The libraries' names are now all lower case (in order to be consistent with common usage). the Date_IO methods don't repeat "_IO" in their names in order to keep methods naming consistent. The code in messages have been capitalized (like "[E]" for an |
Commit 17, by Mathias Bavay | |
11 years 7 months | A fully specialized template for convertString has been added for dealing with reading strings (that can be empty and this should be considered valid). The proper template is therefore now called by ImisIO to parse the string returned by Oracle (that |
Commit 16, by Mathias Bavay | |
11 years 7 months | In ImisIO : resampling is now called as for A3DIO or Boschung. The Meteobuffer is now correctly used (with rebuffering when necessary). Only the requested date is now returned by readMeteo. Remaining bug: stations whose name contain non-alphanumeric |
Commit 15, by Moustafa Mbengue | |
Jun 3, 2009 | |
11 years 7 months | Cleanup in marshalling functions |
Commit 14, by Laurent Winkler | |
11 years 7 months | Adapt the new meteoio lib. It compiles with POPC now |
Commit 13, by Laurent Winkler |