Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Unknown macro: {alias}

Name

gsu — Grid surface points

Syntax

gsu [inc] | [nx ny] [trend trendgrid] [ref referencegrid]

Description

General gridding command from input points using a minimum curvature algorithm into a grid surface. The gridding can also try to follow a trend grid that is placed in workspace. The algorithm has good extrapolation qualities as shown in the example.

Arguments

No arguments.

inc xinc yinc

nx ny

trend trendgrid

ref referencegrid

Examples

Ex.1: Grid surface interpolating points

# Surface model gridding
z                 ;# Erase screen
win demo          ;# Get demo window (450000 460000 6450000 6460000 1000 4000)
spe bgc whi       ;# Specify background color to white
mak ran 11        ;# Make 11 random points
poi 2             ;# Display point with size width 2
gsu 222 222       ;# Make grid of dimension 222 x 222
map               ;# Map the grid

The above example produces this image.


Grid surface example

See also

gen - Generate grid, grp - Grid points and lines, fmo - Fast modelling, trg - Triangulate point data

  • No labels