PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
rtgdalraster.py File Reference

Go to the source code of this file.

Namespaces

 rtgdalraster
 

Functions

def rtgdalraster.logit (msg)
 

Variables

 rtgdalraster.prs
 
 rtgdalraster.dest
 
 rtgdalraster.action
 
 rtgdalraster.default
 
 rtgdalraster.help
 
 rtgdalraster.opts
 
 rtgdalraster.args
 
 rtgdalraster.cfg
 
 rtgdalraster.VERBOSE = opts.verbose
 
 rtgdalraster.conn = psycopg2.connect(opts.db)
 
 rtgdalraster.cur = conn.cursor()
 
string rtgdalraster.sql = "SELECT ST_AsGDALRaster(%s, %%s, %%s::text[], NULL::integer)" % (opts.raster)
 
 rtgdalraster.rec = cur.fetchone()[0];
 
 rtgdalraster.fh = open(opts.output, 'wb', -1)