Execute Network | Edit Network
Author: R.S. Weigel Date:

Demos the Fiducials.net from the bonuspack cd. It creates a grid of renderable lines to be used as fiducials for marking maps or geographically-located data. The grid can be subsequently warped by a cartographic projection prior to rendering. The user has control over the spacing and extent of the fiducials, their color and whether or not to indicate latitude-longitude values.

MODULE Fiducials CATEGORY CISM_DX_General DESCRIPTION Create a renderable grid of fiducial lines INPUT lat_density; value list or field or string or string list; 30; spacing of latitude grid lines in degrees INPUT lon_density; value list or field or string or string list; 30; spacing of longitude grid lines in degrees INPUT label; integer; 0; 0 = do not label fiducials, 1 = label fiducials INPUT color; field or vector or string; "white"; color of fiducial lines: red ; green ; blue ; yellow ; orange ; purple ; black ; white ; cyan ; magenta INPUT lon_width[visible:0]; value list or field or string or string list; 360; Longitude Width (Degrees) INPUT lat_width[visible:0]; value list or field or string or string list; 180; Latitude Width (Degrees) INPUT pole[visible:0]; value list or field or string or string list; [0. 0.]; Geographic Viewing Centroid [Lat. (Deg. N.), Lon. (Deg. E.)] OUTPUT fiducial_grid_on_sphere; object; a grid of fiducial lines mapped to a sphere OUTPUT fiducial_grid; color field; a grid of cartesian fiducial lines

EXAMPLE VPE: SEE ALSO