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 21, 2019 | |
1 year 6 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 6 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 6 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 6 months | Minor code cleanup in Alpug |
Commit 2431, by Mathias Bavay | |
1 year 6 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 6 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 7 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 7 months | Small changes to properly handle writing out special grids (ie of the form "var@date") |
Commit 2427, by Mathias Bavay | |
1 year 7 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 7 months | Adding the OLWR parameter to the Netcdf CF1.6 schema |
Commit 2425, by Mathias Bavay | |
May 21, 2019 | |
1 year 7 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 7 months | Documentation improvements |
Commit 2423, by Mathias Bavay | |
May 20, 2019 | |
1 year 7 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 7 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 7 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 7 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 | |
1 year 7 months | Documentation update, trying to make it clearer and more structured in CsvIO |
Commit 2418, by Mathias Bavay | |
May 16, 2019 | |
1 year 7 months | Now multiple stations written into a single NetCDF file have both the geospatial_lat/lon min and max but also geospatial_bounds as MultiPoint |
Commit 2417, by Mathias Bavay | |
1 year 7 months | Small fix for more safety (you never know how things will get abused!) |
Commit 2416, by Mathias Bavay | |
1 year 7 months | The gap caching has been improved in ResamplingAlgorithms. In order to prevent using the caching data from one station for another one, a hash is now built in TimeSeriesManager in a way that should be quite safe (ie unique for each station). This ha… |
Commit 2415, by Mathias Bavay |