Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Writing PostGIS raster Map Algebra Callback Functions in PLV8

I've read from many that PL/V8 mathematic operations are generally faster than what you get with SQL functions and PL/pgsql functions. One area where I thought this speed would be really useful was for writing Map Algebra call-back functions. A PostGIS 2.1+ Map Algebra Callback function signature looks like: func_name(double precision[][][] value, integer[][] pos, text[] VARIADIC userargs)


Continue reading "Writing PostGIS raster Map Algebra Callback Functions in PLV8"


This post first appeared on Postgres OnLine Journal, please read the originial post: here

Share the post

Writing PostGIS raster Map Algebra Callback Functions in PLV8

×

Subscribe to Postgres Online Journal

Get updates delivered right to your inbox!

Thank you for your subscription

×