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 3 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.

Unknown macro: {indent}

The grid will have the same number of rows and columns as the last grid that set the @nrow @ncol variables.

inc xinc yinc

Unknown macro: {indent}

Create grid model grid with increments xinc and yinc .

nx ny

Unknown macro: {indent}

Create a grid with nx times ny grid cells.

trend trendgrid

Unknown macro: {indent}

Apply a trend grid in workspace trendgrid for the gridding process.

ref referencegrid

Unknown macro: {indent}

Apply a reference grid in workspace referencegrid for grid layout. Dimension of the grid is taken from the 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

Unknown macro: {pagebreak}
  • No labels