Re: [QGIS-it-user] Somma progressiva valori di lunghezza

2019-10-08 Thread matteo
Ciao,

grazie della risposta. Pensavo cmq ci fosse un modo un po' più
immediato, immaginavo anche per fare operazioni iterative di
quell'attributo di quella feature rispetto alla feature precedente (e.
differenza di tempo in secondi).

Grazie

Matteo
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Scala di vettorizzazione

2019-10-08 Thread Luca Bellani
Grazie mille Stefano. Credevo giá che la risposta fosse negativa, ma non
capivo la correlazione..controllo il tuo link





--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Scala di vettorizzazione

2019-10-08 Thread Stefano Campus
No, corrisponde alla tolleranza planimetrica.
Vedi ad esempio le specifiche di produzione di modelli altimetrici e
ortofoto.

http://www.centrointerregionale-gis.it/AvvGara/III_lotto/linee_guida_ortoimmagini.pdf


Il mar 8 ott 2019, 19:42 Luca Bellani 
ha scritto:

> Salve, ho un dubbio generale, che vorrei condividervi.
> Ho una risorsa vettoriale lineale, che rappresenta le risorse idriche.
> Nei metadati (e anche dalla pagina di download) si specifica che i dati son
> a scala 250.000.
> Il mio dubbio é: la scala (risoluzione) di danno i metadati, indica che
> quegli elementi furono vettorizzati usando il livello di zoom pari a una
> scala di 250.000?
> Detto in un altro modo: quando leggo che certi dati furono generati a una
> scala di 50.000, significa che lo zoom dell'immagine satellitale era stato
> impostato a quel livello?
> Ho questo grande dubbio, sulla correlazione.
> Grazie mille
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
> ___
> QGIS-it-user mailing list
> QGIS-it-user@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/qgis-it-user
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] Scala di vettorizzazione

2019-10-08 Thread Luca Bellani
Salve, ho un dubbio generale, che vorrei condividervi.
Ho una risorsa vettoriale lineale, che rappresenta le risorse idriche.
Nei metadati (e anche dalla pagina di download) si specifica che i dati son
a scala 250.000.
Il mio dubbio é: la scala (risoluzione) di danno i metadati, indica che
quegli elementi furono vettorizzati usando il livello di zoom pari a una
scala di 250.000?
Detto in un altro modo: quando leggo che certi dati furono generati a una
scala di 50.000, significa che lo zoom dell'immagine satellitale era stato
impostato a quel livello?
Ho questo grande dubbio, sulla correlazione.
Grazie mille 



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Is there an equivalent to the Mutant plugin for QGIS 3.4.11?

2019-10-08 Thread Yann Troutet
Thanks Werner,

Problem solved: I forgot to check ' Show also experimental plugins' to find and 
install it.

Everything works fine.

Yann
>>> Werner Macho  10/7/2019 11:35 PM >>>
Hi Yann,

Is there any problem with Mutant? Isn't it working any more?
Or are you searching for something else?

regards
Werner

On Mon, Oct 7, 2019 at 10:21 PM Yann Troutet  wrote:


I'm trying to easily get spectral signatures from single pixel values using 
Landsat-8 bands (either a virtual raster, or a band set).

Is there an equivalent for what the Mutant plugin used to do but for the 
current version of QGIS (3.4.11)?

Yann



-- 
This message has been scanned for viruses and dangerous content by 
Selkirk College-E.F.A. Project, and is believed to be clean.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] [QGIS-Developer] Geodesic Line Simplification

2019-10-08 Thread C Hamilton
I have currently implemented a geodesic decimation processing routine, but
I have a question for the community. I am thinking about making 3
algorithms to simplify the process rather than one algorithm with more
options where some options would not be applicable to points and other not
applicable to lines so would you agree with my reasoning or not? If I break
it into 3, these would be the algorithms.

1. Geodesic distance and time decimation for point layer.
This would calculate the distance between consecutive points and if they
don't meet the minimum distance then a point would be removed.
Additionally, if a time field is selected it would also calculate the
difference in time between two points and if it is less then the minimum
time then the point would be removed. When both distance and time are
selected and either condition is below the minimum, then the point would be
removed. This algorithm would include an order field and group by field.
There would be the option of preserving the last point despite the fact it
might not meet the criteria.

