[Qgis-developer] Writing a data provider in Python

Barry Rowlingson b.rowlingson at lancaster.ac.uk
Fri Mar 16 06:44:36 EDT 2007


Tim Sutton wrote:
> Hi
> 
> Martin is it possible to write  a provider in python with your bindings?
> 

  QgsRasterDataProvider and QgsVectorDataProvider classes exist, so it 
should just be a case of making a new python class that's a subclass of 
those, overriding some methods, and calling the right initialise routine.

  Or am I being old and naive?

Barry




More information about the Qgis-developer mailing list