WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • d3b3c8d7111aae1399b94437f13a9461b0a8f2cc
  • 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.011Apr10764331Mar30292827232220171615141310987624Feb2322211613862131Jan3026252423131211923Dec2116138530Nov2524171410984331Oct2825242120754330Sep292827262322211615141312875231Aug26252423221918171510983228Jul22211227Jun23211710973227May252319171413115426Apr181514875131Mar2422211815987432129Feb2624232010985329Jan282726252220141312118622Dec2118974330Nov272625242019181716115431Oct282322151286130Sep2928252322109872131Aug282711107330Jul28272321201716139872130Jun241716151210929May2721626Apr1410982131Mar3026252425Feb1713111086330Jan232022Dec1918171284227Nov2524201813121110731Oct30292822211397632130Sep161443229Aug27262522212019151412431Jul27181411109826Jun252419181716141053229May2623211916121198765330Apr2928252423221514121187127Mar262019181716151413119764328Feb2521201918141176543131Jan30Code and documentation cleanup (as well as more ellipsoids)More ellipsoid parameters have been given and the standard Molodensky transformation has been implemented to convert between datumsMore documentation and fixes to enable the CNRMIO plugin to read Nordinaca NetCDF files (but their units are broken, so beware)Added the dew point temperature to the CNRM schema; Added a safety check when reading lat/lon in the WRF schema.The precision in converting a grid of easting/northing to lat/lon has been greatly improved (it is now better than a meter for most application, 2~3 meters when dealing with the whole of Switzerland).Changed "RAIN" and "SNOW" into "RAINF" and "SNOWF" in the PrecUnsplit generator in order to be consistent with what seems to be the general usage.Some code cleanup, some better naming and more importantly, much more precise grids conversions from x/y to lat/lon and back. A test with Graubunden at 200m resolution showed an error of max. 10% of the cellsize on the easting/northing of the Bernina after a round trip (the Bernina is quite close to the end of the domain, such errors accumulate). The cellsize error is now ~7cm on a 200m cell.Documentation improvements (ie always include an example of use)More micro-optimizations and code cleanup. Fixed the coords test since the output format was changed (switching to decimal lat/long)Code cleanup and micro-optimizationsFinally, the ability to read WRF 2D grids. Quite a few methods had to be re-implemented specially for WRF. The whole plugin will have to be restructured in order to get a clean structure. And unfortunately, the grids currently are ~500m shifted compared to reality (is it coming from WRF or from us?)Since Gimp now write out PGM files formatted as a single column of data, the plugin had to be adapted. It can now read both tabular and single column formatted PGM file (it seems that in the specs, any white space separator is valid, this is currently not supported).Documentation improvements (including how to install libpng on osX)Trying to bring more flexibility to the coordinate specs (ie accepting string such as "(lat,lon)" or "(lat,lon)" or "lat lon"). More checks and improved error messages and documentation (the Coords::toString(LATLON) now gives the decimal lat/lon since this is what is usually reported by other objects).Now the RhiresD time dimension is supported, so there is no need to rename the dimensions with ncrename anymore. The MeteoCH files can be used out of the box! (well, there is still a parameter name mapping that is required, but this is quite light).Finally the PSUMGen data generator has been renamed as PrecUnsplit (which should be more logical)Documentation improvementsA new generator has been created that converts split precipitation (given as RAIN and SNOW) into PSUM and PSUM_PH.A bug when parsing measuredInterval has been fixed and the debug output has been improved by writing the station's IDAdded some documentation, removed an obsolete hack for using read3DGrid() in ARPSIONow the DBO plugin can read standard parameters as well as some extra parameters (ie we identify the "relevant" ones) with a clean code. Minor cleanup in libncpp.Trying to simplify the structure and converting PINT into PSUMThe code has been simplified in order to gain clarity. Hopefully there is a good solution to the "time series selection" problem!documentation improvementsChanged the order of the ADD_SUBDIRECTORY in order to properly inherit the plugins settings (see issue 513)Better debug outputs, better structure, the begining of a method to select between multiple timeseries for an identical parametersmall cleanup before moving forward...Now the merge between vecMeteo and a timeseries is very similar to MeteoData::merge()One improvement at a time on DBO... slightly improving the merging in order to account for data before/after the current vectorStill moving forward... A basic method for selecting which timeseries to use has been implemented and the easiest merge case as been implemented (ie when all the timeseries are the exact same lenght, contain the exact same timestamps, etc)Supporting Zulu timzone as required by the Osper APIturning off a very stupid warning from CLang (yes, __DATE__ changes over time, this is the whole point of it!)Trying to make RPATH for for Linux and osX so dynamic libraries' paths are better handledAvoiding exposing ARPS macros and preventing buffer overflow when reading strings (thanks Coverity!)Tagging release 2.6.0MeteoIO-2.6.0MeteoIO-2.6.0Pushing version numbers to 2.6.0Following a few coverity scans, several inconsistencies / potential bugs have been fixed. Since my commit to picojson got merged, the newest version of picojson has been taken.Some of theOSDH file names have changed. Some of the fields are not available anymore. Code cleanup in DBO.Small cleanup in IOUtils, still moving forward with the DBO plugin...I forgot to change the reference datasets after correcting the Unventillated_T filter... This is now done!
Loading