Re: [Qgis-developer] Project Idea For GSoc

2015-03-19 Thread Nancy
Respected Sir,

This is with respect to your previous mail.This is what i figured out from your 
mail please correct me if i am wrong.
1> Rather than writing a code for pan sharpening we should try to import the 
already existing tools from GDAl/GRASS for pan sharpening into QGIS as a 
complete tool set under raster processing tab in QGIS.

So this is what i understood so here our requirement is :-
1>To have a display option of Pan sharpening under Raster->Miscellaneous->Pan 
sharpening-> Methods (Method 1 would be Bayes,Method 2 would be lmvm etc.)
2>We should import the pan sharpening tools from GDAL/GRASS. (I would like you 
to explain me to how exactly to go about with it in just a vague manner would 
be enough)

I also understood that we can install OrFeo toolbox and directly use the pan 
sharpening algorithm from there.

Instead it would be better if we had it as a separate option as a Raster 
process in QGIS.

Regards,
Nancy



- Original Message -
From: "Alex Mandel" 
To: "Nancy" , "qgis-developer" 

Sent: Sunday, March 15, 2015 9:48:58 PM
Subject: Re: [Qgis-developer] Project Idea For GSoc

Nancy,

We did see your 1st email message, I suspect the slow response is due to
the weekend and many people not having an opinion on the topic.

Looking around a little I would say the focus of the project should be
to get existing pansharpen tools into QGIS. Looking in the toolbox Orfeo
methods are already available. However i.pansharpen from GRASS does not
appear to be there. Also there's this great set of gdal scripts from
https://github.com/gina-alaska/dans-gdal-scripts that includes a
pansharpen (not sure which algorithms). Having all of these in the
Processing toolbox in QGIS would be really nice.

If you really want to work on additional algorithms not already in those
tools I would suggest you work with either the GDAL or GRASS projects
directly. Implementing in those tools leads to them being available in
QGIS and likely being more maintainable and useful as they can be then
also be scripted, which makes sense when you have huge amounts of images
to fix.

Thanks,
Alex


On 03/14/2015 11:20 AM, Nancy wrote:
> Hi all,
> 
> My name is Nancy. I am a dual degree Computer Science student at IIIT-H and 
> pursuing Masters in the field of Spatial Informatics.
> 
> I have been an avid user of QGIS for the past year as my interests lies in 
> it.I would like to introduce to you this project idea for GSoC 2015, in which 
> I am interested. 
> 
> The idea of the project is Pan Sharpening in QGIS.The main idea of pan 
> sharpening is to combine registered high spatial resolution panchromatic 
> (pan) and lower spatial resolution multispectral imagery to synthesize higher 
> resolution multispectral imagery.The degree of misregistration between bands 
> and the correlation of intensity values are key factors in generating 
> radiometrically accurate and visually crisp output images. 
> 
> There are many algorithm for Pan Sharpening :- 
> 1>Projective
> 2>Multiplicative
> 3>High Pass Filter
> 4>Hue, Saturation, Intensity
> 
> But I would like to work on Projective method as it provides better results 
> in terms of preserving the color of the multispectral image. The other 
> algorithms all cause a color shift of one type or another from the original 
> multispectral image. 
> 
> There are two components to the projective pan sharpening algorithm. The 
> first component determines the linear radiometric relationship between the 
> pan and multispectral bands and the second processes pixels to produce the 
> sharpened product.
> 
> Benefit of this project will be that by increasing the spatial resolution of 
> the high spectral resolution multispectral image,many other image processing 
> tasks which are performed on the multispectral image are enhanced.We will be 
> able get clear boundaries for clear extraction of features from the image and 
> better vectorisation.
> 
> We have this functionality in GRASS and other softwares so we are trying to 
> implement it in QGIS.
> 
> Regards
> Nancy
> IIIT-Hyderabad.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Regarding having multiple layers in print composer QGIS

2015-03-19 Thread Nancy
Respected Sir,

I wanted to know if we can have multiple labeling in print composer.After 
digitization i made the id's as the label now i want to have one more attribute 
as a label on the same digitized layer along with the id's as the label.

1.png and 2.png shows the 2 label's of the same vector file.Now is there any 
way to put these 2 label's one over the other with different properties( e.g 1 
label id should come in middle of layer and then 2 label shape comes somewhere 
inside the layer).

Can we do this?

Regards,
Nancy




___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] graph and plots improvements?

2015-03-19 Thread matteo

QEP created, here the link...

https://github.com/qgis/QGIS-Enhancement-Proposals/pulls

please please improve it, add some contents and correct the mistakes.. ;)

thanks!

Matteo
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] graph and plots improvements?

2015-03-19 Thread Matthias Kuhn
Hi Matteo

On 03/19/2015 11:58 AM, matteo wrote:
> Hi all again,
> shouldn't we start a QEP for this?
I do not expect anybody is going to stop you :-)
>
> Cheers
>
> Matteo
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] graph and plots improvements?

2015-03-19 Thread matteo

Hi all again,
shouldn't we start a QEP for this?

Cheers

Matteo
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Testing Python plugin on Windows

2015-03-19 Thread Luca Delucchi
Hi devs,

I have to test a Python plugin on Windows, if I use the working
solution on Linux

import pdb
from PyQt4.QtCore import *
pyqtRemoveInputHook()
pdb.set_trace()

I got this error

2015-03-19T11:34:39 1 Traceback (most recent call last):
File "C:\Users\localadmin\.qgis2\python\plugins\stem\tools\image_filter.py",
line 146, in onRunLocal
gs.import_grass(source, tempin, typ, nlayerchoose)
File "C:\Users\localadmin\.qgis2\python\plugins\stem\tools\image_filter.py",
line 146, in onRunLocal
gs.import_grass(source, tempin, typ, nlayerchoose)
File "C:\OSGeo4W\apps\Python27\lib\bdb.py", line 49, in trace_dispatch
return self.dispatch_line(frame)
File "C:\OSGeo4W\apps\Python27\lib\bdb.py", line 68, in dispatch_line
if self.quitting: raise BdbQuit
BdbQuit

How can I solve this problem?

Thanks

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Post-processing queries on postgis layers (after insert/delete/update)

2015-03-19 Thread Jürgen E . Fischer
Hi Olivier,

On Thu, 19. Mar 2015 at 02:09:36 +0100, Olivier Dalang wrote:
> Now I've got another problem, the committedAttributeValuesChanges and
> committedGeometriesChanges signals of QgsVectorLayer don't seem to fire when
> I change attributes or geometries...

Fixed in 65378e6


Jürgen

-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode 



signature.asc
Description: Digital signature
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer