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 | |
Apr 28, 2018 | |
2 years 8 months | Lots of robustness improvements, better handling of "corner cases", specially when writing grids or timeseries of parameters not in the specified schema. More checks (invalid file name, non-existing file, etc) |
Commit 2102, by Mathias Bavay | |
Apr 26, 2018 | |
2 years 8 months | Code cleanup, making the grids support more similar to timeseries support (so a few methods could be removed) |
Commit 2101, by Mathias Bavay | |
2 years 8 months | It was not possible to read gridded data in NetCDF anymore, this has been fixed |
Commit 2100, by Mathias Bavay | |
Apr 25, 2018 | |
2 years 8 months | Now the station_ids are written into the netcdf. This was a nightmare, the handling of arrays of strings in netcdf<4 is a big hack: they must be provided as a 2d array of chars in Column-major order (of course, c/c++ is the other way around) in orde… |
Commit 2099, by Mathias Bavay | |
Apr 24, 2018 | |
2 years 8 months | The NetCDF timeseries implementation is moving (slowly) toward a sane shape... The code is now much cleaner, some of these changes should also be used by the grids. |
Commit 2098, by Mathias Bavay | |
Apr 18, 2018 | |
2 years 9 months | Finally, this is a first version that is able to write time series into a NetCDF. There is still a lot of clean up to do... |
Commit 2097, by Mathias Bavay | |
Apr 11, 2018 | |
2 years 9 months | Fixing autoscale issue, see niviz issue 660 |
Commit 2096, by Thomas Egger | |
Apr 6, 2018 | |
2 years 9 months | Some code cleanup and moving forward toward writing timeseries of meteodata... |
Commit 2095, by Mathias Bavay | |
Apr 3, 2018 | |
2 years 9 months | Expanding the CF1 schema (and being horrified at the mess that NetCDf is: for CF1, the matching should be done on the standard_name while for ECMWF, it should be on the name...) |
Commit 2094, by Mathias Bavay | |
2 years 9 months | There was a bug when appending data to an "unknown" variable (ie variable that is not part of the schema) |
Commit 2093, by Mathias Bavay | |
2 years 9 months | Support for easting/northing grids has been added to NetCDF |
Commit 2092, by Mathias Bavay | |
Mar 30, 2018 | |
2 years 9 months | some issues with the priorities of the sources of naming (ie user, schema or "try harder") have been fixed. Some unnecessary code has been removed, there is now an attempt to compute the integration period when reading integrated radiation data and … |
Commit 2091, by Mathias Bavay | |
Mar 29, 2018 | |
2 years 9 months | More checks, as well as a system to try to rescue some variables/dimensions out of the "unknown" map for added convenience |
Commit 2090, by Mathias Bavay | |
2 years 9 months | Writing 2d grids now seems to work in NetCDF and some elements of the WRF schema have been corrected. On the other hand, it is not yet possible to read/write in the WRF schema! Now some intensive testing has to take place... |
Commit 2089, by Mathias Bavay | |
Mar 27, 2018 | |
2 years 9 months | The NetCDF plugin is slowly taking shape... It is now quite generic and should be soon usable! |
Commit 2088, by Mathias Bavay | |
2 years 9 months | The GridsManager now defaults to BUFFER_SIZE for the duration that defines the buffering of the list of 2d grids (since both would most probably be used together) with a default value of 370 days. There was a mistake in the handling / definition of… |
Commit 2087, by Mathias Bavay | |
Mar 23, 2018 | |
2 years 9 months | Moving closer to the data model underlying NetCDF... Some redundant structures and code have been removed, the code should get more generic. |
Commit 2086, by Mathias Bavay | |
2 years 9 months | First version that can write (some) grids... Again, don't use it for now! |
Commit 2085, by Mathias Bavay | |
Mar 21, 2018 | |
2 years 9 months | This is an intermediate step into a major rewrite of the handling of NetCDF files. Please do not rely on this plugin yet, it can not write gridded data yet... If you need to work with NetCDF files, please keep the previous version of this plugin! |
Commit 2084, by Mathias Bavay | |
Mar 19, 2018 | |
2 years 10 months | Finally, the support for time zones abbreviations has been implemented. The limitation is that the timezone MUST appear at the end of the date/time string (since when reading a string, it reads until the end of it). |
Commit 2083, by Mathias Bavay |