42 | | * '''d.correlate''' - Added option to draw a trend line and calculate linear regression formula |
43 | | * '''d.shadedmap''' - Added option to save draped image to a new raster map |
44 | | * '''g.mkfontcap''' - Also scan for locally installed fonts on Linux systems |
45 | | * '''g.setproj''' - Added option to print and reset the Location's one-line description |
46 | | * '''i.his.rgb''' - Added support for NULL cells |
47 | | * '''i.rgb.his''' - Added support for NULL cells |
48 | | * '''r.out.xyz''' - Added support for multiple file export |
49 | | * '''v.colors''' - Added option to name placeholder map containing data for creating a legend |
50 | | * '''v.in.gpsbabel''' - Major speedup, better support for MS Windows (spaces in paths) |
51 | | * '''v.transform''' - Added option to swap x for y coordinates |
| 42 | * d.correlate: Added option to draw a trend line and calculate linear regression formula |
| 43 | * d.shadedmap: Added option to save draped image to a new raster map |
| 44 | * g.mkfontcap: Also scan for locally installed fonts on Linux systems |
| 45 | * g.setproj: Added option to print and reset the Location's one-line description |
| 46 | * i.his.rgb: Added support for NULL cells |
| 47 | * i.rgb.his: Added support for NULL cells |
| 48 | * r.contour: write attributes in one commit (speed-up) |
| 49 | * r.horizon: added sanity check for dist parameter |
| 50 | * r.li.setup: fix creation of configuration file using circle |
| 51 | * r.out.xyz: Added support for multiple file export |
| 52 | * r.ros: do not double close spotdist map (fixes crash) |
| 53 | * r.watershed: standardize basin parameter description |
| 54 | * v.colors: Added option to name placeholder map containing data for creating a legend |
| 55 | * v.in.dxf: fixed possible infinite loop |
| 56 | * v.in.gpsbabel: Major speedup, better support for MS Windows (spaces in paths) |
| 57 | * v.patch: create index for table (speed-up) |
| 58 | * v.to.db: fix perimeter |
| 59 | * v.transform: Added option to swap x for y coordinates |
| 60 | * v.vol.rst: finally fixed mask issue |