Changes between Version 365 and Version 366 of Grass7/NewFeatures
- Timestamp:
- 01/14/15 14:21:56 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures
v365 v366 13 13 14 14 * wxGUI improved (see [http://grass.osgeo.org/wiki/wxGUI manual]) 15 16 17 18 15 * Advanced GRASS command console 16 * Location wizard: support for creation of planetary ellipsoid locations 17 * [wiki:wxGUIDevelopment/Modeler Graphical modeler] 18 * Improved [http://grass.osgeo.org/wiki/WxNviz wxNviz] 19 19 * New GUI modules: 20 20 * G7:g.gui.animation: new - Tool for animating a series of raster and vector maps or a space time raster or vector dataset. … … 272 272 * Large File Support (LFS) added, see [http://grasswiki.osgeo.org/wiki/GRASS_GIS_Performance#Large_file_support LFS Wiki page] 273 273 * New topology engine, requires rebuilding topology with G7:v.build (G7:v.build.all) when switching between GRASS 6.x and GRASS 7. See also [http://grasswiki.osgeo.org/wiki/Convert_all_GRASS_6_vector_maps_to_GRASS_7 Convert all GRASS 6 vector maps to GRASS 7] 274 275 276 274 * New spatial index: faster queries (>10x for large vectors), less memory for opening an existing vector 275 * New option added to use a [http://lists.osgeo.org/pipermail/grass-user/2011-January/059175.html file-based version of the spatial index] which can be activated by setting the new shell environment variable GRASS_VECTOR_LOWMEM (e.g., in bash: 'export GRASS_VECTOR_LOWMEM=1' and deactivated with 'unset GRASS_VECTOR_LOWMEM') 276 * New main topology strukture: reduced memory and disk space requirements, generally faster processing 277 277 * Cleaning function 'break polygons' faster, less memory 278 278 * Cleaning function 'snap lines' faster and modifications are minimized: a vertex is snapped to the closest anchor vertex, not to the first anchor vertex found which might not be the closest anchor vertex. … … 294 294 * Programmer's manual cleanup: http://grass.osgeo.org/programming7 295 295 * Improved [http://grass.osgeo.org/programming7/libpython/ Python API]: PyGRASS 296 297 298 296 * read/write GRASS rasters to/from !NumPy 297 * Support for signals 298 * PyGRASS message interface 299 299 * libgis supports the automatic generation of a [http://grasswiki.osgeo.org/wiki/WPS WPS] 1.0.0 process description XML document for each module (c, c++, python, shell) 300 300 * C function name changes from GRASS 6 to GRASS 7: See [wiki:Grass7/RasterLib/ListOfFunctions] etc. … … 313 313 314 314 * d.ask, d.colors, d.extend, d.extract, d.frame, d.mapgraph, d.measure, d.menu, d.save, d.zoom (old display architecture decommissioned) 315 316 317 318 319 320 321 322 323 315 * d.ask, d.colors: no longer needed 316 * d.extend: use G7:wxGUI or G7:g.region 317 * d.extract: use G7:v.extract or wxvdigit (digitizer) in G7:wxGUI 318 * d.frame: use instead the "GRASS_FRAME" variable, one of the G7:variables (contains 4 coordinates, top,bottom,left,right, defining the initial frame) 319 * d.mapgraph: use instead ... ??? 320 * d.measure: use G7:wxGUI 321 * d.menu: use G7wxGUI 322 * d.save: use instead ... ??? 323 * d.what.rast, d.what.vect, d.zoom: use G7:wxGUI 324 324 * d.histogram: integrated in G7:wxGUI 325 325 * g.ask: use G7:g.findfile … … 329 329 * g.setproj: use Location Wizard in G7:wxGUI or 'G7:g.proj -c' ('''state plane by county selection needs to be ported''') 330 330 * image processing: 331 332 333 334 331 * i.class rewritten as G7:g.gui.iclass (new wxGUI) 332 * i.ortho.photo, i.vpoints ('''need to be ported'''; old display architecture decommissioned) 333 * i.fusion.brovey: removed, functionality provided by G7:i.pansharpen 334 * i.points: new graphical version in G7:wxGUI 335 335 * raster: 336 337 338 339 340 341 342 343 344 345 346 347 348 349 336 * r.average: merged into G7:r.statistics, G7:r.stats.zonal, G7:r.stats.quantile 337 * r.bilinear: merged into G7:r.resamp.interp 338 * r.bitpattern: G7:r.mapcalc (&&& and | | | operators) + G7:i.modis.qa offer the same and more functionality 339 * r.digit: wxGUI raster digitizer added, enables drawing areas, lines, points and setting buffer for individual features 340 * r.in.arc: use G7:r.in.gdal 341 * r.out.arc: use G7:r.out.gdal 342 * r.le.patch, r.le.pixel, r.le.setup, r.le.trace: moved to Addons as being replaced by G7:r.li commands 343 * r.los: replaced with G7:r.viewshed, r.los is in Addons (install with G7:g.extension) 344 * r.median: merged into G7:r.statistics, G7:r.stats.zonal, G7:r.stats.quantile 345 * r.out.tiff: use G7:r.out.gdal 346 * r.stream modules: r.stream.channel, r.stream.distance, r.stream.order, r.stream.segment, r.stream.slope, r.stream.snap, r.stream.stats moved back from relbranch7 to Addons (install with G7:g.extension) 347 * r.sum: use G7:r.univar 348 * r.surf.idw2: moved to Addons (install with G7:g.extension) 349 * r.terraflow.short (merged into FP version G7:r.terraflow is sufficient) 350 350 * v.digit (new wxPython digitizer) included in G7:wxGUI 351 351 … … 377 377 378 378 === Display module changes === 379 380 379 * G7:d.barscale 381 380 * background_color -> bgcolor 382 * G7: d.colorlist 383 * fs -> separator 381 * G7:d.colorlist 382 * fs -> separator 383 * G7:d.colortable 384 * cols -> columns 384 385 * G7:d.correlate 385 386 * layers -> map 386 387 * G7:d.erase 387 * color -> bgcolor388 388 * background -> bgcolor 389 * G7:d.legend 390 * map -> rast 391 * G7:d.rast 392 * catlist and vallist options merged into new values option 393 * overlay flag inverted to new opaque flag 394 * G7:d.rast.leg 395 * rast -> raster 396 * G7:d.vect 397 * wcolumn -> width_column 398 * wscale -> width_scale 399 * rot_column -> rotation_column 400 * display=attr removed 401 * attrcolumn -> attribute_column 402 * G7:d.colortable 403 * cols -> columns 404 * G7:d.font, G7:d.fontlist 405 * -L -> -v 406 * G7:d.geodetic 389 * G7:d.font, G7:d.fontlist 390 * -L -> -v 391 * G7:d.geodesic 407 392 * lcolor -> line_color 408 393 * tcolor -> text_color … … 410 395 * bordercolor -> border_color 411 396 * textcolor -> text_color 412 * G7:d.histogram 413 * -C -> -c 397 * G7:d.legend 398 * map -> rast 399 * G7:d.his 400 * h_map -> hue 401 * i_map -> intensity 402 * s_map -> saturation 403 * G7:d.path 404 * hcolor -> highlight_color 405 * type -> arc_type 406 * alayer -> arc_layer 407 * nlayer -> node_layer 408 * afcolumn -> arc_column 409 * abcolumn -> arc_backward_column 410 * ncolumn -> node_column 414 411 * G7:d.polar 415 412 * eps -> output … … 417 414 * input -> map 418 415 * profile -> coordinates 416 * G7:d.rast 417 * catlist and vallist options merged into new values option 418 * overlay flag inverted to new opaque flag 419 * catlist -> values 420 * vallist -> values 419 421 * G7:d.rast.arrow 420 422 * arrow_color -> color 421 423 * x_color -> null_color 424 * G7:d.rast.leg 425 * rast -> raster 422 426 * G7:d.rhumbline 423 427 * coord -> coordinates 424 428 * lcolor -> line_color 429 * tcolor -> text_color 425 430 * G7:d.vect 431 * attrcolumn -> attribute_column 432 * display=attr removed 426 433 * fcolor -> fill_color 427 434 * llayer -> label_layer … … 430 437 * bcolor -> label_boundary_color 431 438 * lsize -> label_size 432 * G7:d.thematic.area433 * bcolor -> boundary_color434 * bwidth -> boundary_width439 * rot_column -> rotation_column 440 * wcolumn -> width_column 441 * wscale -> width_scale 435 442 * G7:d.vect.chart 436 443 * ctype -> chart_type 437 444 * ocolor -> outline_color 438 445 * sizecol -> size_column 439 * G7:d.rast.num 440 * dp -> precision 441 442 === Database management module changes === 443 446 * G7:d.vect.thematic 447 * bcolor -> boundary_color 448 * bwidth -> boundary_width 449 * nbclasses -> nclasses 450 451 === Database module changes === 444 452 * G7:db.out.ogr 445 453 * db_table -> table 446 454 * G7:db.select 447 * vs -> v separator455 * vs -> vertical_separator 448 456 449 457 === General map management module changes === … … 452 460 * option region= added: find maps whose region overlaps with the input region 453 461 * flag -i added: ignore case 462 * G7:g.mapset 463 * gisdbase -> dbase 454 464 * G7:g.mapsets 455 465 * addmapset,removemapset -> operation … … 469 479 * options name= and ignore= added: name of file(s) to remove or ignore 470 480 * flag -i added: ignore case 471 * G7:g.mapset 472 * gisdbase -> dbase 473 474 === Image processing module changes === 475 481 482 === Imagery module changes === 476 483 * G7:i.atcorr 477 484 * iimg -> input … … 482 489 * oimg -> output 483 490 * oscl -> rescale 484 * input -> map485 491 * G7:i.biomass 486 492 * lightuseefficiency -> lightuse_efficiency 487 493 * transmissivitysingleway -> transmissivity_singleway 488 494 * wateravailability -> water_availability 495 * G7:i.eb.netrad 496 * transmissivitysingleway|transmissivity_singleway 489 497 * G7:i.evapo.mh 490 498 * averagetemperature -> average_temperature … … 497 505 * netradiation -> net_radiation 498 506 * soilheatflux -> soil_heatflux 499 * priestley_taylor_coef -> priestley_taylor_coef 500 * G7:i.image.mosaic 501 * images -> input 502 * G7:i.in.spotvgt 503 * file -> input 504 * rast -> output 505 * G7:i.maxlik 506 * sigfile -> signaturefile 507 * class -> output 508 * G7:i.spectral 509 * raster -> input 510 * coord -> coordinates 511 * G7:i.tasscap 512 * outprefix -> basename 513 * G7:i.pansharpen 514 * ms1->blue 515 * ms2->green 516 * ms3->red 517 * output_prefix->output 518 * sharpen->method 507 * priestley_taylor_coef -> priestley_taylor_coeff 519 508 * G7:i.fft 520 509 * input_image -> input … … 528 517 * green_output -> green 529 518 * blue_output -> blue 530 * G7:i. fft519 * G7:i.ifft 531 520 * real_image -> real 532 521 * imaginary_image -> imaginary 533 522 * output_image -> output 523 * G7:i.image.mosaic 524 * images -> input 525 * G7:i.in.spotvgt 526 * file -> input 527 * rast -> output 534 528 * G7:i.landsat.acca 535 529 * input_prefix -> input … … 537 531 * input_prefix -> input 538 532 * output_prefix -> output 533 * G7:i.maxlik 534 * sigfile -> signaturefile 535 * class -> output 536 * G7:i.spectral 537 * raster -> input 538 * coord -> coordinates 539 * G7:i.tasscap 540 * outprefix -> basename 541 * G7:i.pansharpen 542 * ms1 -> blue 543 * ms2 -> green 544 * ms3 -> red 545 * output_prefix -> output 546 * sharpen -> method 539 547 * G7:i.pca 540 548 * output_prefix -> output … … 549 557 * saturation_output -> saturation 550 558 * G7:i.tasscap 551 * sat telite -> sensor559 * satellite -> sensor 552 560 * G7:i.vi 553 561 * chan5 -> band5 554 562 * chan7 -> band7 555 563 564 === Misc module changes === 565 * G7:m.measure 566 * coords -> coordinates 567 * G7:m.cogo 568 * coords -> coordinates 569 * G7:m.transform 570 * coords -> input 571 556 572 === Raster module changes === 557 558 573 * G7:r.basins.fill 559 574 * c_map -> cnetwork … … 561 576 * result -> output 562 577 * G7:r.blend 563 * output -> output_prefix 578 * output_prefix -> output 579 * G7:r.carve 580 * rast -> raster 581 * vect -> vector 564 582 * G7:r.category 565 * fs -> separator583 * vals -> values 566 584 * default separator is now 'tab' not ':' 585 * G7:r.circle 586 * coordinate -> coordinates 587 * mult -> multiplier 567 588 * G7:r.clump 568 589 * flag -g added: print only the number of clumps in shell script style 590 * G7:r.coin 591 * map1 -> first 592 * map2 -> second 593 * G7:r.colors 594 * volume -> raster_3d 569 595 * G7:r.colors.stddev 570 596 * input -> map 571 * G7:r.contour 572 * flag -t added: with this flag no attribute table is created 597 * G7:r.composite 598 * lev_red -> level_red 599 * lev_green -> level_green 600 * lev_blue -> level_blue 601 * G7:r.contour 602 * flag -t added: with this flag no attribute table is created 573 603 * G7:r.cost 574 604 * coordinate -> start_coordinates 605 * start_rast -> start_raster 575 606 * G7:r.distance 576 607 * maps -> map 577 608 * option sort= added: sort by distance 578 609 * G7:r.drain 610 * coordinates -> start_coordinates 611 * indir -> direction 612 * vector_points -> start_points 579 613 * voutput -> vector_output 580 * coordinates -> start_coordinates581 * vector_points -> start_points582 614 * G7:r.external 583 615 * the -r flag has been removed, approximate range is not ok … … 592 624 * barin -> barrier 593 625 * flout -> flowline 594 * lgout -> flowpath 595 * dsout -> density 626 * lgout -> flowlength 627 * dsout -> flowaccumulation 628 * G7:r.his 629 * h_map -> hue 630 * i_map -> intensity 631 * s_map -> saturation 632 * r_map -> red 633 * g_map -> green 634 * b_map -> blue 596 635 * G7:r.horizon 597 * elevin -> elev_in (like r.sun) 598 * horizonstep -> horizon_step 636 * basename -> output 637 * coordinate -> coordinates 638 * elevin -> elevation 639 * horizonstep -> step 640 * output -> file 599 641 * G7:r.in.ascii 600 642 * -f flag -> type=CELL|FCELL|DCELL parameter … … 606 648 * G7:r.li.* 607 649 * map -> input 608 * G7:r.los 609 * coodinate -> coordinates 650 * G7:r.mapcalc 651 * rand() now requires seeding (new parameter seed= or new flag -s for generating random seed) 652 * G7:r.out.mpeg 653 * qual -> quality 610 654 * G7:r.out.tiff 611 655 * -t flag -> -w 612 * G7:r.mapcalc 613 * rand() now requires seeding (new parameter seed= or new flag -s for generating random seed) 656 * G7:r.out.vrml 657 * elev -> elevation 658 * exag -> exaggeration 659 * G7:r.out.vtk 660 * elevscale -> zscale 661 * G7:r.param.scale 662 * c_tol -> curvature_tolerance 663 * exp -> exponent 664 * param -> method 665 * s_tol -> slope_tolerance 614 666 * G7:r.plane 615 667 * name -> output 668 * G7:r.profile 669 * null -> null_value 670 * G7:r.random 671 * raster_output -> raster 672 * n -> npoints 673 * vector_output -> vector 616 674 * G7:r.reclass 617 675 * use of rules parameter is mandatory in grass 7.0, also when the reclass rules are piped through another program (use rules=-) 676 * G7:r.reclass.area 677 * lesser,greater -> value, mode 678 * G7:r.regression.line 679 * map1 -> mapx 680 * map2 -> mapy 681 * G7:r.relief (renamed from r.shaded.relief) 682 * scale -> changed from "Scale factor for converting horizontal units to elevation units" to "Scale factor for converting meters to elevation units" 683 * units -> changed from "Set scaling factor (applies to lat./long. locations only, none: scale=1)" to "Elevation units (overrides scale factor)" 684 * G7:r.report 685 * -C -> -c 686 * -N -> -a 687 * pl -> page_length 688 * pw -> page_width 689 * null -> null_value 618 690 * G7:r.resamp.bspline 619 691 * se -> ew_step 620 692 * sn -> ns_step 693 * G7:r.resamp.rst 694 * elev -> elevation 695 * pcurv -> pcurvature 696 * mcurv -> mcurvature 697 * tcurv -> tcurvature 698 * zmult -> zscale 699 * G7:r.rgb 700 * output_prefix -> output 621 701 * G7:r.sim.sediment 622 * elevin -> elevation 702 * conc -> sediment_concentration 703 * detin -> detachment_coeff 704 * diffc -> diffusion_coeff 623 705 * dxin -> dx 624 706 * dyin -> dy 625 * detin -> det 626 * tranin -> tran 627 * tauin -> tau 707 * elevin -> elevation 708 * erdep -> erosion_deposition 709 * et -> tlimit_erosion_deposition 710 * flux -> sediment_flux 628 711 * manin -> man 629 712 * maninval -> man_value 713 * nwalk -> nwalkers 714 * niter -> niterations 715 * outiter -> output_step 716 * outwalk -> walkers_output 717 * tauin -> shear_stress 718 * tc -> transport_capacity 719 * tranin -> transport_coeff 720 * wdepth -> water_depth 630 721 * G7:r.sim.water 631 * elevin -> elevation 722 * diffc -> diffusion_coeff 723 * disch -> discharge 632 724 * dxin -> dx 633 725 * dyin -> dy 634 * rain_val -> rain_value 726 * elevin -> elevation 727 * err -> error 635 728 * infil -> infil 636 729 * infil_val -> infil_value 637 730 * manin -> man 638 731 * manin_val -> man_value 639 * G7:r.relief (renamed from r.shaded.relief) 640 * scale -> changed from "Scale factor for converting horizontal units to elevation units" to "Scale factor for converting meters to elevation units" 641 * units -> changed from "Set scaling factor (applies to lat./long. locations only, none: scale=1)" to "Elevation units (overrides scale factor)" 732 * niter -> niterations 733 * nwalk -> nwalkers 734 * outiter -> output_step 735 * outwalk -> walkers_output 736 * rain_val -> rain_value 737 * traps -> flow_control 738 * G7:r.slope.aspect 739 * min_slp_allowed -> min_slope 740 * pcurv -> pcurvature 741 * prec -> precision 742 * tcurv -> tcurvature 743 * zfactor -> zscale 744 * G7:r.spreadpath 745 * coordinate -> coordinates 746 * G7:r.stream.extract 747 * stream_rast -> stream_raster 748 * stream_vect -> stream_vector 642 749 * G7:r.sun 643 750 * Shading (-s) is now the default. Use planar mode (-p) to ignore shadows. 644 * elevin -> elevation 751 * alb -> albedo_value 752 * albin -> albedo 645 753 * aspin -> aspect 646 * slopein -> slope 647 * linkein -> linke 648 * albin -> albedo 649 * latin -> lat 650 * longin -> long 651 * coefbh -> coef_bh 652 * coefdh -> coef_dh 653 * horizonstep -> horizon_step 754 * civiltime -> civil_time 755 * coefbh -> coeff_bh 756 * coefdh -> coeff_dh 654 757 * declin -> declination 655 758 * dist -> distance_step 656 * numpartitions -> num_partitions 657 * civiltime -> civil_time 759 * elevin -> elevation 760 * horizonstep -> horizon_step 761 * latin -> lat 762 * lin -> linke_value 763 * linkein -> linke 764 * longin -> long 765 * numpartitions -> npartitions 766 * slopein -> slope 658 767 * G7:r.surf.area 659 768 * input -> map 660 * input -> map 769 * G7:r.terraflow 770 * stream_dir -> directory 661 771 * G7:r.texture 662 772 * measure -> method … … 670 780 * belevation -> REMOVED 671 781 * nidxclass -> ntopidxclasses 672 * idxstats -> topidxstats , outtopidxstats782 * idxstats -> topidxstats 673 783 * idxclass -> topidxclass 674 784 * qobs -> REMOVED … … 681 791 * G7:r.walk 682 792 * coordinate -> start_coordinates 793 * percent_memory -> memory 794 * start_rast -> start_raster 683 795 * G7:r.water.outlet 684 796 * drainage -> input … … 689 801 * half.basin -> half_basin 690 802 * length.slope -> length_slope 803 * max.slope.length -> max_slope_length 691 804 * slope.steepness -> slope_steepness 692 * max.slope.length -> max_slope_length693 805 * G7:r.what 694 806 * east_north -> coordinates 695 * fs -> separator 696 * G7:r.rgb: 697 * output_prefix -> output 698 * G7:r.blend 699 * output_prefix -> output 700 * G7:r.category 701 * vals -> values 702 * raster -> rast 703 * G7:r.circle 704 * coordinate -> coordinates 705 * mult -> multiplier 706 * G7:r.coin 707 * map1 -> first 708 * map2 -> second 709 * G7:r.composite 710 * lev_red -> level_red 711 * lev_green -> level_green 712 * lev_blue -> level_blue 713 * G7:r.drain 714 * indir -> direction 715 * vector_output -> drain 716 * G7:r.fill.dir 717 * outdir -> direction 718 * G7:r.horizon 719 * output -> file 720 * basename -> output 721 * coordinate -> coordinates 722 * G7:r.out.mpeg 723 * qual -> quality 724 * G7:r.out.vrml 725 * elev -> elevation 726 * exag -> exaggeration 727 * G7:r.param.scale 728 * s_tol -> slope_tol 729 * c_tol -> curvature_tol 730 * exp -> exponent 731 * G7:r.random 732 * raster_output -> raster 733 * vector_output -> vector 734 * G7:r.reclass.area 735 * lesser,greater -> value, mode 736 * G7:r.report 737 * pl -> page_length 738 * pw -> page_width 739 * null -> null_value 740 * -C -> -c 741 * -N -> -a 742 * G7:r.resamp.rst 743 * elev -> elevation 744 * pcurv -> pcurvature 745 * mcurv -> mcurvature 746 * tcurv -> trucravture 747 * zmult -> zmultiplier 748 * G7:r.slope.aspect 749 * pcurv -> pcurvature 750 * tcurv -> tcurvature 751 * zfactor -> zmultiplier 752 * min_slp_allowed -> min_slope 753 * G7:r.stats 754 * nv -> null_value 755 * G7:r.spreadpath 756 * coordinate -> coordinates 757 * G7:r.terraflow 758 * stream_dir -> directory 759 * G7:r.out.ascii 760 * dp -> precision 761 * G7:r.out.vtk 762 * dp -> precision 763 * elevscale -> zmultiplier 764 765 === Raster 3D module changes === 766 767 * G7:r3.mapcalc 768 * rand() now requires seeding (new parameter seed= or new flag -s for generating random seed) 807 * G7:r.viewshed 808 * obs_elev -> observer_elevation 809 * tgt_elev -> target_elevation 810 * max_dist -> max_distance 811 812 === 3D Raster module changes === 813 * G7:r3.colors 814 * volume -> raster_3d 769 815 * G7:r3.gwflow 770 816 * q -> sink 771 817 * s -> yield 772 818 * r -> recharge 773 * vx - velocity_x 774 * vy - velocity_y 775 * vz - velocity_z 819 * vx -> velocity_x 820 * vy -> velocity_y 821 * vz -> velocity_z 822 * G7:r3.mapcalc 823 * rand() now requires seeding (new parameter seed= or new flag -s for generating random seed) 776 824 * G7:r3.out.ascii 825 * dp -> precision 777 826 * null -> null_value 778 * dp -> precision779 827 * G7:r3.out.vtk 780 * elevscale -> zmultiplier 781 * dp -> precision 828 * elevscale -> zscale 829 830 === Temporal module changes === 831 * G7:t.rast.import 832 * extrdir -> directory 833 * G7:t.rast.export 834 * extrdir -> directory 835 * G7:t.vect.import 836 * extrdir -> directory 837 * G7:t.vect.export 838 * extrdir -> directory 782 839 783 840 === Vector module changes === 784 841 * G7:v.buffer 842 * bufcolumn -> column 785 843 * G7:v.clean 786 844 * thresh -> threshold 845 * G7:v.colors 846 * volume -> raster_3d 847 * G7:v.db.join 848 * otable -> other_table 849 * ocolumn -> other_column 850 * scolumns -> subset_columns 787 851 * G7:v.db.select 788 852 * -f -> exclude attributes not linked to features 853 * nv -> null_value 854 * vs -> vertical_separator 855 * G7:v.db.update 856 * qcolumn -> query_column 857 * rast -> elevation 789 858 * G7:v.drape 790 859 * rast -> elevation 791 860 * G7:v.edit 792 * t -> b793 861 * measure -> method 794 862 * thresh -> threshold 863 * G7:v.external 864 * dsn -> input 795 865 * G7:v.extract 796 866 * list -> cats 867 * G7:v.extrude 868 * hcolumn -> height_column 797 869 * G7:v.in.e00 798 870 * file -> input 799 871 * vect -> output 800 * G7:v.in. gns801 * file-> input802 * vect -> output872 * G7:v.in.ogr 873 * dsn -> input 874 * cnames -> columns 803 875 * G7:v.in.wfs 804 876 * wfs -> url 805 * input -> map806 877 * G7:v.info 807 878 * layer=integer -> layer=string 879 * G7:v.kcv 880 * input -> map 881 * k -> npartitions 882 * G7:v.label 883 * background -> bgcolor 884 * hcolor -> highlight_color 885 * hwidth -> highlight_width 886 * G7:v.lidar.correction 887 * sce -> ew_step 888 * scn -> ns_step 889 * G7:v.lidar.edgedetection 890 * see -> ew_step 891 * sen -> ns_step 808 892 * G7:v.lrs.create 809 893 * thresh -> threshold 894 * G7:v.lrs.label 895 * background -> bgcolor 896 * hcolor -> highlight_color 897 * hwidth -> highlight_width 810 898 * G7:v.lrs.where 811 899 * thresh -> threshold 900 * G7:v.kcv 901 * k -> npartitions 902 * G7:v.kernel 903 * mult -> multiplier 812 904 * G7:v.mkgrid 813 905 * coor -> coordinates 814 906 * G7:v.net 815 907 * thresh -> threshold 816 * G7:v.out.ogr: the meaning of the -c flag has been reverted in GRASS 7 because the default must be to export only features with categories in the selected layer (the user needs to select a GRASS vector layer for v.out.ogr which will be translated to an OGR layer). If features without category are exported, the logic of matching a GRASS vector layer to a OGR layer is violated. This is particularly true for areas with islands which are in simple feature terminology polygons with holes. 908 * alayer -> arc_layer 909 * nlayer -> node_layer 910 * G7:v.net.alloc 911 * alayer -> arc_layer 912 * nlayer -> node_layer 913 * type -> arc_type 914 * ccats -> center_cats 915 * ncolumn -> node_column 916 * afcolumn -> arc_column 917 * abcolumn -> arc_backward_column 918 * G7:v.net.allpairs 919 * alayer -> arc_layer 920 * nlayer -> node_layer 921 * ncolumn -> node_column 922 * afcolumn -> arc_column 923 * abcolumn -> arc_backward_column 924 * G7:v.net.bridge 925 * alayer -> arc_layer 926 * nlayer -> node_layer 927 * ncolumn -> node_column 928 * afcolumn -> arc_column 929 * abcolumn -> arc_backward_column 930 * G7:v.net.centrality 931 * alayer -> arc_layer 932 * nlayer -> node_layer 933 * ncolumn -> node_column 934 * afcolumn -> arc_column 935 * abcolumn -> arc_backward_column 936 * G7:v.net.components 937 * alayer -> arc_layer 938 * nlayer -> node_layer 939 * ncolumn -> node_column 940 * afcolumn -> arc_column 941 * abcolumn -> arc_backward_column 942 * G7:v.net.connectivity 943 * alayer -> arc_layer 944 * nlayer -> node_layer 945 * ncolumn -> node_column 946 * afcolumn -> arc_column 947 * abcolumn -> arc_backward_column 948 * G7:v.net.distance 949 * alayer -> arc_layer 950 * nlayer -> node_layer 951 * type -> arc_type 952 * ncolumn -> node_column 953 * afcolumn -> arc_column 954 * abcolumn -> arc_backward_column 955 * G7:v.net.flow 956 * alayer -> arc_layer 957 * nlayer -> node_layer 958 * afcolumn -> arc_column 959 * abcolumn -> arc_backward_column 960 * G7:v.net.iso 961 * alayer -> arc_layer 962 * nlayer -> node_layer 963 * type -> arc_type 964 * ccats -> center_cats 965 * ncolumn -> node_column 966 * afcolumn -> arc_column 967 * abcolumn -> arc_backward_column 968 * G7:v.net.path 969 * alayer -> arc_layer 970 * nlayer -> node_layer 971 * ncolumn -> node_column 972 * afcolumn -> arc_column 973 * abcolumn -> arc_backward_column 974 * G7:v.net.salesman 975 * alayer -> arc_layer 976 * nlayer -> node_layer 977 * type -> arc_type 978 * ccats -> center_cats 979 * afcolumn -> arc_column 980 * abcolumn -> arc_backward_column 981 * G7:v.net.spanningtree 982 * alayer -> arc_layer 983 * nlayer -> node_layer 984 * ncolumn -> node_column 985 * afcolumn -> arc_columnw 986 * G7:v.net.steiner 987 * alayer -> arc_layer 988 * nlayer -> node_layer 989 * type -> arc_type 990 * tcats -> terminal_cats 991 * nsp -> npoints 992 * G7:v.net.timetable 993 * alayer -> arc_layer 994 * nlayer -> node_layer 995 * ncolumn -> node_column 996 * afcolumn -> arc_column 997 * abcolumn -> arc_backward_column 998 * G7:v.net.visibility 999 * coordinate|coordinates 1000 * vis|visibility 1001 * G7:v.out.ogr 1002 * dsn -> output 1003 * olayer -> output_layer 1004 * otype -> output_type 1005 * the meaning of the -c flag has been reverted in GRASS 7 because the default must be to export only features with categories in the selected layer (the user needs to select a GRASS vector layer for v.out.ogr which will be translated to an OGR layer). If features without category are exported, the logic of matching a GRASS vector layer to a OGR layer is violated. This is particularly true for areas with islands which are in simple feature terminology polygons with holes. 1006 * G7:v.out.postgis 1007 * dsn -> output 1008 * olayer -> output_layer 1009 * olink -> output_link 1010 * G7:v.out.vtk 1011 * scale -> zscale 817 1012 * G7:v.outlier 818 1013 * soe -> ew_step 819 1014 * son -> ns_step 820 * G7:v.proj 821 * line densification added for reprojection error minimization 1015 * thres_o -> threshold 1016 * G7:v.qcount 1017 * n -> nquadrats 1018 * r -> radius 1019 * G7:v.random 1020 * n -> npoints 822 1021 * G7:v.rast.stats 823 1022 * colprefix -> column_prefix 824 1023 * input -> map 825 * G7:v.report 826 * -s/-r -> sort 1024 * G7:v.sample 1025 * z -> zscale 1026 * G7:v.segment 1027 * file -> segments 827 1028 * G7:v.support 828 1029 * thresh -> threshold … … 830 1031 * sie -> ew_step 831 1032 * sin -> ns_step 1033 * raster -> raster_output 1034 * sparse -> sparse_input 832 1035 * G7:v.surf.rst 833 1036 * devi -> deviations 1037 * elev -> elevation 834 1038 * maskmap -> mask 1039 * mcurv -> mcurvature 1040 * overfile -> overwin 1041 * pcurv -> pcurvature 1042 * scolumn -> smooth_column 1043 * tcurv -> tcurvature 835 1044 * treefile -> treeseg 836 * overfile -> overwin 837 * elev -> elevation 1045 * zmulti -> zscale 1046 * G7:v.to.db 1047 * qlayer -> query_layer 1048 * qcolumn -> query_column 838 1049 * G7:v.to.points 839 1050 * -v/-n -> use 1051 * llayer -> layer 1052 * G7:v.transform 1053 * attrcolumn -> attribute_column 1054 * labelcolumn -> label_column 1055 * rgbcolumn -> rgb_column 1056 * zrot -> zrotation 1057 * G7:v.vect.stats 1058 * alayer -> areas_layer 1059 * ccolumn -> count_column 1060 * pcolumn -> points_column 1061 * player -> points_layer 1062 * scolumn -> stats_column 1063 * G7:v.vol.rst 1064 * aspect1 -> aspect_horizontal 1065 * aspect2 -> aspect_vertical 1066 * cellinp -> cross_input 1067 * cellout -> cross_output 1068 * devi -> deviations 1069 * elev -> elevation 1070 * gcurv -> gcurvature 1071 * mcurv -> mcurvature 1072 * ncurv -> ncurvature 1073 * scolumn -> smooth_column 1074 * wmulti -> wscale 1075 * zmulti -> zscale 840 1076 * G7:v.what.vect 1077 * qcolumn -> query_column 1078 * qlayer -> query_layer 1079 * qmap -> query_map 1080 * G7:v.what.vect 1081 * qvector -> query_map 1082 * qlayer -> query_layer 1083 * qcolumn -> query_column 841 1084 * vector -> map 842 * qvector -> qmap843 * G7:v.label844 * background -> bgcolor845 * G7:v.lrs.label846 * background -> bgcolor847 * G7:v.buffer848 * bufcolumn -> column849 * G7:v.db.join850 * otable -> other_table851 * ocolumn -> other_column852 * scolumns -> subset_columns853 * G7:v.db.select854 * vs -> vertical separator855 * G7:v.db.update856 * qcolumn -> query_column857 * G7:v.extrude858 * hcolumn -> height_column859 * G7:v.kcv860 * k -> npartitions861 * G7:v.kernel862 * mult -> multiplier863 * G7:v.out.ogr864 * dsn -> output865 * olayer -> output_layer866 * otype -> output_type867 * G7:v.out.postgis868 * dsn -> output869 * olayer -> output_layer870 * olink -> output_link871 * G7:v.out.vtk872 * scale -> zmultiplier873 * dp -> precision874 * G7:v.qcount875 * n -> nquadrants876 * r -> radius877 * G7:v.sample878 * z -> zmultiplier879 * G7:v.segments880 * file -> segments881 * G7:v.surf.rst882 * pcurv -> pcurvature883 * tcurv -> tcurvature884 * mcurv -> mcurvature885 * scolumn -> smooth_column886 * zmulti -> zmultiplier887 * G7:v.to.db888 * qlayer -> query_layer889 * qcolumn -> query_column890 * G7:v.to.points891 * llayer -> layer892 * G7:v.transform893 * attrcolumn -> attribute_column894 * rgbcolumn -> rgb_column895 * labelcolumn -> label_column896 * G7:v.transform897 * zrot -> zrotation898 * G7:v.vect.stats899 * player -> points_layer900 * alayer -> areas_layer901 * pcolumn -> points_column902 * ccolumn -> count_column903 * scolumn -> stats_column904 * G7:v.vol.rst905 * cellinp -> cross_input906 * devi -> deviations907 * scolumn -> smooth_column908 * wmulti -> wmultiplier909 * zmulti -> zmultiplier910 * cellout -> cross_output911 * elev -> elevation912 * aspect1 -> aspect_horizontal913 * aspect2 -> aspect_vertical914 * ncurv -> ncurvature915 * gcurv -> gcurvature916 * mcurv -> mcurvature917 * G7:v.what.vect918 * qmap -> query_map919 * qlayer -> query_layer920 * qcolumn -> query_column921 * G7:v.in.ogr922 * dsn -> input923 * cnames -> columns924 === Miscellaneous module changes ===925 926 * G7:m.measure927 * coords -> coordinates928 * G7:m.cogo929 * coords -> coordinates930 * G7:m.transform931 * coords -> input932 1085 933 1086 == GRASS GIS 7 Addons ==