WSL/SLF GitLab Repository

Skip to content
  • Thomas Egger's avatar
    Bugfix for libsmet and thus release of the readSpecialPoints function in... · 64036efa
    Thomas Egger authored
    Bugfix for libsmet and thus release of the readSpecialPoints function in SMETIO.cc. It is now possible to read a vector of Coords objects through SMETIO, the format of the SMET file could be something like this:
    
    SMET 1.1 ASCII
    [HEADER]
    station_id = my_pts
    epsg 	   = 32632
    nodata	   = -999
    fields 	   = easting northing altitude
    [DATA]
    713700 5.05578e+06 0
    730900 5.15678e+06 0
    674200 5.06278e+06 0
    674400 5.08078e+06 0
    
    64036efa