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
  • 07bb5c870876a0316e231016d261137f0b839b17
  • 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.03Oct130Sep22876327Aug26242320191817161211106432128Jul262322212019161514131276230Jun29282625242221171615149873228May27266330Apr292826252221201615141312876131Mar3029262519161594125Feb232219181716151095329Jan28272420191814131287421Dec17151198732122Nov191712111097543230Oct29282722211914139518Sep15141086542128Aug272625201918171413121074329Jul28272322212016141211107124Jun19181716151211109329May282726The resampling algorithm Accumulate had some errors when dealing with undersampled values. These should be fixed now.ImisIO: Added the USEANETZ functionality. Many IMIS stations don't have an own precipitation measurement, but there has been some work done to associate the measurements from nearby ANETZ stations with the IMIS stations, thus allowing to calculate a regression for the precipitation for the IMIS stations. If you want to use this feature, then add the following key to your io.iniSmall fixes: the MAGNUSS interpolation has been renammed in HNW_SNOW (since we will add avalanche snow redistribution in the future and potentially other things) and the documentation has been reworked.A severe bug has been found in the spatial interpolations: the algorithm arguments were always the ones from the last evaluated algorithm (therefore not necessarily matching the chosen algorithm).This is the first implementation of the precipitation distribution algorithm discribed in (Magnusson, 2010). This basically initializes the precipitation with an IDW_LAPSE, then removes some or all precipitation according to the local slope, applies a factor depending on the curvature (Huss, 2008) and applies a factor so that the mean precipitation matches the original mean (this is definitely sub-optimal for this part).Fixed compilation warnings (like always, "int" instead of "unsigned int")Bad commit of BufferedIOHandler.cc revertedSmall adjustments to accumulate resampling filter: return IOUtils::nodata in all cases where accumulation is not possibleTagging release 1.1.2MeteoIO-1.1.2MeteoIO-1.1.2Push version numbers to 1.1.2Fixed a compiler warning in Matrix ("warning: type qualifiers ignored on function return type" , cf http://stackoverflow.com/questions/1607188/why-is-type-qualifier-on-return-type-is-meaningless for full explanations). Small hack/bug fix in SMETIO 8related to issue 87)Completed the resampling algorithm Accumulate.Small bug fixes: missing double quotes in CMakeLists, wrong naming of the identity matrixThe matrix class has been slightly reworked and is now documented. An example has been added.The matrix class now uses the standard matrix notation: A(i,j) represents the element j of line i, with index starting at 1 and going to nrows/ncols. The documentation is not yet available...The matrix class is now independent of Array2D (this makes more sense since arrays and matrices are quite different)More improvements into the matrix class: the +,-,*,/ operators for doubles have been defined. The +,-,*,==,!= operators also exist for matrix as well as a isIdentity() for checking if a matrix is an identity matrix.The embryo of a matrix class has been implemented. It is still based on Array2D and therefore the indexing is still 0 to n-1 instead of being 1 to n and the coordinates are swapped compared to normal matrices.Bug fixes and code cleanup in the horizon calculationsThis is the initial commit of the horizon functionnality for DEMs as coded by Fabienne Lanini. Some cleanup will still be required though...The comparison operator of Coords has been reviewed and improved. The << operator that is not available for a parclass (for popc) can be replaced with IOHandler.toString() for POPCThe DEM object now calculates slope and azimuth in degrees. This is more consistent with the usage of bearings in degrees and of trigonometric angles in radiants.Temporary fix for the << operator and POPC: a par class can not have a "friend" method... (so IOHandler can not redefine "<<" the way we used to do). Therefore, it has been disabled for popcIn order to solve compilation problems with VC++, we need to rename all publicly accessible variables whose name start with a "_". This is the begining of this effort...More debugging help: the "<<" operator has been redefined for MeteoFilter, MeteoProcessor and BufferedIOHandler. Since the Config object is copied all over the place, it is not always printed.Several 1D statistical methods has been implemented while the existing ones have been made nodata safe.Added a void write(const string& filename) procedure to the Config class. The Config object can thus be written into an ini file.Fixed a small bug in IOUtils::seek, the binary search on vectors of MeteoData. Fixed a bug in the subset method (the indices were swapped)Code tagging and some usefull methods for debugging and the begining of a true accumulator for time series (for any sampling rates).Added a soft min/max filter to Meteo2DInterpolator. It is explicitly called for RH grids and HNW grids to make sure values stay in the range of [0;1] (for RH) or [0; inf) (for HNW).Fixed a bug in the accumulation filter that returns 0 even if the data set only contained nodata.Several speed optimizations have been brought to the 2D interpolations (using the const keyword when possible, etc). The Quake3 1/x^2 approximation has been implemented for the IDW_core and brings a slight loss of precision (1e-6 in relative error in real life tests) while boasting a huge reduction of computational time (factor of 3 when called within Alpine3D with its own overhead).The array memory alignement has been fixed for Array2D (this was the only that was wrongly aligned). This is a fix to issue 43Small bug fix and first steps toward generating packages for Windows and MacTagging release 1.1.1MeteoIO-1.1.1MeteoIO-1.1.1Version numbers pushed to 1.1.1The bufferAlways method of BufferedIOHandler has been renamed as setBufferProperties. The A3DIO, IMISIO, SMETIO and SNIO plugins now correctly support time zones. The plugin howto documentation now warns the developer to take care of time zones issues.The DEMObject was not properly buffered (the update flag was not honored), this has been fixed. The A3DIO plugin now implements readStationData. A few speed improvements have been brought to A3DIO and SMETIO by using the "reserve" method of the vectors (so that the vectors don't have to reallocate memory constantly).The proper marshaling for MeteoData has been implemented, but not yet tested...
Loading