tf_raster_graph_shortest_slope_weighted_path
SELECT * FROM TABLE(
tf_raster_graph_shortest_slope_weighted_path(
raster => CURSOR(
SELECT x, y, z FROM table
),
agg_type => <'AVG'|'COUNT'|'SUM'|'MIN'|'MAX'>,
bin_dim => <meters>,
geographic_coords => <true/false>,
neighborhood_fill_radius => <num bins>,
fill_only_nulls => <true/false>,
origin_x => <origin x coordinate>,
origin_y => <origin y coordinate>,
destination_x => <destination x coordinate>,
destination_y => <destination y coordinate>,
slope_weighted_exponent => <exponent>,
slope_pct_max => <max pct slope>
)Parameter
Description
Data Types

Last updated
Was this helpful?

