[Qgis-developer] Re: [OSSIM] Fwd: Creating a Python plugin for OSSIM-QGIS

Alex Mandel tech_dev at wildintellect.com
Sat Apr 21 16:09:03 EDT 2012


I think the current answer, is that you rely on the user installing
OSSIM and the OSSIM pyhon library (eg. on a linux distro python-ossim,
prebuilt can be shipped with osgeo4w on windows).

That ensure's its on the python path. Then you can write a plugin that
simply imports your lib.


Thanks,
Alex


On 04/21/2012 01:00 PM, Vipul Raheja wrote:
> Hello,
> 
> I sent this to QGIS-dev for guidance. Does anyone in OSSIM have any idea
> about QGIS-Plugin development?
> 
> Kind regards,
> Vipul
> 
> ---------- Forwarded message ----------
> From: Vipul Raheja <vipul.rahejaug08 at students.iiit.ac.in>
> Date: Sun, Apr 22, 2012 at 1:09 AM
> Subject: Creating a Python plugin for OSSIM-QGIS
> To: qgis-developer at lists.osgeo.org
> 
> 
> Hi Developers,
> 
> I am a developer for OSSIM (Open Source Software Image Map). I am working
> on creating Python wrappings for OSSIM and in order to make the
> functionalities of OSSIM benefit other open source GIS software users,
> particularly the QGIS users, I want to create a downloadable Python plugin
> to make things easier in the same regard.
> 
> For now, what I have been able to do is create a _PyOssim.so library for
> OSSIM (by doing the wrapping) using which one can access OSSIM functions
> from a Python console using a simple "import pyossim" statement. Can anyone
> guide me as to how should I proceed further towards creating the QGIS-OSSIM
> Plugin?
> I had a look at the PyQGIS cookbook but as far as I understood it, the
> tutorial there seems to be tailor-made for simple plugins whereas this
> shall provide a whole library of image processing functionality. Is
> something like this possible?
> 
> Any help/guidance will be greatly appreciated.
> 
> Kind regards,
> 
> Vipul Raheja
> Senior Undergraduate
> Computer Science and Engineering
> Lab for Spatial Informatics
> IIIT Hyderabad, India
> 
> 




More information about the Qgis-developer mailing list