WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • 1f2f367175d2fbb356e8a2ffb31dc6543f007f87
  • master default protected
  • BUFR_changes
  • feature/web-service
  • limiting_trends
  • test
  • MeteoIO-2.11.0
  • webservice-2022
  • MeteoIO-2.10.0
  • MeteoIO-2.9.0
  • MeteoIO-2.8.0
  • MeteoIO-2.7.0
  • MeteoIO-2.6.1
  • MeteoIO-2.6.0
  • MeteoIO-2.5.1
  • MeteoIO-2.5.0
  • MeteoIO-2.4.2
  • MeteoIO-2.4.1
  • MeteoIO-2.4.0
  • MeteoIO-2.3.0
  • MeteoIO-2.2.0
  • MeteoIO-2.1.2
  • MeteoIO-2.1.1
  • MeteoIO-2.1.0
  • MeteoIO-2.0.0
25 results
  • Display full history
  • Display up to revision
Created with Raphaël 2.2.023May2216151410330Apr2826252418116330Mar29272321191716126522Feb20752129Jan26252423221918121110520Dec151413121176430Nov28161584326Oct252412527Sep201554129Aug282322231Jul2827242120191817141211107654330Jun292827232120191615141312987631May241918161225Apr2120191110764331Mar30292827232220171615141310987624Feb2322211613862131Jan3026252423131211923Dec2116138530Nov2524171410984331Oct2825242120754330Sep292827262322211615141312875231Aug26252423221918171510983228Jul22211227Jun23211710973227May252319171413115426Apr181514875131Mar2422211815987432129Feb2624232010985329Jan282726252220141312118622Dec2118974330Nov272625242019181716115431Oct282322151286130Sep2928252322109872131Aug282711107330Jul28272321201716139872130Jun241716151210929May2721626Apr1410982131Mar3026252425Feb1713111086330Jan232022Dec1918171284227Nov25242018131211107The support for one output file per station seems to work but is not (yet) exposed to the user. The Amundsen schema has been partially implemented and the CNRM schema renamed as Crocus.Improved support for data type as part of the schemaMoving toward supporting different data types as part of the schema definitionMore cleanup in NetCDFIO...More code cleanup (ie moving more methods to libncpp)Starting the work of more consistent DEM handling (for special cases, such as gridded data resampling).The dem computation out of p, p_sea has been put back, but in GridsManager. There still needs some work to have a consistent DEM handling, though...The DEM handling has to be improved. First, the whole "DEM_FROM_PRESSURE" is not active anymore in NetCDF and should be moved to the GridsManagerOops, a debug cout should have been removed...More code has been moved from NetCDFIO to libncppoops, the header file was wrong...Preparing to deprecate CNRMIO and its associated libncpp: the "old" libncpp has been renamed as libncpp_old while the parts that are still required by NetCDFIO are now in the "new" libncpp (which is much smaller).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)Code cleanup, making the grids support more similar to timeseries support (so a few methods could be removed)It was not possible to read gridded data in NetCDF anymore, this has been fixedNow 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 order to use nc_put_var_text(). So finally, we are using nc_put_vara_text() to write the strings one by one... Moreover, the string length MUST be defined as an extra dimension (since it is not a 1d array of strings but a 2d array of chars) and the vector of station_ids is represented as a 2d variable... It's just plain uglyThe 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.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...Fixing autoscale issue, see niviz issue 660Some code cleanup and moving forward toward writing timeseries of meteodata...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...)There was a bug when appending data to an "unknown" variable (ie variable that is not part of the schema)Support for easting/northing grids has been added to NetCDFsome 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 the old documentation has been ported. Except for WRF, it seems to be working fine.More checks, as well as a system to try to rescue some variables/dimensions out of the "unknown" map for added convenienceWriting 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...The NetCDF plugin is slowly taking shape... It is now quite generic and should be soon usable!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.Moving closer to the data model underlying NetCDF... Some redundant structures and code have been removed, the code should get more generic.First version that can write (some) grids... Again, don't use it for now!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... 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).Big cleanup, unifying the handling of metadata field types, improved and better structured documentationThere was a mistake when requesting the list of ARC grids, the wrong filename pattern was used. The grid2d_reading example did not use the configured timezone, this has been fixed.The ability to extract metadata out of the filename itself has been added to CSVIO. A bug in the handling of the file indexer has been fixed (only one was used, for all files!). An automerge feature has been implemented, so it is possible to automatically merge all stations that have the same ID. The whole thing has been documented (including updated examples).It was not possible to provide a numerical-only datetime for the Csv plugin. This now works.minor cleanupSome basic support for timezone information within the date/datetime field has been implemented. Currently, only numeric values are supported (so you have to replace fields such as "ECT" by "+01").Added support for the (non-standard) time zones abbrevations (like CET, etc)In CSV, if the timestamps are in descending order, they will be transparently converted back to ascending order
Loading