|
|
(12 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| ==Translation Quick Reference Table==
| | #REDIRECT [[GRASS GIS for ArcGIS users]] |
| {| border="1"
| |
| ! GIS Software/Module !! GIS command/feature !! GRASS command(s) !! [[#Notes on discrepancies|Discrepancies*]]
| |
| |-
| |
| | ESRI ARC-INFO/ARC || [[#LATTICESPOT|LATTICESPOT]] || v.what.rast || Major
| |
| |}
| |
| | |
| ==Translation Discussion==
| |
| ===ESRI ARC-INFO===
| |
| ====LATTICESPOT====
| |
| {| border="1"
| |
| ! GIS command/feature !! GRASS command(s)
| |
| |-
| |
| | LATTICESPOT <in_lattice> <in_cover> {spot_item} {z_factor} || v.what.rast vector=<in_cover> raster=<in_lattice> layer=layer column={spot_item}
| |
| |}
| |
| | |
| Discrepancies:
| |
| *{spot_item} defaults to "SPOT" for LATTICESPOT, but must be explicitly defined for v.what.rast
| |
| *{z_factor} must be applied to the GRASS vector database after-the-fact.
| |
| *LATTICESPOT performs a bilinear interpolation to assign raster values to the output vector, whereas v.what.rast uses nearest neighbor.
| |