WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • e1164d410f70b20cebfcd6619b67c671f395d01b
  • 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.018Mar1716151413119764328Feb2521201918141176543131Jan30292827232217161513121110973219Dec181312643225Nov2120151392131Oct30282625242321181511542130Sep2423201816131092130Aug2926139531Jul26252423191715528Jun271914531May2725242322212016141310818Apr171110828Mar2625232221191814131211105428Feb211815141311872131Jan30292824221098729Dec119654330Nov2827262322212011543231Oct3029282524232217122124Sep2019181731Aug24232015976131Jul2724232019171627Jun262523212019181611854131May302524232221161411109854330Apr171410753231Mar29282623211916131297652127Feb2423201716151413111098732131Jan3027252320191817161312111097643225Dec23222019Nov1816151413111098732131Oct302423211711643229Sep2726222120191312231Aug302924232216830Jul28272620191815765430Jun2423201816108Fix for issue 366: DEMObject buffering, it was buffered in a map as Grid2DObject, now in a vector as DEMObject.Added more flexibility for 2D resampling: it is now possible to resample an Array2D with different x and y factors. Improved the hillshade call in DEMObject. Since the number of clear or all sky parametrizations seem to multiply, two generic generators have been implemented: clearsky and allsky that take as argument which parametrization to use. Therefore the old Brutsaert or Dilley have been removed. The Unsworth should follow at some point, after we will have added the cloud fraction as a meteo parameter and found a way to also specifiy a parametrization for clear_sky_index <-> cloudiness that could be used by the all sky generators.NetCDFIO: Full implementation of the grid2D reading. The DEM calculations are a big speed thief.Implementing Konzelmann, 1994 atmospheric emisssivity and ILWR.Improved introduction to MeteoIO in the documentationAdded a Dilley clear sky generator. The Unsworth does not provide clear sky as a fallback anymore, this has to be configured by the user (so the user can choose which fallback to enable).NetCDF: CMake find netcdf module.NetCDFIO: A plugin to read grids and meteo data from NetCDF files. Scaffolding only.small fix to support slightly different naming schemes between IMIS and MeteoCH (with an optional switch to enable it)Fixed a segfault when using PNGIO (allocating the wrong number of elements). Small cleanup in Graphics.A new drawing has been integrated into the documentation. PSQLIO: Fixed a bug, issue with upper case names for parametersPSQLIO: Adding explicit copy constructor and assignment operator to get rid of warnings regarding the psql pointer.PSQLIO: It is possible to exclude certain parameters of a station by adding an exclude file:Code cleanup, better documentation and error messages, some small optimizationsCode cleanup and adjusting to the MeteoSwiss naming scheme as well as VW_MAX vs VW trick (VW is Kalman-corrected and therefore can get higher than VW_MAX).PSQLIO: update for writeMeteoThe COSMOXMLIO documentation has been updated and the plugin can now read all files in a given directory (but they must follow a loose naming scheme). Otherwise, small fixes (documentation typo, constification).First version of the new COSMO (in fact, FieldExtract) plugin. It currently only reads data from one single file that is provided as argument, but this file can contain all the stations and all the time steps. This plugin only relies on libxml2.Finally a good documentation on ordinary kriging... This should be a reasonnably standard (since everybody seems to enjoy using his own notation for the various matrices) and more importantly, really show what the whole thing is about, how the matrices are filled and what is solved.Removing cerr printouts in libsmetRemoving some try/catch, adding some documentation and adding the missing error message as reported by issue 357Printing curl error messages (quite useful to understand what happened!)Fixing a numerical bug: it happended once (Today) that the calculated cosinus of the solar azimuth angle was slightly less than -1... This lead to an arithmetic exception. Now, all values are brought back within [-1, +1] before computing the acos.I forgot to make the 1/d^n weighting change to LIDW... (as has been made for IDW)Adding templates for helping in developing new filters (see issue 334)Removing the passing of ostrinstream objects by reference, since this forces us to reset the stringstream back to its original state and this lead to some compilation issues on some macs. Now, the interpolation messages are passed as normal strings.Preparing the way for altitude thresholds on lapse rates: for example, preventing HNW to get crazy at elevations much higher than the highest station. This would be achieved by using max_altitude instead of the true elevation of a high point when doing detrending/retrending. See issue 358 and issue 359.Fixing a documentation bug (thanks to Matteo), small optimization in Sun and a few extra optimizations in MathOptimMoving forward with a "Winstral-like" wind/precipitation spatial distribution algorithm.First elements to implement Winstral, 2002.PSQLIO: Now with the capability to read meteo and meta data from PostgreSQL databases.Code cleanup: using grid(i,j) instead of the older (and less clear) grid.grid2D(i,j)PSQLIO: readStationData implementationA new spatial interpolation algorithm has been implemented: "NONE". This just fills the grid with nodata. Otherwise, an unnecessary check has been removed in Meteo2DInterpolator and some comments editing, white spaces...Removing an external include out of the PSQLIO header (just in case), updating/fixing some plugin documentation (PSQLIO and GSNIO).Reverting a change that made reading SMET files impossible with OpenMP. Pushing up version number to 2.4.2. Properly restoring ostream parameters before returning (in libinterpol1D, thanks to Coverity).PSQLIO: Building on top of libpq instead of pqxx.Linking up PSQL plugin with pqxx the official C++ lib that allows acces to PostgreSQL databases
Loading