tf_raster_contour_lines; tf_raster_contour_polygons
Rasterizing Variant
SELECT
contour_[lines|polygons],
contour_values
FROM TABLE(
tf_raster_contour_[lines|polygons](
raster => CURSOR(
<lon>,
<lat>,
<value>
),
agg_type => ‘<agg_type>’,
bin_dim_meters => <bin_dim_meters>,
neighborhood_fill_radius => <neighborhood_fill_radius>,
fill_only_nulls => <fill_only_nulls>,
fill_agg_type => ‘<fill_agg_type>’,
flip_latitude => <flip_latitude>,
contour_interval => <contour_interval>,
contour_offset => <contour_offset>
)
);Direct Variant
Input Arguments
Parameter
Description
Data Types
Output Columns
Name
Description
Data Types
Examples
Last updated
Was this helpful?