2. Geodesic distance decimation for lines and perhaps polygons.
Time would not be a part of the algorithm because the individual vertices
don't have time associated with them. This would calculate the distance
between consecutive vertices and if they don't meet the minimum geodesic
distance then the vertex would be removed. There would be an option of
preserving the final vertex despite it might not meet the criteria.

3. Geodesic Simply Algorithm for lines and polygons.
This would implement geodesic versions of algorithms such the
Douglas-Peucker algorithm for lines and polygons. Instead of using
Cartesian math it would use geodesic math.

I have #2 implemented and #1 without time. I think it is probably better to
have a separate algorithm for points and another for lines and polygons.
Would you agree?

Thanks,

Calvin

On Wed, Oct 2, 2019 at 7:51 PM Nyall Dawson  wrote:

> On Wed, 2 Oct 2019 at 01:30, C Hamilton  wrote:
> >
> > I am guessing this is working on Cartesian coordinates and not geodesic
> which is fine if you have a local projection. I think I will go ahead and
> implement some similar geodesic algorithms. Thank you for the GRASS link.
> It will help.
>
> Hi Calvin,
>
> I think there's a strong use case for adding this to the c++ API.
> Would you be willing to put together a proof of concept in Python code
> and I'll port it to c++ for you?
>
> Nyall
>
>
> >
> > Thanks,
> >
> > Calvin
> >
> > On Tue, Oct 1, 2019 at 7:45 AM Áron Gergely 
> wrote:
> >>
> >> Hi Calvin and list,
> >>
> >> Have you looked at the GRASS GIS v.generalize tool?
> https://grass.osgeo.org/grass64/manuals/v.generalize.html
> >>
> >> The Douglas-Peucker algorithm is implemented there and I have used that
> with (topologic)success recently on many touching polygons. Should work for
> polylines too!
> >>
> >> Best regards,
> >> Aron
> >>
> >> On 01/10/2019 08:19, Tim Sutton wrote:
> >>
> >> Hi
> >>
> >> On 26 Sep 2019, at 17:13, C Hamilton  wrote:
> >>
> >> Are there any geodesic QGIS algorithms that simplify lines? "Simplify"
> just uses the projection units of measure. If there isn't I thought I would
> add this to the Shape Tools plugin. I could easily implement the
> Douglas-Peucker algorithm using geodesic math.
> >>
> >> For GPS tracks I also see a need to throw out all points that are less
> than a certain distance or less than a certain time interval. I don't see
> any simplification algorithms that make use of time. Am I just missing them?
> >>
> >>
> >> No I don’t think we have any time based simplifiers - would be a great
> addition!
> >>
> >> Regards
> >>
> >> Tim
> >>
> >>
> >>
> >>
> >> Thanks,
> >>
> >> Calvin
> >> ___
> >> QGIS-Developer mailing list
> >> qgis-develo...@lists.osgeo.org
> >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> >> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> >>
> >>
> >> —
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> Tim Sutton
> >>
> >> Co-founder: Kartoza
> >> Ex Project chair: QGIS.org
> >>
> >> Visit http://kartoza.com to find out about open source:
> >>
> >> Desktop GIS programming services
> >> Geospatial web development
> >> GIS Training
> >> Consulting Services
> >>
> >> Skype: timlinux
> >> IRC: timlinux on #qgis at freenode.net
> >>
> >> I'd love to connect. Here's my calendar link to make finding time easy.
> >>
> >>
> >> ___
> >> QGIS-Developer mailing list
> >> qgis-develo...@lists.osgeo.org
> >> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> >> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> >
> > ___
> > QGIS-Developer mailing list
> > qgis-develo...@lists.osgeo.org
> > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> > Unsubscribe: 

Re: [QGIS-it-user] Qgis server e Lizmap

2019-10-08 Thread nicoali
questo è il mio
/etc/apache2/conf-available/php.conf

https://pastebin.com/H6Uvsvr2

e questo 
/etc/apache2/conf-available/serve-cgi-bin.conf
https://pastebin.com/jN5fQAiz

php7.0-cgi-bin
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all

Action application/x-httpd-php /cgi-bin/php7.0

non so se manca altro



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Qgis server e Lizmap

2019-10-08 Thread Paolo Cavallini
Hai abilitato cgi?

