Changes between Version 394 and Version 395 of Grass7/NewFeatures


Ignore:
Timestamp:
Apr 29, 2016, 3:33:19 AM (8 years ago)
Author:
neteler
Comment:

updated based on comments by Chris Bartolomei, https://lists.osgeo.org/pipermail/grass-user/2016-April/074122.html

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v394 v395  
    405405 * '''r.statistics2''' --> ''G7:r.stats.zonal''
    406406 * '''r.statistics3''' --> ''G7:r.stats.quantile''
     407
    407408== Options changes ==
    408409
     
    413414=== Global module changes ===
    414415
     416These changes affect multiple modules:
    415417 * fs= (field separator) -> separator=
    416418 * nv= -> null_value
     
    418420 * dsn= -> input
    419421
     422New:
     423 * --help, --overwrite, and --ui added
     424
    420425=== Display module changes ===
     426
    421427 * G7:d.barscale
    422428  * background_color -> bgcolor
     
    492498
    493499=== Database module changes ===
     500
     501 * G7:db.connect
     502  * -g and -d added
     503  * default driver has changed from DBF -> SQLite
     504 * G7:db.execute:
     505  * sql= added
     506  * usage changed: if piping from an echo statement, add "input=- to the end of the command:
     507
     508{{{
     509   echo "{your SQL statement};" | db.execute input=-
     510    # instead of
     511   echo "{your SQL statement};" | db.execute
     512}}}
     513
    494514 * G7:db.out.ogr
    495515  * db_table -> table
     
    506526 * G7:g.mapsets
    507527  * addmapset,removemapset -> operation
    508   * measure -> method
    509528 * G7:g.pnmcomp
    510529  * background -> bgcolor
     
    516535  * t -> top
    517536  * b -> bottom
     537  * rast -> raster
     538  * rast3d -> raster_3D
     539  * vect -> vector
     540  * option 3dview has been removed
    518541 * G7:g.remove (renamed from g.mremove)
    519542  * rast, rast3d, vect, oldvect, asciivect, icon, labels, sites, region, region3d, group, view3d -> type, name
     
    521544  * options name= and ignore= added: name of file(s) to remove or ignore
    522545  * flag -i added: ignore case
     546 * G7:g.rename
     547  * rast -> raster
     548  * rast3d -> raster_3D
     549  * vect -> vector
     550  * labels -> label
     551  * oldvect, asciivect, icon, sites, region3d, and 3dview removed
    523552
    524553=== Imagery module changes ===
     
    692721 * G7:r.mapcalc
    693722  * rand() now requires seeding (new parameter seed= or new flag -s for generating random seed)
     723 * G7:r.mask
     724  * -o -> --overwrite
     725  * input -> either option raster or option vector
     726  * new options layer, cats, where
     727 * G7:r.neighbors
     728  * -q removed (redundant)
     729  * selection added
     730  * quantile added
     731  * methods count, quart1, quart3, perc90, and quantile added
     732 * G7:r.null
     733  * -z added
    694734 * G7:r.out.mpeg
    695735  * qual -> quality
     
    706746  * param -> method
    707747  * s_tol -> slope_tolerance
     748 * G7:r.patch
     749  * -q removed (redundant)
    708750 * G7:r.plane
    709751  * name -> output
     
    730772  * pw -> page_width
    731773  * null -> null_value
     774 * G7:r.resample
     775  * -q removed (redundant)
    732776 * G7:r.resamp.bspline
    733777  * se -> ew_step
     
    814858  * measure -> method
    815859 * G7:r.to.vect
     860  * -q removed (redundant)
     861  * -t added (do not create attribute table)
     862  * column added
    816863  * feature -> type
    817864 * G7:r.topmodel
     
    845892  * max.slope.length -> max_slope_length
    846893  * slope.steepness -> slope_steepness
     894  * tci, spi added
     895  * visual removed
    847896 * G7:r.what
    848897  * east_north -> coordinates
     
    870919  * elevscale -> zscale
    871920
    872 === Temporal module changes ===
    873  * G7:t.rast.import
    874   * extrdir -> directory
    875  * G7:t.rast.export
    876   * extrdir -> directory
    877  * G7:t.vect.import
    878   * extrdir -> directory
    879  * G7:t.vect.export
    880   * extrdir -> directory
    881 
    882921=== Vector module changes ===
    883922 * G7:v.buffer
     
    885924 * G7:v.clean
    886925  * thresh -> threshold
     926 * G7:v.category
     927  * -t option added (do not copy attribute table)
     928  * transfer added
    887929 * G7:v.colors
    888930  * volume -> raster_3d
     931 * G7:v.db.connect
     932  * -l removed
    889933 * G7:v.db.join
    890934  * otable -> other_table
     
    893937 * G7:v.db.select
    894938  * -f -> exclude attributes not linked to features
    895   * fs -> separator
    896939  * nv -> null_value
    897940  * vs -> vertical_separator
    898941 * G7:v.db.update
    899942  * qcolumn -> query_column
    900   * rast -> elevation
     943  * sqliteextra added
    901944 * G7:v.drape
    902945  * rast -> elevation
     
    948991  * coor -> coordinates
    949992 * G7:v.net
     993  * -s (snap) added
    950994  * thresh -> threshold
    951995  * alayer -> arc_layer
     
    9601004  * abcolumn -> arc_backward_column
    9611005 * G7:v.net.allpairs
    962   * alayer -> arc_layer
    963   * nlayer -> node_layer
    964   * ncolumn -> node_column
     1006  * -a removed
     1007  * alayer -> arc_layer
     1008  * nlayer -> node_layer
     1009  * node_column added
    9651010  * afcolumn -> arc_column
    9661011  * abcolumn -> arc_backward_column
     
    11391184  * qcolumn -> query_column
    11401185  * vector -> map
     1186
     1187=== Temporal module changes ===
     1188 * G7:t.rast.import
     1189  * extrdir -> directory
     1190 * G7:t.rast.export
     1191  * extrdir -> directory
     1192 * G7:t.vect.import
     1193  * extrdir -> directory
     1194 * G7:t.vect.export
     1195  * extrdir -> directory