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 Next | |
Jul 3, 2019 | |
1 year 9 months | Bundling Eigen library header files for heavy-duty matrix operations. Some compiler warnings are left... |
Commit 2438, by Michael Reisecker | |
1 year 9 months | Improved documentation for ALSscale, moved one constant in Date from private to public |
Commit 2437, by Mathias Bavay | |
Jun 28, 2019 | |
1 year 9 months | Better documentation for the ERA5 downloads, some minor code cleaup and two new methods added to ProcessingBlock: one to query if a given filter excludes some stations and another calling that will be used by the time filters to actually modify the … |
Commit 2436, by Mathias Bavay | |
Jun 24, 2019 | |
1 year 9 months | An information message has been added about the deprecation of the ECMWF Netcdf schema. In Config, keys that contain spaces are now rejected. |
Commit 2435, by Mathias Bavay | |
Jun 21, 2019 | |
1 year 10 months | When extracting timeseries from grids and adjusting the coordinates of the virtual stations to match the grid coordinates, the adjusted coordinates could get grossly wrong if extracting the data from a lat/lon grid (because the calculated cellsize c… |
Commit 2434, by Mathias Bavay | |
1 year 10 months | The ECMWF Netcdf schema has been split into ERA_INTERIM and ERA5 to account for some small differences. The UPS coordinate system was using the wrong epsg code (NATO version with reversed easting/northing) and was also wrong in the Antarctic (latitu… |
Commit 2433, by Mathias Bavay | |
Jun 19, 2019 | |
1 year 10 months | When scanning a directory for netcdf files, the path did not prepend the filename, leading to "file not found" errors when trying to open the file. There were no checks on the dimensions of a given variable before opening it, which could lead to seg… |
Commit 2432, by Mathias Bavay | |
1 year 10 months | Minor code cleanup in Alpug |
Commit 2431, by Mathias Bavay | |
1 year 10 months | In order to properly handle input netcdf files containing multiple stations, the syntax had to be changed. Now METEOFILE# provides the list of input files and STATION# is an optional parameter used to restrict the reading to the provided stations (s… |
Commit 2430, by Mathias Bavay | |
Jun 18, 2019 | |
1 year 10 months | When writing multiple timeseries into a single Netcdf file, there could be a segfault (if a station would stop provinding data earlier than the others). A preliminary documentation for ERA5 NetCDF's has been written, more will come later! |
Commit 2429, by Mathias Bavay | |
Jun 11, 2019 | |
1 year 10 months | Some merge mode could duplicate the last timestamp of a vector if the same timestamp was found in the "from" vector (issue 759). This has been fixed and new options for MeteoData::toString() have been created (so it is possible to get an output bett… |
Commit 2428, by Mathias Bavay | |
1 year 10 months | Small changes to properly handle writing out special grids (ie of the form "var@date") |
Commit 2427, by Mathias Bavay | |
1 year 10 months | Fixed issue 762 as well as a newly discovered bug (it was not possible to write time-indepedent variables). Thanks Adrien and Nander! |
Commit 2426, by Mathias Bavay | |
May 29, 2019 | |
1 year 10 months | Adding the OLWR parameter to the Netcdf CF1.6 schema |
Commit 2425, by Mathias Bavay | |
May 21, 2019 | |
1 year 11 months | A bug was found in the new getNearestValidPts() implementation when rebuffering (the old gaps information was kept with the new vector). Another safety check has been implemented in CsvIO for the new time components feature. |
Commit 2424, by Mathias Bavay | |
1 year 11 months | Documentation improvements |
Commit 2423, by Mathias Bavay | |
May 20, 2019 | |
1 year 11 months | The new time filter that removes invlida points has been renamed into "CLEANUP" for clarity. A new possibility to describe date/time has been implemented in CsvIO: as separate columns for each components. |
Commit 2422, by Mathias Bavay | |
1 year 11 months | Improved error message (so the user knows that there are time filters) and minor code cleanup for CsvIO |
Commit 2421, by Mathias Bavay | |
May 17, 2019 | |
1 year 11 months | A new operation mode has been implemented in the TimeSuppr time filter: INVALID, that removes invalid or duplicated timestamps (but a warning is printed as this is still a worrying issue for the dataset quality). Code cleanup in CsvIO, to prepare f… |
Commit 2420, by Mathias Bavay | |
1 year 11 months | A new option has been added to CSV: "dequote" to remove all quote from each line before parsing. This is useful for spreadsheets outputs that might (or not) enclose all fields in quotes |
Commit 2419, by Mathias Bavay |