Changes between Version 180 and Version 181 of Grass7/NewFeatures
- Timestamp:
- 10/19/13 01:44:52 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/NewFeatures
v180 v181 204 204 205 205 * WPS support implemented in parser (c, c++, python, shell) 206 * parser: method and unit abbreviations supported 206 207 * Libraster separated out into own library 207 208 * Store metadata in $HOME/.grass7 directory … … 224 225 * Large File Support (LFS) added 225 226 * New topology, requires rebuilding topology with G7:v.build (G7:v.build.all) when switching between GRASS 6.x and GRASS 7 226 * New spatial index: faster queries (>10x for large vectors), less memory for opening an existing vector227 * 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')228 * New main topology: reduced memory and disk space requirements, generally faster processing227 * New spatial index: faster queries (>10x for large vectors), less memory for opening an existing vector 228 * 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') 229 * New main topology: reduced memory and disk space requirements, generally faster processing 229 230 * Cleaning function 'break polygons' faster, less memory 230 231 * 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. … … 270 271 == Renamed modules == 271 272 273 * '''g.transform''' -> ''G7:m.transform'' 274 * '''d.nviz''' -> ''G7:m.nviz.script'' 272 275 * '''i.class''' rewritten as ''G7:g.gui.iclass'' (new wxGUI) 273 276 * '''i.ortho.photo''' rewritten as G7:i.ortho.rectify: restructured and optimized; batch job capable 274 * '''d.nviz''' -> ''G7:m.nviz.script''275 * '''g.transform''' -> ''G7:m.transform''276 277 * '''nviz_cmd''' -> ''G7:m.nviz.image'' 278 277 279 == Renamed options == 278 280 … … 282 284 * fs= (field separator) -> separator= 283 285 * interpolation methods 'bilinear', 'bicubic' renamed to 'linear', 'cubic' 286 284 287 === Display module changes === 288 * G7:d.barscale 289 * background_color -> bgcolor 285 290 * G7:d.correlate 286 291 * layers -> map … … 297 302 * wscale -> width_scale 298 303 * rot_column -> rotation_column 299 * G7:d.barscale 300 * background_color -> bgcolor 304 301 305 === Database management module changes === 302 306 * G7:db.out.ogr … … 304 308 * G7:db.select 305 309 * vs -> vseparator 310 306 311 === General map management module changes === 307 312 * G7:g.mapsets … … 337 342 * file -> input 338 343 * vect -> output 344 * G7:i.maxlik 345 * sigfile -> signaturefile 346 * class -> output 339 347 * G7:i.spectral 340 348 * raster -> input … … 342 350 * G7:i.tasscap 343 351 * outprefix -> output_prefix 344 * G7:i.maxlik 345 * sigfile -> signaturefile 346 * class -> output 352 347 353 === Raster module changes === 348 354 * G7:r.basins.fill … … 354 360 * G7:r.colors.stddev 355 361 * input -> map 362 * G7:r.cost 363 * coordinate -> start_coordinates 364 * G7:r.distance 365 * maps -> map 366 * G7:r.drain 367 * voutput -> vector_output 368 * coordinates -> start_coordinates 369 * vector_points -> start_points 356 370 * G7:r.external 357 371 * the -r flag has been removed, approximate range is not ok … … 379 393 * G7:r.reclass 380 394 * use of rules parameter is mandatory in grass 7.0, also when the reclass rules are piped through another program (use rules=-) 381 * G7:r.topmodel382 * belevation -> basin_elevation383 395 * G7:r.sim.sediment 384 396 * elevin -> elevation … … 421 433 * G7:r.to.vect 422 434 * feature -> type 435 * G7:r.topmodel 436 * belevation -> basin_elevation 423 437 * G7:r.uslek 424 438 * usle_k -> output 439 * G7:r.walk 440 * coordinate -> start_coordinates 425 441 * G7:r.water.outlet 426 442 * drainage -> input … … 428 444 * G7:r.what 429 445 * east_north -> coordinates 430 * G7:r.distance 431 * maps -> map 432 * G7:r.cost 433 * coordinate -> start_coordinates 434 * G7:r.walk 435 * coordinate -> start_coordinates 436 * G7:r.drain 437 * voutput -> vector_output 438 * coordinates -> start_coordinates 439 * vector_points -> start_points 446 440 447 === Vector module changes === 448 * G7:v.drape 449 * rast -> elevation 441 450 * G7:v.edit 442 451 * t -> b 443 452 * measure -> method 444 * G7:v. info445 * l ayer=integer -> layer=string453 * G7:v.extract 454 * list -> cats 446 455 * G7:v.in.e00 447 456 * file -> input … … 450 459 * wfs -> url 451 460 * input -> map 461 * G7:v.info 462 * layer=integer -> layer=string 452 463 * 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. 453 464 * G7:v.rast.stats 454 465 * colprefix -> column_prefix 455 466 * input -> map 456 * G7:v.what.vect 457 * vector -> map 458 * qvector -> qmap 467 * G7:v.report 468 * -s/-r -> sort 459 469 * G7:v.surf.rst 460 470 * maskmap -> mask … … 462 472 * overfile -> overwin 463 473 * elev -> elevation 464 * G7:v.drape 465 * rast -> elevation 474 * G7:v.what.vect 475 * vector -> map 476 * qvector -> qmap 466 477 * G7:v.to.points 467 478 * -v/-n -> use 468 * G7:v.report469 * -s/-r -> sort