Changes between Version 394 and Version 395 of Grass7/NewFeatures
- Timestamp:
- 04/29/16 03:33:19 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures
v394 v395 405 405 * '''r.statistics2''' --> ''G7:r.stats.zonal'' 406 406 * '''r.statistics3''' --> ''G7:r.stats.quantile'' 407 407 408 == Options changes == 408 409 … … 413 414 === Global module changes === 414 415 416 These changes affect multiple modules: 415 417 * fs= (field separator) -> separator= 416 418 * nv= -> null_value … … 418 420 * dsn= -> input 419 421 422 New: 423 * --help, --overwrite, and --ui added 424 420 425 === Display module changes === 426 421 427 * G7:d.barscale 422 428 * background_color -> bgcolor … … 492 498 493 499 === 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 494 514 * G7:db.out.ogr 495 515 * db_table -> table … … 506 526 * G7:g.mapsets 507 527 * addmapset,removemapset -> operation 508 * measure -> method509 528 * G7:g.pnmcomp 510 529 * background -> bgcolor … … 516 535 * t -> top 517 536 * b -> bottom 537 * rast -> raster 538 * rast3d -> raster_3D 539 * vect -> vector 540 * option 3dview has been removed 518 541 * G7:g.remove (renamed from g.mremove) 519 542 * rast, rast3d, vect, oldvect, asciivect, icon, labels, sites, region, region3d, group, view3d -> type, name … … 521 544 * options name= and ignore= added: name of file(s) to remove or ignore 522 545 * 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 523 552 524 553 === Imagery module changes === … … 692 721 * G7:r.mapcalc 693 722 * 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 694 734 * G7:r.out.mpeg 695 735 * qual -> quality … … 706 746 * param -> method 707 747 * s_tol -> slope_tolerance 748 * G7:r.patch 749 * -q removed (redundant) 708 750 * G7:r.plane 709 751 * name -> output … … 730 772 * pw -> page_width 731 773 * null -> null_value 774 * G7:r.resample 775 * -q removed (redundant) 732 776 * G7:r.resamp.bspline 733 777 * se -> ew_step … … 814 858 * measure -> method 815 859 * G7:r.to.vect 860 * -q removed (redundant) 861 * -t added (do not create attribute table) 862 * column added 816 863 * feature -> type 817 864 * G7:r.topmodel … … 845 892 * max.slope.length -> max_slope_length 846 893 * slope.steepness -> slope_steepness 894 * tci, spi added 895 * visual removed 847 896 * G7:r.what 848 897 * east_north -> coordinates … … 870 919 * elevscale -> zscale 871 920 872 === Temporal module changes ===873 * G7:t.rast.import874 * extrdir -> directory875 * G7:t.rast.export876 * extrdir -> directory877 * G7:t.vect.import878 * extrdir -> directory879 * G7:t.vect.export880 * extrdir -> directory881 882 921 === Vector module changes === 883 922 * G7:v.buffer … … 885 924 * G7:v.clean 886 925 * thresh -> threshold 926 * G7:v.category 927 * -t option added (do not copy attribute table) 928 * transfer added 887 929 * G7:v.colors 888 930 * volume -> raster_3d 931 * G7:v.db.connect 932 * -l removed 889 933 * G7:v.db.join 890 934 * otable -> other_table … … 893 937 * G7:v.db.select 894 938 * -f -> exclude attributes not linked to features 895 * fs -> separator896 939 * nv -> null_value 897 940 * vs -> vertical_separator 898 941 * G7:v.db.update 899 942 * qcolumn -> query_column 900 * rast -> elevation943 * sqliteextra added 901 944 * G7:v.drape 902 945 * rast -> elevation … … 948 991 * coor -> coordinates 949 992 * G7:v.net 993 * -s (snap) added 950 994 * thresh -> threshold 951 995 * alayer -> arc_layer … … 960 1004 * abcolumn -> arc_backward_column 961 1005 * 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 965 1010 * afcolumn -> arc_column 966 1011 * abcolumn -> arc_backward_column … … 1139 1184 * qcolumn -> query_column 1140 1185 * 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