On 8 October 2019 17:42:07 EEST, nicoali  wrote:
>Ho provato a installare lizmap su un VPS con ubuntu 16.04 X64 e sembra
>sia
>andata a buon fine, visualizzo il pannello admin etc.. ma non riesco a
>visualizzare le mappe in quanto i servizi WMS e WFS di qgis server non
>sembrano funzionare.
>
>http://89.47.161.54/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS=1.3.0=GetCapabilities
>
>ricevo un Internal Server Error!
>
>con *find / -name 'qgis_mapserv.fcgi' *  
>ricevo/usr/lib/cgi-bin/qgis_mapserv.fcgi
>
>"lanciando" 
>
>/usr/lib/cgi-bin/qgis_mapserv.fcgi Warning 1: Unable to find driver
>ECW
>to unload from GDAL_SKIP environment variable.
>Warning 1: Unable to find driver ECW to unload from GDAL_SKIP
>environment
>variable.
>Warning 1: Unable to find driver JP2ECW to unload from GDAL_SKIP
>environment
>variable.
>Warning 1: Unable to find driver ECW to unload from GDAL_SKIP
>environment
>variable.
>Warning 1: Unable to find driver JP2ECW to unload from GDAL_SKIP
>environment
>variable.
>Content-Type: text/xml; charset=utf-8
>Content-Length: 206
>
>xmlns="http://www.opengis.net/ogc;>
>Service unknown or
>unsupported
>
>fin qui sembra tutto regolare!
>
>ho creato il mio  /etc/apache2/sites-available/qgis.nico.conf
>cosi:
>https://pastebin.com/uNvGhpRe
>
>e lanciato 
>a2enmod fcgid
>a2ensite qgis.nico
>service apache2 restart
>
>il log error:
>https://pastebin.com/8QnNfnp0
>e qgis.nico.error log
>https://pastebin.com/D2K1eiMN
>
>
>
>
>
>
>--
>Sent from:
>http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
>___
>QGIS-it-user mailing list
>QGIS-it-user@lists.osgeo.org
>https://lists.osgeo.org/mailman/listinfo/qgis-it-user

-- 
Sorry for being short___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] Qgis server e Lizmap

2019-10-08 Thread nicoali
Ho provato a installare lizmap su un VPS con ubuntu 16.04 X64 e sembra sia
andata a buon fine, visualizzo il pannello admin etc.. ma non riesco a
visualizzare le mappe in quanto i servizi WMS e WFS di qgis server non
sembrano funzionare.

http://89.47.161.54/cgi-bin/qgis_mapserv.fcgi?SERVICE=WMS=1.3.0=GetCapabilities

ricevo un Internal Server Error!

con *find / -name 'qgis_mapserv.fcgi' *  
ricevo/usr/lib/cgi-bin/qgis_mapserv.fcgi

"lanciando" 

/usr/lib/cgi-bin/qgis_mapserv.fcgi Warning 1: Unable to find driver ECW
to unload from GDAL_SKIP environment variable.
Warning 1: Unable to find driver ECW to unload from GDAL_SKIP environment
variable.
Warning 1: Unable to find driver JP2ECW to unload from GDAL_SKIP environment
variable.
Warning 1: Unable to find driver ECW to unload from GDAL_SKIP environment
variable.
Warning 1: Unable to find driver JP2ECW to unload from GDAL_SKIP environment
variable.
Content-Type: text/xml; charset=utf-8
Content-Length: 206

http://www.opengis.net/ogc;>
 Service unknown or
unsupported

fin qui sembra tutto regolare!

ho creato il mio  /etc/apache2/sites-available/qgis.nico.conf
cosi:
https://pastebin.com/uNvGhpRe

e lanciato 
a2enmod fcgid
a2ensite qgis.nico
service apache2 restart

il log error:
https://pastebin.com/8QnNfnp0
e qgis.nico.error log
https://pastebin.com/D2K1eiMN






--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] Importare MODIS

2019-10-08 Thread Giacomo Fontanelli
Salve a tutti

Non riesco ad importare file MODIS con estenzione .HDF.
Mi sembra strano perchè uso QGIS 3.8.3 con GDAL 2.4.
perchè ottengo il seguente errore

Layer non valido : GDAL provider Cannot open GDAL dataset.


Qualche dritta?


Grazie
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] QAD plugin QGIS 2.14.4 - Dimenstion style text layer disabled

2019-10-08 Thread Jochem Beullens
Dear,

