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 148 149 Next | |
Aug 18, 2016 | |
4 years 6 months | A new method for the spatial interpolations of ISWR has been implemented. Helper methods have been implemented in SunObject and DEMObject (possibility to reset the altitude without recomputing the whole solar position, horizon computation from one po |
Commit 1760, by Mathias Bavay | |
Aug 17, 2016 | |
4 years 6 months | A little bit of includes cleanup, code cleanup in Sun.cc and added the atmospheric corrections logic (from Alpine3D) to the Sun object so it can easily be reused. |
Commit 1759, by Mathias Bavay | |
Aug 16, 2016 | |
4 years 6 months | Removing never used shahed branch |
Commit 1758, by Mathias Bavay | |
Aug 15, 2016 | |
4 years 6 months | More fixes for the MERGE feature. Small optimization in smet. |
Commit 1757, by Mathias Bavay | |
4 years 6 months | A new parameter ENABLE_RESAMPLING has been added in the [Interpolations1D] section. It is now possible to globally turn resampling off... |
Commit 1756, by Mathias Bavay | |
4 years 6 months | The MERGE feature was still quite buggy, this should now work much better (ie properly handling the "extra" parameters). A warning has been fixed in libsmet. Better handling of julian_date in smet_extract (converting to ISO timestamp in the output). |
Commit 1755, by Mathias Bavay | |
Aug 10, 2016 | |
4 years 6 months | More code factorization and more safety checks (so an exception is thrown instead of crashing!) |
Commit 1754, by Mathias Bavay | |
Aug 9, 2016 | |
4 years 6 months | An optimisation when writing smet files was breaking compatibility and has been reversed |
Commit 1753, by Mathias Bavay | |
4 years 6 months | Better documentation for the merging strategies |
Commit 1752, by Mathias Bavay | |
Aug 8, 2016 | |
4 years 6 months | The "<" and ">" operators have been defined for MeteoData in order to make it easier to sort vectors of MeteoData. The FULL_MERGE merging strategy has been implemented alongside with some code cleanup/restructuring and some code optimizations. |
Commit 1751, by Mathias Bavay | |
4 years 6 months | When merging data from different stations, it is now possible to specify (with the Input::MERGE_STRATEGY key) how the merge should be done. The FULL_MERGE is currently not implemented. |
Commit 1750, by Mathias Bavay | |
Aug 3, 2016 | |
4 years 7 months | An error message when a smet file misses its epsg ocde and/or altitude as been improved. The MERGE example has been improved in order to be clearer. A bug in the append mode of smet files has been fixed (possibility of a duplicate timestamp). |
Commit 1749, by Mathias Bavay | |
Aug 2, 2016 | |
4 years 7 months | Now the last timestamp in a SMET file can be compared to the data that should be appended in order to decide if the file should be truncated or not |
Commit 1748, by Mathias Bavay | |
4 years 7 months | This is the first version of an append feature for SMET files. Not all the case might be well handled but at least, it starts to work... (with more optimizations to come) |
Commit 1747, by Mathias Bavay | |
Jul 28, 2016 | |
4 years 7 months | Better error handling for the GSN plugin as well as forcing the station_id to lowercase when building the URL (so instead of a cryptic GSN error message, it just works) |
Commit 1746, by Mathias Bavay | |
Jul 22, 2016 | |
4 years 7 months | Pleasing CLang version 7.3.0... |
Commit 1745, by Mathias Bavay | |
4 years 7 months | Last changes to support the Cray compiler. Please note that for Cray, you most probably have to compile with static linking! |
Commit 1744, by Mathias Bavay | |
4 years 7 months | Fixed some warnings found by the Cray compiler (see http://bojolais.livejournal.com/222428.html). |
Commit 1743, by Mathias Bavay | |
4 years 7 months | Usability fixes for Clang |
Commit 1742, by Mathias Bavay | |
4 years 7 months | Trying to make the CMakeLists clearer and more modular: the compiler options are now set through a macro that will be shared with the other projects. New targets appeared: Intel and Cray, but this is still a work in progress. |
Commit 1741, by Mathias Bavay |