Difference between revisions of "Vector Math"

(Created page with "'''Description:''' Functions used for computing geospatial coordinates and distances. Includes: * A cross product of vectors function * Functions to conversion between spheric...")
 
 
Line 1: Line 1:
 +
[[Category: Examples]]
 +
=== Example model ===
 +
 
'''Description:'''
 
'''Description:'''
 
Functions used for computing geospatial coordinates and distances. Includes:
 
Functions used for computing geospatial coordinates and distances. Includes:

Latest revision as of 08:27, 17 January 2023

Example model

Description: Functions used for computing geospatial coordinates and distances. Includes:

  • A cross product of vectors function
  • Functions to conversion between spherical and Cartesian coordinates in 3-D
  • Functions to compute bearings from one latitude-longitude point to another
  • Functions for finding distance between two latitude-longitude points along the great circle.
  • Functions for finding the intersection of two great circles

Keywords: Geospatial analysis, GIS, vector analysis

Author: Robert D. Brown III, Incite Decision Technologies, LLC

Download: Vector Math.ana

Comments


You are not allowed to post comments.