I am trying to use the QAD plugin in QGIS 2.14.4 to add dimensions to my layers.
To add dimensions I need to create a dimension style first. For a dimension 
style I need a text layer, a symbol layer and a line layer.
I created these layers (tables) in PostGIS using the SQL statements out of the 
following document 
(file:///C:/Users/Jochem/.qgis2/python/plugins/qad/help/help_en/index.html#Text%20layer%20model%20for%20dimensioning%3A).
Next I made a PostGIS connection in QGIS and added the layers dim_symbol, 
dim_line and dim_text. Now I can create my dimension style and set the lines on 
the dim_line layer, the symbols and arrows on the dim_symbol layer, but the txt 
layer stays disabled and I can not select the dim_text layer.

[cid:image005.jpg@01D57DED.C3E762A0]

What can be the problem here?


Met vriendelijke groeten - meilleures salutations


[cid:image001.png@01D57DEC.541F29E0]
Jochem Beullens
CAD & GIS Adviseur
Consultant CAO & SIG

[Hoorn]+32 (0)3/280 00 57 (#4)
[Smartphone]+32 (0)498/64 81 78
[cid:image009.png@01D57DED.C3E762A0]
Geo-IT BVBA - SPRL | BE0867.526.230 | www.geoit.be
Potvlietlaan 5B - 2600 Antwerpen | Blvd Paepsem 20 - 1070 Bruxelles


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [QGIS-it-user] Processing corrotto

2019-10-08 Thread Paolo Cavallini
In generale reinstallare qgis non dovrebbe mai servire a niente.

On 8 October 2019 15:12:55 EEST, Giacomo Fontanelli 
 wrote:
>Salve
>
>mi bastava dire che semplicemente ho risolto riabilitando il pligin da
>gestisci ed installa plugin.
>
>Non so perchè ho ottenuto questo errore, ma me la sono cavata con poco
>
>grazie
>
>Il giorno mar 8 ott 2019 alle ore 13:28 Paolo Cavallini <
>cavall...@faunalia.it> ha scritto:
>
>> Quale versione? Installato da quale pacchetto? Riesci a trovare altri
>> errori nel log o nella console?
>>
>> On 8 October 2019 13:30:01 EEST, Giacomo Fontanelli <
>> giacomofontanell...@gmail.com> wrote:
>>>
>>> Salve a tutti, ho un problema, quando lancio qgis ricevo uno warning
>che
>>> dice
>>> Plugin processing : Il plugin verrà disabilitato perché ha causato
>>> l'arresto di QGIS durante l'ultimo avvio. Per favore segnala il
>problema e
>>> riabilita il plugin quando il problema è stato risolto.
>>>
>>> Lavoro con Lubuntu 19.04, ho provato a disinstallare e reinstallare
>qgis,
>>> ma niente.
>>>
>>> Qualche aiuto?
>>>
>>> Grazie
>>>
>>
>> --
>> Sorry for being short
>>

-- 
Sorry for being short___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Processing corrotto

2019-10-08 Thread Giacomo Fontanelli
Salve

mi bastava dire che semplicemente ho risolto riabilitando il pligin da
gestisci ed installa plugin.

Non so perchè ho ottenuto questo errore, ma me la sono cavata con poco

grazie

Il giorno mar 8 ott 2019 alle ore 13:28 Paolo Cavallini <
cavall...@faunalia.it> ha scritto:

> Quale versione? Installato da quale pacchetto? Riesci a trovare altri
> errori nel log o nella console?
>
> On 8 October 2019 13:30:01 EEST, Giacomo Fontanelli <
> giacomofontanell...@gmail.com> wrote:
>>
>> Salve a tutti, ho un problema, quando lancio qgis ricevo uno warning che
>> dice
>> Plugin processing : Il plugin verrà disabilitato perché ha causato
>> l'arresto di QGIS durante l'ultimo avvio. Per favore segnala il problema e
>> riabilita il plugin quando il problema è stato risolto.
>>
>> Lavoro con Lubuntu 19.04, ho provato a disinstallare e reinstallare qgis,
>> ma niente.
>>
>> Qualche aiuto?
>>
>> Grazie
>>
>
> --
> Sorry for being short
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Processing corrotto

2019-10-08 Thread Paolo Cavallini
Quale versione? Installato da quale pacchetto? Riesci a trovare altri errori 
nel log o nella console?

On 8 October 2019 13:30:01 EEST, Giacomo Fontanelli 
 wrote:
>Salve a tutti, ho un problema, quando lancio qgis ricevo uno warning
>che
>dice
>Plugin processing : Il plugin verrà disabilitato perché ha causato
>l'arresto di QGIS durante l'ultimo avvio. Per favore segnala il
>problema e
>riabilita il plugin quando il problema è stato risolto.
>
>Lavoro con Lubuntu 19.04, ho provato a disinstallare e reinstallare
>qgis,
>ma niente.
>
>Qualche aiuto?
>
>Grazie

-- 
Sorry for being short___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] Processing corrotto

2019-10-08 Thread Giacomo Fontanelli
Salve a tutti, ho un problema, quando lancio qgis ricevo uno warning che
dice
Plugin processing : Il plugin verrà disabilitato perché ha causato
l'arresto di QGIS durante l'ultimo avvio. Per favore segnala il problema e
riabilita il plugin quando il problema è stato risolto.

Lavoro con Lubuntu 19.04, ho provato a disinstallare e reinstallare qgis,
ma niente.

Qualche aiuto?

Grazie
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] mostrare flussi Istat pendolarismo

