- 17 Aug, 2016 1 commit
-
-
Mathias Bavay authored
A little bit of includes cleanup, code cleanup in Sun.cc and added the atmospheric corrections logic (from Alpine3D) to the Sun object so it can easily be reused.
-
- 15 Aug, 2016 3 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
A new parameter ENABLE_RESAMPLING has been added in the [Interpolations1D] section. It is now possible to globally turn resampling off...
-
Mathias Bavay authored
The MERGE feature was still quite buggy, this should now work much better (ie properly handling the "extra" parameters). A warning has been fixed in libsmet. Better handling of julian_date in smet_extract (converting to ISO timestamp in the output).
-
- 10 Aug, 2016 1 commit
-
-
Mathias Bavay authored
-
- 09 Aug, 2016 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 08 Aug, 2016 2 commits
-
-
Mathias Bavay authored
The "<" and ">" operators have been defined for MeteoData in order to make it easier to sort vectors of MeteoData. The FULL_MERGE merging strategy has been implemented alongside with some code cleanup/restructuring and some code optimizations.
-
Mathias Bavay authored
When merging data from different stations, it is now possible to specify (with the Input::MERGE_STRATEGY key) how the merge should be done. The FULL_MERGE is currently not implemented.
-
- 03 Aug, 2016 1 commit
-
-
Mathias Bavay authored
An error message when a smet file misses its epsg ocde and/or altitude as been improved. The MERGE example has been improved in order to be clearer. A bug in the append mode of smet files has been fixed (possibility of a duplicate timestamp).
-
- 02 Aug, 2016 2 commits
-
-
Mathias Bavay authored
Now the last timestamp in a SMET file can be compared to the data that should be appended in order to decide if the file should be truncated or not
-
Mathias Bavay authored
This is the first version of an append feature for SMET files. Not all the case might be well handled but at least, it starts to work... (with more optimizations to come)
-
- 28 Jul, 2016 1 commit
-
-
Mathias Bavay authored
Better error handling for the GSN plugin as well as forcing the station_id to lowercase when building the URL (so instead of a cryptic GSN error message, it just works)
-
- 22 Jul, 2016 5 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
Last changes to support the Cray compiler. Please note that for Cray, you most probably have to compile with static linking!
-
-
Mathias Bavay authored
-
Mathias Bavay authored
Trying to make the CMakeLists clearer and more modular: the compiler options are now set through a macro that will be shared with the other projects. New targets appeared: Intel and Cray, but this is still a work in progress.
-
- 21 Jul, 2016 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
Handling some warnings for new version of clang in MathOptim.h (turning them off for the bit manipulations). Laying the foundations for the append mode in SMET files (not usable yet).
-
- 12 Jul, 2016 1 commit
-
-
Mathias Bavay authored
Fixed two warnings on osX and turned off the global-constructor / exit-time-destructor warnings for Clang (since there is pretty much no viable alternative to what these warnings are about). Fixed a formatting typo in smet_extract.sh
-
- 27 Jun, 2016 2 commits
-
-
Mathias Bavay authored
The possibility of monthly aggregation (AVG, MIN, MAX) has been added as well as support for julian timestamps
-
Mathias Bavay authored
Now even files with JULIAN timestamps can be restricted to certain time ranges (provided as ISO formatted time string)
-
- 23 Jun, 2016 1 commit
-
-
Mathias Bavay authored
First fixes for NetCDF so it could be used by Alpine3D: a bug when handling precipitation grids has been fixed (nodata now remain nodata) and the data packing has been removed (since when appending new grids it can simply not work). A future alternative could be "bit shaving", see https://www.unidata.ucar.edu/blogs/developer/entry/compression_by_bit_shaving .
-
- 21 Jun, 2016 1 commit
-
-
Mathias Bavay authored
-
- 17 Jun, 2016 1 commit
-
-
Mathias Bavay authored
Documentation improvements, fixed a bug when generating kml files (wrong altitude appended to the name), improved the layout when using smet_range and trying to convert average values to sums in GRIBIO for easier further processing.
-
- 10 Jun, 2016 1 commit
-
-
Mathias Bavay authored
-
- 09 Jun, 2016 1 commit
-
-
Mathias Bavay authored
An unpleasant bug has been fixed in data_converter when handling large number of stations and time ranges. Minor code cleanup in some plugins.
-
- 07 Jun, 2016 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
-
- 03 Jun, 2016 2 commits
-
-
Mathias Bavay authored
Cleaning up the docuemntation: the PREVAH landuse code are only of interest for Alpine3D so this has been moved into its documentation
-
Mathias Bavay authored
A new tool has been contributed by Aurélien Gallice: a Python class to read SMET files. The smet2kml script now adds the altitude to the station name, making it more convenient when plotting names on a map.
-
- 02 Jun, 2016 2 commits
-
-
Mathias Bavay authored
Some docuemntation has been written in the PSUDistribute code to help with debuging *for next time*. The Accumulate resampling now fills the first nodata with 0 (since we know that we don't have enough information to re-accumulate at the first point). The unused "isGzip" booleans have been removed from the smet code since this is currently not supported the way we want it.
-
Mathias Bavay authored
A new script has been created to help select SMET files based on the parameters they contain. A bug has been found in PSUMDistribute when a distribution interval would be followed by a large data gap (it was filling the remaining of the buffer with 0).
-
- 27 May, 2016 1 commit
-
-
Mathias Bavay authored
A small bug has been fixed in the SMET specs. The experimental "UnShade" filter has been removed while the SNOS filter has been renamed as "DETECT_GRASS" and MAX_CHANGE as "Time_Consistency" in order to better reflect the cited paper. The NOISE processing is now documented. Otherwise, some documentation typos have been fixed.
-
- 25 May, 2016 1 commit
-
-
Mathias Bavay authored
Documentation fixes and slightly improved kml files that now contain the station elevation in the point description
-
- 23 May, 2016 1 commit
-
-
Mathias Bavay authored
A few new checks have been added when parsing the arguments of the data generators in order to produce a proper error message if necessary. A link has been added to the SMET documentation.
-
- 19 May, 2016 2 commits
-
-
Mathias Bavay authored
-
Mathias Bavay authored
The PSUMDistribute "filter" was not working properly on some data, this has been fixed. Some missing documentation for the TAU_CLD generator has been added.
-
- 17 May, 2016 1 commit
-
-
Mathias Bavay authored
Improved an error message and added a note in the documentation that libproj is currently not thread-safe (as well as a little code cleanup)
-