Changes between Version 12 and Version 13 of Release/7.6.0-News


Ignore:
Timestamp:
Oct 14, 2018, 8:13:44 AM (6 years ago)
Author:
neteler
Comment:

move PROJ5 support to Major Changes + some others

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.6.0-News

    v12 v13  
    5555(see also below for closed bugs)
    5656
    57  * G76:...
     57==== Major module changes ====
     58
     59(see also below for closed bugs)
     60
     61 * G76:grass76 start script: add --tmp-location (based on patch from radeknovotny94 in #3537). Creates a location in program's tmp dir which is deleted at the end; meant for use with --exec, fix confusing message about missing WIND file fixed
     62
     63 * G76:d.grid: use new GRASS API for coordinate transformation, use new PROJ 5+ API if available
     64 * G76:d.where: use new GRASS API for coordinate transformation, use new PROJ 5+ API if available
     65 * G76:g.gui.tplot: added capabilities to export plotted data in CSV file, to set x,y axis labels and title for the plot, added title,xlabel,ylabel support to command line, fixed bug with strds and csv output
     66 * G76:g.proj: use new GRASS API for coordinate transformation; use new PROJ 5+ API if available
     67 * G76:g.region: added pixel option, use new GRASS API for coordinate transformation, use new PROJ 5+ API if available
     68 * G76:g.version: use new PROJ 5+ API if available
     69 * G76:i.atcorr: fixed numerical instability, added example to process Sentinel bands, added PlanetScope 0c-0d 0e 0f-10 support
     70 * G76:i.segment: fix for memory management estimation, avoid integer overflow with extremely large regions, fix writing out goodness of fit
     71 * G76:nviz: various openGL related fixes, use direct rendering; Indirect rendering disabled by default in modern Xorg (since 1.17?)
     72 * G76:ps.map: support for PROJ 5+ API if available
     73 * G76:r3.out.netcdf: adjust for PROJ 5+ API
     74 * G76:r.horizon: allow negative angles, use new PROJ 5+ API if available
     75 * G76:r.latlong: use new GRASS API for coordinate transformation, use new PROJ 5+ API if available
     76 * G76:r.proj: avoid longitude wrapping by PROJ, this is done by GRASS, use new GRASS API for coordinate transformation, +option for user-defined PROJ 5+ pipeline
     77 * G76:r.sun: use new GRASS API for coordinate transformation, use new PROJ 5+ API if available
     78 * G76:r.sunhours: use new GRASS API for coordinate transformation, use new PROJ 5+ API if available
     79 * G76:r.sunmask: use new GRASS API for coordinate transformation, use new PROJ 5+ API if available
     80 * G76:v.proj: use new GRASS API for coordinate transformation, +option for user-defined PROJ 5+ pipeline
     81
    5882
    5983==== Minor module changes ====