Changes between Version 15 and Version 16 of Release/7.4.1-News


Ignore:
Timestamp:
May 4, 2018, 1:25:39 PM (6 years ago)
Author:
martinl
Comment:

logs

Legend:

Unmodified
Added
Removed
Modified
  • Release/7.4.1-News

    v15 v16  
    6565
    6666 * G74:i.atcorr: sync to trunk (updated spectral curves for various satellites; fix band order for Worldview2; addition of Sentinel-2B, improvement of numerical stability
     67 * v.in.pdal: change API calls to PDAL 1.6.0, see #3496 and #2732
     68
    6769==== Minor module changes ====
    6870
    6971 * raster and vector export (r.out.gdal, r.external.out, v.out.ogr, v.external.out) now includes a CRS EPSG code if available
    7072(see also below for closed bugs)
     73 * r.import: use auto-adjustment for lat/lon
     74 * r.in.gdal: fix column offset and column mapping when limiting import to the current region
     75 * v.db.dropcolumn: preserve field length for field type CHARACTER
     76 * r.cross: create categories for output value 0, it is a valid result
     77 * r.texture: Fatal error if one of the requested output maps exists
     78 * v.random restrict wrong categories assigned, see #3524
     79 * t.rast.series: Fixed bug #3223 wrong time stamp for raster map in case where condition was used
     80 * i.ortho.transform: do not overwrite transformed coordinates
     81 * t.info: activate -h flag
     82 * r.in.gdal: print only proj comparision when -j flag is given (r.in.gdal -j is mostly used in scripts)
     83 * v.in.ogr: fix duplicate column names
    7184
    7285==== Improvements in the Graphical User Interface ====
     
    8396* New SQL where query widget
    8497[[Image(wxgui-sqlwhere-select.png, 600px)]]
     98
     99* wxGUI: fix problem with Python addons not showing up on Windows, see #3177
     100* wxGUI: fix d.vect dialog when loading layer without db connection
     101* wxGUI: correctly delete layertree, see #3505
     102* wxGUI: fix font dialog on mac, #3542
     103* wxGUI/dbmgr: improve get values speed
     104* g.gui.tplot: resolved problem with stdvs when no categories are set, see #3294
     105* wxGUI/preferences: add new option for random colors (vector)
     106* wxGUI/datacatalog: zoom to first added map (sync with lmgr behaviour)
     107* wxGUI/datacatalog: display layer on double click
     108
    85109==== Scripting ====
     110
     111* pygrass: add Module support to underscore in parameter's name
     112* PyGRASS: Category.__init__ expects map name to be provided (r72227 backport)
    86113
    87114==== Projection support ====
    88115
     116* Read EPSG codes with PROJ v.5 fails, fix #3514
     117
    89118==== Library changes ====
     119
     120* libgis: more informative messages when (de)compression fails
     121* init: more messages for invalid location or mapset
     122* libgis: use G_vasprintf() to avoid buffer overflow
    90123
    91124==== User Manuals - Documentation ====
    92125
     126* r.stats.zonal manual: added link to r.stats.quantile
     127* i.vi: corrected MSAVI2 equation according
     128* t.register manual: added example to register vector layers (contributed by Ondrej Pesek) and other minor changes/typos
     129* i.atcorr manual: added example to process Sentinel bands (contributed by Zofie Cimburova); general manual clean-up
     130* v.select: make it clear that 'overlap' is 'intersects' in GEOS, not 'overlaps'
     131* t.rast.algebra manual: formatting fixed + See also section added
     132* doc: show modules without img in graphical index
     133* t.rast.algebra manual: add NDVI example; use subsections for examples
     134* r.colors manual: decipher 'nv' color
     135* r.series.accumulate manual: update manual explaining accumulation
     136* r.in.wms manual: some WMS examples updated
     137
     138==== Portability ====
     139
     140* bump supported Python version to 2.7
     141* store grass.appdata.xml under share/metainfo/org.osgeo.grass.appdata.xml
     142* r.random.surface: rename variable Surface to RSurface to avoid variable clash with GDAL on EPEL7
     143
    93144==== Message Translations ====
     145
     146* i18N: msg update in PO files from source code
     147* i18N: added Hungarian from Transifex (https://www.transifex.com/grass-gis/grass72/dashboard/)
     148* i18N: sync from Transifex (https://www.transifex.com/grass-gis/grass72/dashboard/) except for Latvian; Latvian sync'ed from trunk files
    94149
    95150=== New Addons since GRASS 7.4.0 ===