- 11 Aug, 2015 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 10 Aug, 2015 1 commit
-
-
Mathias Bavay authored
-
- 07 Aug, 2015 1 commit
-
-
Mathias Bavay authored
Trying to close some potential security flaws (using FlawFinder). All files opened for reading are now checked and special files (devices, etc) are refused.
-
- 03 Aug, 2015 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
Data packing has been implemented (packing from "double" to "int"). The loss of precision is fully negligible with practical data (1/10 of a mm on an Europe-wide DEM for example) while leading to 50% smaller file sizes.
-
- 30 Jul, 2015 1 commit
-
-
Mathias Bavay authored
The new parameters/tables definitions have been taken into account in order to solve the problem of radiations not being properly read any more. This should now work...
-
- 28 Jul, 2015 1 commit
-
-
Mathias Bavay authored
Grids can not properly be written out. The data packing is not supported yet and the units handling is still not finished (accumulated values are tricky to handle from within MeteoIO).
-
- 27 Jul, 2015 1 commit
-
-
Mathias Bavay authored
The reading support is now more generic: the time units are read and parsed from the file. The units are always corrected when necessary. If no date is provided and the file only contains the grid at one time step, it will be read by default. The DEM extraction from pressure data now works properly for any file (ie no more hard coded dates).
-
- 23 Jul, 2015 1 commit
-
-
Mathias Bavay authored
Removed some commented out code, improved some documentation and recomputed a test that had been invalidated by changing the implementation of the HNW_Snow spatial interpolation method.
-
- 21 Jul, 2015 1 commit
-
-
Mathias Bavay authored
Some doxygen comments have been improved, A few physical constants have been added. The DEM extraction from pressure fields in NETCDFIO has been improved (the previous calculation was mostly wrong).
-
- 20 Jul, 2015 2 commits
-
-
Mathias Bavay authored
Now the ISO year can be returned alongside the ISO week number. The ISO_WEEK print format properly uses it, making its output standard compliant. The issue 466 can now be closed!
-
Mathias Bavay authored
A bug in handling the seconds had been found a while ago by Aurélien. His fix is now committed. After a long fight, the ISO week number now works, addressing issue 466 (although it might be expanded in order to also provide the matching year since last/first days might belong to the year after/before).
-
- 17 Jul, 2015 1 commit
-
-
Mathias Bavay authored
All the PNGs that we written were corrupt: the first line of data was missing. This has been fixed. for NetCDF, the ability to calculate the altitude from the pressure (and sea level pressure) has been added with a controlling key. This is not very precise but this could help for troubleshooting problems when no DEM has been provided (such as with ECMWF data sets).
-
- 16 Jul, 2015 1 commit
-
-
Mathias Bavay authored
A new date format has been added: RFC868. Two MeteoGrids have been renamed: ISW_DIR as ISWR_DIR and ISW_DIFF as ISWR_DIFF while a new grid has been declared (P_SEA). A few new constants have been declared. Some new links into the GRIB documentation as well as support for TAU_CLD. The NetCDF support is much improved, although there are still things left to do (writing grids out has been disabled for the moment, the parsing of the time units is currently not done, there is no support for automatically getting the data out of multiple files in a directory, etc).
-
- 13 Jul, 2015 1 commit
-
-
Mathias Bavay authored
Several warnings have been fixed. The (slightly) wrong geolocalization calculation such as found in fixed in NetCDF has also been fixed in GRIB. A bug that was preventing GRIB DEM from being read has been fixed.
-
- 09 Jul, 2015 1 commit
-
-
Mathias Bavay authored
The CNRM plugin can now be enabled and properly works. Its documentation has been updated and improved. The NetCDF plugin can now read DEMs using various schema/conventions and its documentation now matches the code. A few more MeteoGrids have been defined that are required for meteorological model outputs and for some future spatial interpolations (ISW_DIR, ISW_DIFF for example). The PNG plugin creates a few more EXIF fields in order to make it very easy to integrate in google earth (but it seems that google earth does not like indexed pngs). A bug computing the geolocalization of grids coming from NetCDF has been fixed (all grids were slightly off).
-
- 08 Jul, 2015 1 commit
-
-
Mathias Bavay authored
In order to make it easier to support ECMWF and CF1 NetCDF grids, there are now two NetCDF plugins: one for the CNRM schema (focusing on the meteo time series) and one for grids (NetCDFIO). The later is still a copy of CNRMIO for the moment, but this will change. At some point, both plugin might be merged again.
-
- 07 Jul, 2015 1 commit
-
-
Mathias Bavay authored
-
- 02 Jul, 2015 1 commit
-
-
Mathias Bavay authored
In the precipSnow spatial algorithm, one of the original steps was missing: setting the mean back to its original level.
-
- 01 Jul, 2015 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
The original PrecipSNOW spatial interpolation algorithm has been reimplemented since the version implemented by Rob is unreliable
-
- 30 Jun, 2015 1 commit
-
-
Mathias Bavay authored
-
- 24 Jun, 2015 1 commit
-
-
Mathias Bavay authored
Improved the "usage examples" section of the documentation (some of the examples were way too old), added some advices
-
- 17 Jun, 2015 1 commit
-
-
Mathias Bavay authored
fixed a bug when computing the amplitude with the "daily_avg" resampling algorithm. Very minor improvement to the MeteoData::merge method.
-
- 16 Jun, 2015 1 commit
-
-
Mathias Bavay authored
A new Date print format has been added (ISO_DAY). The "daily average" resampling now properly works with avg, avg+min or avg+max using the user provided range as a fallback.
-
- 15 Jun, 2015 1 commit
-
-
Mathias Bavay authored
Some code cleanup into the MeteoData::merge methods. A new method has been implemented to merge all stations close to each other within a single vector<MeteoData>. Practically: several data sets from the same location can then be read and merged on the fly by a call to MeteoData::merge(vec).
-
- 12 Jun, 2015 1 commit
-
-
Mathias Bavay authored
A new "NOISE" filter has been added, to add noise to the inputs. An improved check and error message has been implemented in FilterSuppr. An updated reference added to the ESOLIP generator.
-
- 10 Jun, 2015 1 commit
-
-
Mathias Bavay authored
It is now possible to only remove a specified fraction of a data set with the SUPPR filter (at random)
-
- 09 Jun, 2015 1 commit
-
-
Mathias Bavay authored
-
- 29 May, 2015 1 commit
-
-
Mathias Bavay authored
Added a range check on RH before computing the dew point temperature in the RH spatial interpolation method. Renammed and documented the ESOLIP precipitation generator after adding the reference.
-
- 27 May, 2015 1 commit
-
-
Mathias Bavay authored
fixed another bug reading files in a directory on Windows. I never thought this could be so tricky...
-
- 21 May, 2015 1 commit
-
-
Mathias Bavay authored
On some Windows versions, reading a directory was failing, simply reporting "could not open directory". This seems to have been dependent on the character encoding of the system. This has been solved by forcing the use of ANSI calls for the Win API.
-
- 06 May, 2015 1 commit
-
-
Mathias Bavay authored
-
- 26 Apr, 2015 1 commit
-
-
Mathias Bavay authored
Fixed a very stupid bug in Undercatch_WMO when dealing with 5 arguments (bad copy/paste). Thanks Matteo!
-
- 14 Apr, 2015 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
Cleaning up the CMake files from unecessary things, proper support for x86_64 (it needs to be named as "amd64" on Debian), a few extra options for the cpack generators.
-
- 10 Apr, 2015 1 commit
-
-
Mathias Bavay authored
-
- 09 Apr, 2015 1 commit
-
-
Mathias Bavay authored
-
- 08 Apr, 2015 1 commit
-
-
Mathias Bavay authored
-