WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects
Select Git revision
  • 1057ac0345a687cdc636fe207649a4f9841a1d57
  • master default protected
  • BUFR_changes
  • limiting_trends
  • feature/web-service
  • 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

meteoio

  • Clone with SSH
  • Clone with HTTPS
  • Mathias Bavay's avatar
    Mathias Bavay authored
    DEMObject and IOHandler have been modified so that the DEMObject is more or less intelligently updated while retaining the possibility to provide an optional argument turning it off (constructors which fill the DEMObject with real data by default now update the slope/curvatures/normals except if giving as a last argument *false*).
    
    The first code for using the proj4 library for coordinates conversion has been writen in MapProj. It is still disabled by default since it suffers (at least) from a parsing bug: the coordinates argument is truncated when going through cfg.getValue() and therefore not valid (at least my checks work!).
    
    A missplaced define (for PI) has been moved in IOUtils.
    
    LegacyIO popc code has been cleaned up, removing the timers (that are not portable and thus a problem for WIN32 systems).
    
    A typo in an error message has been fixed in Grid2DObject. A few unnecessary (ie: ugly) white spaces removed at some places (A3DIO.cc, etc)
    1057ac03
    History