2019-10-08 Thread luca barbadoro

Ciao Gabriele,

hai dato uno sguardo al manuale 
(https://docs.qgis.org/testing/en/docs/user_manual/managing_data_source/create_layers.html#creating-virtual-layers) 
se tutti i predicati sono giusti? come hai caricato il CSV?


ALTERNATIVA fai semplice join tra il tuo shape dei centroidi dellle 
sezioni con il risultati dell'indagine (immagino che il campo "Totale" 
del CSV sia il numero di spostamenti specifici dalla sezione presente in 
ORIG a DEST), e poi utilizzi l'algoritmo da processing "unisci con 
linee" (hub lines), senza dover scomodare python


se anche così hai problemi, se vuoi inviami il file (anche un estratto) 
altrimenti faccio fatica a capire dove può essere il possibile errore


luca

Il 06/10/19 10:25, gabriele.dipa...@uniba.it ha scritto:

SELECT StartID, DestID, Weight,
   make_line(a.geometry, b.geometry)
FROM edges
JOIN nodes a ON edges.StartID = a.ID
JOIN nodes b ON edges.DestID = b.ID
WHERE a.ID != b.ID 

___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] QGIS v3.8.3 Map Views

2019-10-08 Thread Borys Jurgiel
Hi,

You don't need to open multiple map views. Once you created map themes, just 
assign one of them to each map in its 'Item properties' panel in the layout 
composer (look for 'Follow map theme' checkbox).

Regards,
Borys


Dnia poniedziałek, 7 października 2019 23:27:38 CEST upl...@mcsnet.ca pisze:
> Hello,
> 
> 
> 
> I'm new to QGIS and was working with ArcGIS pro before.  I'm switching to
> QGIS since its much more user friendly and I like the versatility of use.
> 
> 
> 
> I'm trying to work with multiple map views and putting them into a layout.
> When I generate a new map view from the view menu and rename it, set a theme
> for the layer visibility and data to be shown.
> 
> Then I do into my layout and that map view does not show up when I go to the
> "add new map".  I can add a new map but it only shows up identical to the
> main view and as I add maps to the layout they are
> 
> Named Map 1,  Map 2, etc..  My custom map view I created with its unique
> name is not there in the dropdown menu.
> 
> 
> 
> Question is how do I get my custom map views that I created with custom
> theme to show up in the layout function and add it to my layout?
> 
> 
> 
> Thanks very much for any input you may have.
> 
> 
> 
> 
> 
> Upland Environmental Ltd
> 
> Normand Menard R.P.F.T  C.Tech (Eng)
> 
> Box 750, Plamondon, Ab  T0A 2T0
> 
> Ph: 780-798-2200,  Cell: 780-404-3855
> 
> Email:   upl...@mcsnet.ca
> 
>   www.uplandenvironmental.ca




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Is there an equivalent to the Mutant plugin for QGIS 3.4.11?

2019-10-08 Thread Werner Macho
Hi Yann,

Is there any problem with Mutant? Isn't it working any more?
Or are you searching for something else?

regards
Werner

On Mon, Oct 7, 2019 at 10:21 PM Yann Troutet  wrote:

> I'm trying to easily get spectral signatures from single pixel values
> using Landsat-8 bands (either a virtual raster, or a band set).
>
> Is there an equivalent for what the Mutant plugin used to do but for the
> current version of QGIS (3.4.11)?
>
> Yann
>
>
>
> --
> This message has been scanned for viruses and dangerous content by
> *Selkirk College-E.F.A. Project*, and is believed to be clean.
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user