Commits · 622b59798251cdb25f782ce74fc01a7b8d0b64ef
- Jan 14, 2011
-
-
Thomas Egger authored
-
- Jan 13, 2011
-
-
Thomas Egger authored
-
- Jan 12, 2011
-
-
Thomas Egger authored
-
Mathias Bavay authored
-
- Jan 11, 2011
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Jan 08, 2011
-
-
Mathias Bavay authored
-
- Jan 07, 2011
-
-
Mathias Bavay authored
-
- Jan 06, 2011
-
-
Mathias Bavay authored
-
- Jan 05, 2011
-
-
Mathias Bavay authored
-
- Dec 17, 2010
-
-
Mathias Bavay authored
-
- Dec 16, 2010
-
-
Mathias Bavay authored
-
- Dec 11, 2010
-
-
Thomas Egger authored
-
- Dec 10, 2010
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Dec 09, 2010
-
-
Thomas Egger authored
-
Thomas Egger authored
-
Thomas Egger authored
-
- Dec 07, 2010
-
-
Mathias Bavay authored
-
- Nov 16, 2010
-
-
Thomas Egger authored
-
- Nov 09, 2010
-
-
Mathias Bavay authored
-
- Nov 08, 2010
-
-
Thomas Egger authored
-
- Nov 06, 2010
-
-
Mathias Bavay authored
-
Thomas Egger authored
-
- Nov 05, 2010
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Nov 04, 2010
-
-
Thomas Egger authored
-
Mathias Bavay authored
-
Mathias Bavay authored
-
Thomas Egger authored
-
- Nov 03, 2010
-
-
Mathias Bavay authored
-
- Nov 02, 2010
-
-
Mathias Bavay authored
-
- Nov 01, 2010
-
-
Mathias Bavay authored
-
- Oct 29, 2010
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- Oct 27, 2010
-
-
Mathias Bavay authored
-
- Oct 25, 2010
-
-
Mathias Bavay authored
-
- Oct 24, 2010
-
-
Mathias Bavay authored
-
- Oct 22, 2010
-
-
Cyril Perot authored
a scale of values. Each cluster may defines its own id (double type) that overwrites the point value
-
Cyril Perot authored
Add operator()(const int&) to Array2D, to have a more direct access to the vector of values (skips i*j operation)
-
Cyril Perot authored
a scale of values. Each cluster may defines its own id (double type) that overwrites the point value
-
- Oct 21, 2010
-
-
Cyril Perot authored
-
Cyril Perot authored
-
Cyril Perot authored
No commit message
-
Cyril Perot authored
No commit message
-
Mathias Bavay authored
An IOUtils function has been created to handle cleaning path strings. This is used by the jnative Java binding. The Geotop plugin has been removed from the jnative Java binding, because the binding loads grids but no meteo data and Geotop does not contain grids...
-
- Oct 20, 2010
-
-
Mathias Bavay authored
-
Mathias Bavay authored
The latest version of jnative now correctly compiles. A trivial bug was preventing it... Paths have been updated (for includes), configuration keys now use the latest syntax (even if the keys are never used afterwards...) and the Makefiles now produces a working library for Linux.
-
- Oct 12, 2010
-
-
Thomas Egger authored
1) The precipitation for IMIS stations is given in mm/h (a rate), but given to us in half hour steps, the cumulative value therefore is the rate divided by 2. 2) The Anetz precipitation interpolation is tricky: vecMeteo is split up into slices of 6 hours and the accumulated anetz precipitation is dispersed over that interval.
-
Thomas Egger authored
Usage in section [Filters]: HS::filter1 = wma_smoothing HS::arg1 = soft left 20 3600
-
- Oct 11, 2010
-
-
Thomas Egger authored
Removed timezone support from ImisIO, it leads to horrendous complications in the resampling, which need to be addressed before dealing with timezones.
-
- Oct 07, 2010
-
-
Thomas Egger authored
Bug in IMISIO: the snow height (hs) comes in centimeters out of the database and must be converted into meters.
-
- Oct 03, 2010
-
-
Thomas Egger authored
Small bugfix for BufferedIOHandler, in some cases the rebuffering did not occur, even though buffer was at its end.
-
Thomas Egger authored
The resampling algorithm Accumulate had some errors when dealing with undersampled values. These should be fixed now.
-
Thomas Egger authored
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.ini [INPUT] USEANETZ = 1
-
- Oct 01, 2010
-
-
Mathias Bavay authored
Small 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.
-
- Sep 30, 2010
-
-
Mathias Bavay authored
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). The MAGNUSS spatial interpolation algorithm now takes as an optional argument the name of the algorithm to use to initialize the grid. It is now possible to specify a lapse rate to be used for the CST_LAPSE algorithm (optional argument). If the "soft" argument is added, then a lapse rate is calculated from the data, and if it fails the user provided lapse rate is used instead. Without "soft", only the user provided lapse rate is used. Without any option, only the lapse rate calculated from the data itself is used.
-
Mathias Bavay authored
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).
-
- Sep 22, 2010
-
-
Mathias Bavay authored
-
- Sep 08, 2010
-
-
Thomas Egger authored
-
Thomas Egger authored
Small adjustments to accumulate resampling filter: return IOUtils::nodata in all cases where accumulation is not possible
-
Mathias Bavay authored
-
Mathias Bavay authored
Fixed 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) -
Thomas Egger authored
-
- Sep 07, 2010
-
-
Mathias Bavay authored
-
- Sep 06, 2010
-
-
Mathias Bavay authored
-
- Sep 03, 2010
-
-
Mathias Bavay authored
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...
-
Mathias Bavay authored
The matrix class is now independent of Array2D (this makes more sense since arrays and matrices are quite different)
-
Mathias Bavay authored
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.
-
Mathias Bavay authored
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. New regression models have been added, all based on the linear regression code but using variable transforms to achieve their goal. The global header file (MeteoIO.h) was incomplete. It has therefore been reorganized and now contains everything that it should...
-
- Aug 27, 2010
-
-
Mathias Bavay authored
-
- Aug 26, 2010
-
-
Mathias Bavay authored
This is the initial commit of the horizon functionnality for DEMs as coded by Fabienne Lanini. Some cleanup will still be required though...
-
- Aug 24, 2010
-
-
Mathias Bavay authored
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 POPC
-
- Aug 23, 2010
-
-
Mathias Bavay authored
The 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. A missing file has been added to the autotools compilation. A better comparison is performed for Coords objects.
-
- Aug 20, 2010
-
-
Mathias Bavay authored
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 popc
-
Mathias Bavay authored
In 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...
-
- Aug 19, 2010
-
-
Mathias Bavay authored
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.
-
Mathias Bavay authored
Several 1D statistical methods has been implemented while the existing ones have been made nodata safe. Added a redefinition of the << operator for IOPlugin and IOHandler. This should be convenient for debugging! Some small optimizations have been brought into the spatial interpolations following some tests with cachegrind. Nothing huge, but small improvements.
-
Loading