Re: [Qgis-user] Qgis 3.16 in mac error with translate raster file

2021-12-15 Thread Azzurra Lentini
Andrea Thanks a lot
All regards Azzurra


On Wed, 15 Dec 2021 at 13:06, Andrea Giudiceandrea 
wrote:

> Azzurra Lentini
> <https://www.mail-archive.com/search?l=qgis-user@lists.osgeo.org=from:%22Azzurra+Lentini%22>
>  Tue, 14 Dec 2021 09:49:03 -0800
> <https://www.mail-archive.com/search?l=qgis-user@lists.osgeo.org=date:20211214>
>
> Hi to all, a student of mine has having this issues during a raster
> processing operation (translate). She is using a Qgis 3.16 in mac and she
> does not have problems with other raster file operations like slope, shade
> etc, but when she wants to transform a raster file  data type floats to
> raster file pixel data type Integer, using the command translate, she gets
> this error message: do you know what is? I am sure she does not have any
> symbols or empty spaces in the paths of her files.
>
>
> Hi Azzurra,
> the only algorithm for raster layers available in the processing toolbox
> whose name contains the word "translate" is the GDAL raster conversion
> algorithm "Translate (convert format)".
>
> Instead, the error reported in the log (is only one error repeated several
> times) is about a GRASS algorithm, not a GDAL algorithm.
>
> Anyway, if the algorithm used is a GRASS algorithm and the output layer
> CRS is EPSG:3857 "WGS 84 / Pseudo-Mercator", then this issue has been
> already reported for macOS and fixed in QGIS 3.22 but not fixed in QGIS
> 3.16.
> See https://github.com/qgis/QGIS/issues/41870 and
> https://github.com/qgis/QGIS/pull/45399
>
> Best regards.
>
> Andrea Giudiceandrea
>


-- 
Gis Expert for Environmental Science
Environmental Disasters, Hydrogeology, Climate
[image: image.png]
*Eur**opean **Commission*
*Joint Research Centre*
Adjunct Professor University "Roma Tre"
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*
*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] Qgis 3.16 in mac error with translate raster file

2021-12-14 Thread Azzurra Lentini
romParameter
self.loadRasterLayer(name, layer, external, band)   File
"/Applications/QGIS-LTR.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Algorithm.py",
line 746, in loadRasterLayer
self.setSessionProjectionFromLayer(layer)   File
"/Applications/QGIS-LTR.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Algorithm.py",
line 1044, in setSessionProjectionFromLayer
self.setSessionProjection(layer.crs())   File
"/Applications/QGIS-LTR.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Algorithm.py",
line 1051, in setSessionProjection   file_name =
Grass7Utils.exportCrsWktToFile(crs)   File
"/Applications/QGIS-LTR.app/Contents/MacOS/../Resources/python/plugins/processing/algs/grass7/Grass7Utils.py",
line 95, in exportCrsWktToFile   f.write(wkt)
 UnicodeEncodeError: 'ascii' codec can't encode character '\xb0' in
position 895: ordinal not in range(128)


-- 
Gis Expert for Environmental Science
Environmental Disasters, Hydrogeology, Climate
[image: image.png]
*Eur**opean **Commission*
*Joint Research Centre*
Adjunct Professor University "Roma Tre"
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*
*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] symbology shapefile polygons: equal intervals classes

2021-10-19 Thread Azzurra Lentini
Dear all,
I have a shapefile of polygons and I would like to classify it (in
symbology) using for example 6 classes with these values
0-10
10-20
20-30 etc.

The field to classify has values from 0 to 63.4 (decimal numbers).
And I would like to have the result in graduated colors.

Till now I have been using:
*Symbology*/graduated
*Method* color and I give a color ramp
*Mode: *equal interval and I give the number of classes,
the problem is that  I must insert the classes manually (one by one)
otherwise the numbers are not entire.

Please can you suggest me any other faster method? (for example for the
raster I can give minimum and maximum as integer number -in this case it
would be 0 - 60- and I can specify the number of classes and automatically
Qgis tematize the raster with equal intervals (all the classes and not one
by one).

Thank you Azzurra


-- 
Gis Expert for Environmental Science
Environmental Disasters, Hydrogeology, Climate
[image: image.png]
*Eur**opean **Commission*
*Joint Research Centre*
Adjunct Professor University "Roma Tre"
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*
*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] points to lines - direction and lenghts attribute table

2021-07-13 Thread Azzurra Lentini
Hi  to all, can you suggest to me how to generate lines from points
(centroids) giving to these lines certains lengths and directions from the
attribute table?

Thanks Azzurra

-- 
Adjunct Professor University "Roma Tre"
Gis Applied for Environmental studies
Risk modelling & Hydrogeology
Consultant DFID-UK, United Nations, EU projects
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] SPLIT POLYGONS INTO 3 PARTS (similar size)

2021-06-09 Thread Azzurra Lentini
Hi List, I ask you  again the same question  I asked you days ago.
I have several polygons - around 200-  (all different shapes and not
regular geometry) and I need to split every single polygon into 3 parts of
similar size.
I have tried with *Split polygons* but it is working very well only with
regular geometries (square, rectangle etc.) and so I can not use it in this
case.
I have tried  also your suggestions (generate points, kclustering and
voronoi polygons):https://gis.stackexchange.com/questions/321021/how-to-
split-polygon-into-equal-area-polygons-in-qgis-3 and
https://blog.cleverelephant.ca/2018/06/polygon-splitting.html
but I am not able to do it to all 200 polygons at once.. I can do it only
polygon by polygon..

do you have other suggestions? thanks AL

On Wed, 19 May 2021 at 15:49, Azzurra Lentini 
wrote:

> Dear List,
> please I would like to have any suggestion regarding this topic: I have
> several polygons (all different shapes and not regular geometry) and I need
> to split every single polygon into 3 parts of similar size.
> I have tried with *Split polygons* but it is working very well only with
> regular geometries (square, rectangle etc.) and so I can not use it in this
> case.
>
> Do you have any suggestions?
>
> THANK YOU, AZZURRA
> --
> Adjunct Professor University "Roma Tre"
> Gis Applied for Environmental studies
> Risk modelling & Hydrogeology
> Consultant DFID-UK, United Nations, EU projects
> AZZURRA LENTINI
> ++
> Italy Mobile Tel.: **(39) 338 24 40 676
> ++
> SKYPE azzurrahydro
> ++
>
> *azzurralent...@gmail.com *
>
> *azzurra.lent...@uniroma3.it  *
> ++
> *Par respect pour l'environnement,*
>
> *n'imprimez ce mail qu'en cas d'absolue nécessité*
>
>
>
>
>
>

-- 
Adjunct Professor University "Roma Tre"
Gis Applied for Environmental studies
Risk modelling & Hydrogeology
Consultant DFID-UK, United Nations, EU projects
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] SPLIT POLYGONS INTO 3 PARTS (similar size)

2021-05-19 Thread Azzurra Lentini
Dear List,
please I would like to have any suggestion regarding this topic: I have
several polygons (all different shapes and not regular geometry) and I need
to split every single polygon into 3 parts of similar size.
I have tried with *Split polygons* but it is working very well only with
regular geometries (square, rectangle etc.) and so I can not use it in this
case.

Do you have any suggestions?

THANK YOU, AZZURRA
-- 
Adjunct Professor University "Roma Tre"
Gis Applied for Environmental studies
Risk modelling & Hydrogeology
Consultant DFID-UK, United Nations, EU projects
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] convex and concave areas

2021-05-05 Thread Azzurra Lentini
Hi Stefan and Sebastian, thanks a lot for your suggestions.
Azzurra

Il mer 5 mag 2021, 15:30 Sebastian Gutwein  ha scritto:

> In the QGIS toolbox there is a Saga algorithm called Terrain Surface
> Convexity that does calculate convexity or concavity. I have never used it.
> http://www.saga-gis.org/saga_tool_doc/2.2.3/ta_morphometry_21.html
> https://sourceforge.net/p/saga-gis/discussion/354013/thread/3fadd3e7/
>
> On Wed, May 5, 2021 at 4:14 AM Stefan Giese (WhereGroup) <
> stefan.gi...@wheregroup.com> wrote:
>
>> one process could be:
>>
>>- smooth the DTM by a neigbourhood analysis. The width depends on the
>>size of your convex and concave areas. you can use a mean filter or 
>> lowpass
>>for example
>>- substract the filtered from the original
>>- select values > or < your cutoff
>>- convert this into polygons
>>
>> see
>> https://www.researchgate.net/profile/Hazen-Russell/publication/277324326_A_semi-automated_esker_detection_method_EDM_for_improved_quantification_of_glaciated_landscapes/links/5567b6ca08aeab77721eac23/A-semi-automated-esker-detection-method-EDM-for-improved-quantification-of-glaciated-landscapes.pdf
>> for further reading
>>
>> Hope this helps
>>
>> Stefan
>> Am 05.05.2021 um 10:02 schrieb Azzurra Lentini:
>>
>> Hi list,
>> I need to find the convex and concave areas from a dtm raster file. Do
>> you have any suggestions?
>> Thanks
>>
>> --
>> Adjunct Professor University "Roma Tre"
>> Gis Applied for Environmental studies
>> Risk modelling & Hydrogeology
>> Consultant DFID-UK, United Nations, EU projects
>> AZZURRA LENTINI
>> ++
>> Italy Mobile Tel.: **(39) 338 24 40 676
>> ++
>> SKYPE azzurrahydro
>> ++
>>
>> *azzurralent...@gmail.com *
>>
>> *azzurra.lent...@uniroma3.it  *
>> ++
>> *Par respect pour l'environnement,*
>>
>> *n'imprimez ce mail qu'en cas d'absolue nécessité*
>>
>>
>>
>>
>>
>>
>> ___
>> Qgis-user mailing listqgis-u...@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>> --
>> Mit freundlichen Grüßen
>> Stefan Giese
>> Projektleiter/Consultant
>> 
>> Aufwind durch Wissen!
>> Web-Seminare und Online-Schulungen
>> bei der www.foss-academy.com
>> 
>> WhereGroup GmbH
>> Schwimmbadstr. 2
>> 79100 Freiburg
>> Germany
>>
>> Fon: +49 (0)761 / 519 102 - 61
>> Fax: +49 (0)761 / 519 102 - 11
>> stefan.gi...@wheregroup.comwww.wheregroup.com
>> Geschäftsführer:
>> Olaf Knopp, Peter Stamm
>> Amtsgericht Bonn, HRB 9885
>>
>> ___
>> 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
>
___
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] convex and concave areas

2021-05-05 Thread Azzurra Lentini
Hi list,
I need to find the convex and concave areas from a dtm raster file. Do you
have any suggestions?
Thanks

-- 
Adjunct Professor University "Roma Tre"
Gis Applied for Environmental studies
Risk modelling & Hydrogeology
Consultant DFID-UK, United Nations, EU projects
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] How to create / copy and paste annotations

2021-04-19 Thread Azzurra Lentini
Hi to all,
I must draw some annotations in my project qgz (in the canvas): letter +
number and a frame around.
I did this with "text annotations", but it is not so comfortable because I
must make several changes to create the label (and even after this I can't
obtain the label I would like) and I don't find the way to copy and paste
these annotations  (in order to avoid to repeat the modifications for every
label).
Is it in Qgis another way to make annotations and to copy and paste?

Many thanks, Azzurra



-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] contours and symbology

2021-03-03 Thread Azzurra Lentini
Hi Sebastian great, it works, thank you.


On Wed, 3 Mar 2021 at 19:19, Sebastian Gutwein  wrote:

> I use rule based styling with this expression for my 100m contour filter
> rule:
> "ELEV" % 100 = 0
> And then another rule that has the Else selected.
> The formula is:
> "ELEV" :The attribute field that contains your label
> % : The remainder from division
> 100 : the divider
> = 0 : the remainder should equal zero.
> This filters all the 100m contours.
>
> On Wed, Mar 3, 2021 at 1:01 PM Azzurra Lentini 
> wrote:
>
>> Hi to all,
>>
>> I have extracted contours from a dtm raster 20 m resolution file and the
>> result is a vector file of contours with 20 m of interval between the
>> contours.
>>
>> I would like to have two different symbols for these contours: for
>> example black colour and thickness 1 for the contours with interval of 100
>> m (0, 100, 200, 300 etc.) and grey colour and thickness 0.5 for the
>> contours 20, 40, 60, 80, 120, 140 .. etc.).
>>
>> What can I do?
>>
>> Normally I create another contours file only for the contours equidistant
>> 100 m and I put a different symbol for the 2 layers.
>>
>> Do you know other ways without the creation of another file?
>> maybe rule-based symbology?
>>
>>
>> Thank you, Azzurra
>>
>> --
>> Lecturer GIS University "Roma Tre"
>> Consultant Environmental Risk Prevention and Hydrogeology
>> AZZURRA LENTINI
>> ++
>> Italy Mobile Tel.: **(39) 338 24 40 676
>> ++
>> SKYPE azzurrahydro
>> ++
>>
>> *azzurralent...@gmail.com *
>>
>> *azzurra.lent...@uniroma3.it  *
>> ++
>> *Par respect pour l'environnement,*
>>
>> *n'imprimez ce mail qu'en cas d'absolue nécessité*
>>
>>
>>
>>
>>
>> _______
>> 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
>>
>

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] contours and symbology

2021-03-03 Thread Azzurra Lentini
Dear Saber,
thanks a lot.
I imagine in this case it is not possible to insert the labels of elevation.
Thanks a lot, Azzurra


On Wed, 3 Mar 2021 at 19:15, Saber Razmjooei <
saber.razmjo...@lutraconsulting.co.uk> wrote:

> Hi Azzurra,
>
> You can use Raster styling to display it as contours with minor and major
> contours:
>
> https://www.qgis.org/en/site/forusers/visualchangelog314/index.html#feature-raster-layer-contour-renderer
>
> Kind regards
> Saber
>
> On Wed, 3 Mar 2021 at 18:01, Azzurra Lentini 
> wrote:
>
>> Hi to all,
>>
>> I have extracted contours from a dtm raster 20 m resolution file and the
>> result is a vector file of contours with 20 m of interval between the
>> contours.
>>
>> I would like to have two different symbols for these contours: for
>> example black colour and thickness 1 for the contours with interval of 100
>> m (0, 100, 200, 300 etc.) and grey colour and thickness 0.5 for the
>> contours 20, 40, 60, 80, 120, 140 .. etc.).
>>
>> What can I do?
>>
>> Normally I create another contours file only for the contours equidistant
>> 100 m and I put a different symbol for the 2 layers.
>>
>> Do you know other ways without the creation of another file?
>> maybe rule-based symbology?
>>
>>
>> Thank you, Azzurra
>>
>> --
>> Lecturer GIS University "Roma Tre"
>> Consultant Environmental Risk Prevention and Hydrogeology
>> AZZURRA LENTINI
>> ++
>> Italy Mobile Tel.: **(39) 338 24 40 676
>> ++
>> SKYPE azzurrahydro
>> ++
>>
>> *azzurralent...@gmail.com *
>>
>> *azzurra.lent...@uniroma3.it  *
>> ++
>> *Par respect pour l'environnement,*
>>
>> *n'imprimez ce mail qu'en cas d'absolue nécessité*
>>
>>
>>
>>
>>
>> ___
>> 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
>>
>
>
> --
> Saber Razmjooei
> www.lutraconsulting.co.uk
>
>

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] contours and symbology

2021-03-03 Thread Azzurra Lentini
Hi to all,

I have extracted contours from a dtm raster 20 m resolution file and the
result is a vector file of contours with 20 m of interval between the
contours.

I would like to have two different symbols for these contours: for example
black colour and thickness 1 for the contours with interval of 100 m (0,
100, 200, 300 etc.) and grey colour and thickness 0.5 for the contours 20,
40, 60, 80, 120, 140 .. etc.).

What can I do?

Normally I create another contours file only for the contours equidistant
100 m and I put a different symbol for the 2 layers.

Do you know other ways without the creation of another file?
maybe rule-based symbology?


Thank you, Azzurra

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] error messages Midvatten plugin

2021-02-01 Thread Azzurra Lentini
r/./python\qgis\utils.py", line
792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:/Users/emedd/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\midvatten\midvatten.py",
line 45, in
from tsplot import TimeSeriesPlot
  File "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line
792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:\Users\emedd\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\midvatten\tools\tsplot.py",
line 25, in
import matplotlib.pyplot as plt
  File "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line
792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\pyplot.py",
line 34, in
from matplotlib import rcsetup, style
  File "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line
792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\__init__.py",
line 1, in
from .core import use, context, available, library, reload_library
  File "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line
792, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\core.py",
line 222, in
reload_library()
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\core.py",
line 221, in reload_library
available[:] = library = update_user_library(_base_library)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\core.py",
line 167, in update_user_library
styles = read_style_directory(stylelib_path)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\style\core.py",
line 188, in read_style_directory
use_default_template=False)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\__init__.py",
line 985, in rc_params_from_file
config_from_file = _rc_params_in_file(fname, fail_on_error)
  File
"C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\matplotlib\__init__.py",
line 918, in _rc_params_in_file
for line_no, line in enumerate(fd, 1):
  File "C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\codecs.py", line 322, in
decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 18:
invalid continuation byte




*Python version:* 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:59:51) [MSC
v.1914 64 bit (AMD64)]
*QGIS version:* 3.10.10-A Coruña A Coruña, 8b051b9a43

*Python Path:*

· C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python

·
C:/Users/emedd/AppData/Roaming/QGIS/QGIS3\profiles\default/python

·
C:/Users/emedd/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins

· C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python/plugins

· C:\PROGRA~1\QGIS3~1.10\apps\Python37

· C:\PROGRA~1\QGIS3~1.10\apps\Python37\Scripts

· C:\Program Files\QGIS 3.10\bin\python37.zip

· C:\PROGRA~1\QGIS3~1.10\apps\Python37\DLLs

· C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib

· C:\Program Files\QGIS 3.10\bin

· C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages

·
C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\win32

·
C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\win32\lib

·
C:\PROGRA~1\QGIS3~1.10\apps\Python37\lib\site-packages\Pythonwin

·
C:/Users/emedd/AppData/Roaming/QGIS/QGIS3\profiles\default/python

·
C:\Users\emedd\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\midvatten

·
C:\Users\emedd\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\midvatten\tools

·
C:\Users\emedd\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\midvatten

C:\Users\emedd\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\midvatten\tools


THANKS AZZURRA

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] raster: calculate area

2021-01-28 Thread Azzurra Lentini
Hi List,
I have a raster file DTM (altitude attribute in the pixels). I reclassified
this raster in 4 classes of altitude and I need to calculate for each
class  the area (in how many square meters is each different class
extended).
I can for example transform the raster file reclassified into a vector file
and calculate the area, but is it possible to do without any
vectorialization and so directly calculating it from the raster file?

 Thanks, Azzurra

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] how to draw diameters of shape polygons : ellipses and similar ellipses

2021-01-25 Thread Azzurra Lentini
Hi list,
I have a shapefile of polygons: some of the polygons are ellipses and
others are similar to ellipses but not regular.

Can you suggest a fast method to draw the diameters (minor and major)?

I am using qgis 3.XX versions.

Thanks a lot, Azzurra

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] differences measuring area with field calculator and plugin geometry calculator

2021-01-25 Thread Azzurra Lentini
Hi to all,
I calculated the area of a shape file polygon with 2 different tools:
the standard one from field calculator and the other method using a plugin
"geometry calculator".
 Do you know why I obtained 2 different results?
10144312,54 square meter
10148071,71  square meter

I am using Qgis 3.10 with grass and in the plugin I set up to use CRS of
the project.

Thanks, Azzurra

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] create a polygon retracing a line

2021-01-20 Thread Azzurra Lentini
Hi to all,

I need to draw a polygon that has the same shape/area of another file that
was created as a line (shape file geometry line).

Does Qgis have any editing tool to create a polygon (shape file polygon)
retracing a shape file line (geometry shape file: line)?
Thanks, Azzurra

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] how to smooth pixel dtm raster

2021-01-20 Thread Azzurra Lentini
Hi Sebastian thanks a lot.
Yes it is what I was looking for!
As the aster gdem is 30meter pixel resolution (square), I inserted: search
mode square and search radius 30..

Thanks Azzu


On Wed, 20 Jan 2021 at 22:04, Sebastian Gutwein  wrote:

> While I find it difficult to completely remove those artifacts I
> usually use SAGA Gaussian Filter in QGIS to smooth rasters.
> You will lose real edes and creases.
>
>
> On Wed, Jan 20, 2021 at 3:17 PM Azzurra Lentini 
> wrote:
>
>> Hi list,
>> I am using qgis 3.10 and 3.14.
>>
>> I downloaded a raster dtm nasa (AsterGdem Nasa pixel size 30) and I
>> extracted  shade and slope. In these resulting files there are several
>> lines E-W direction that I would like to hide (I think these lines are the
>> result of the satellite survey). In Arcgis I do this operation with
>> smoothing pixels, but I can’t find how to do the same in qgis.
>>
>> Thanks. A.L.
>>
>> --
>> Lecturer GIS University "Roma Tre"
>> Consultant Environmental Risk Prevention and Hydrogeology
>> AZZURRA LENTINI
>> ++
>> Italy Mobile Tel.: **(39) 338 24 40 676
>> ++
>> SKYPE azzurrahydro
>> ++
>>
>> *azzurralent...@gmail.com *
>>
>> *azzurra.lent...@uniroma3.it  *
>> ++
>> *Par respect pour l'environnement,*
>>
>> *n'imprimez ce mail qu'en cas d'absolue nécessité*
>>
>>
>>
>>
>>
>> ___
>> 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
>>
>

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] how to smooth pixel dtm raster

2021-01-20 Thread Azzurra Lentini
Hi list,
I am using qgis 3.10 and 3.14.

I downloaded a raster dtm nasa (AsterGdem Nasa pixel size 30) and I
extracted  shade and slope. In these resulting files there are several
lines E-W direction that I would like to hide (I think these lines are the
result of the satellite survey). In Arcgis I do this operation with
smoothing pixels, but I can’t find how to do the same in qgis.

Thanks. A.L.

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] move 4 concentric circles from a position to another with a specified center

2021-01-12 Thread Azzurra Lentini
Hi to all,
I must draw four different  concentric circles (with different sizes and
same center) in many different positions: about these positions I know the
center of the circles (shape file of points).
I created a shapefile of polygons for these circles but I would like to
find a method to copy the 4 concentric circles and paste the same 4
circles  in  different positions (of which I know the center).

Do you know any method? for example a kind of snap to the point.

If I do it manually it is almost impossible to put the circles exactly in
those centers.

Thanks Azzurra

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] how to find center of polygons and/or major and minor diameters

2021-01-12 Thread Azzurra Lentini
Hi to all, any suggestion on how to quickly draw the minor and major
diameters of different polygons? I have a shapefile of polygons: some of
the polygons are ellipses and others are similar to ellipses but not
regular.

My aim is to find the center of these polygons (In this aim I was thinking
to draw the 2 diameters and to use the intersection of these diameters as a
center point of the polygon)

Thanks, Azzurra

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] question about statistical analysis and histograms

2021-01-05 Thread Azzurra Lentini
Hi Chris,
many thanks for your reply. I have used the tool and it works very well.
Thanks again. Azzurra

On Sat, 2 Jan 2021 at 17:19, chris hermansen  wrote:

> Azzurra and list,
>
> On Sat, Jan 2, 2021, 08:07 Azzurra Lentini 
> wrote:
>
>> Hi to all,
>>
>> I am using Qgis 3.16.1.
>>
>> I have a shape file of polygons of different zones classified by type of
>> vegetation (so each polygon has different type of vegetation and these
>> polygons have different surface). Each type of vegetation has a code
>> (string type: letters and numbers),  so the field of type vegetation has
>> data type string (text).
>>
>>
>> I need to understand which kind of vegetation is more frequent (which
>> type of vegetation occupies a greater areal extension) and I would like to
>> do a histogram  that shows the result.
>>
>
> I think you want the Vector Layer Histogram tool for this.  I haven't used
> it myself but from what I read it should do the job. I imagine you'll need
> to add your area to the DBF.
>
>
> https://gis.stackexchange.com/questions/352859/how-to-create-histogram-to-visualize-features-value-in-qgis-3
>
> An alternative is to add the area to the DBF and import the DBF into your
> favourite spreadsheet program.  This would give you access to other
> statistical tools.
>


-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] change pixel value from no data to zero

2020-12-15 Thread Azzurra Lentini
Hi to all,
I am using qgis 3.16.
I have a raster file that I created from shapefile of polygons (rasterize
of GDAL) using a column that has the number 9 every where there are the
polygons. This raster  has 2 different values in the pixel: not data and 9.
I need to have 0 (zero) instead of no data.
What can I do? Can I change the pixel value from no data to zero?
 Before when I used the version 2.18 I could create directly with rasterize
a file with these two values.

Many thanks, Azzurra



-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] Question about Qgis - Google Earth historical imagery

2020-12-15 Thread Azzurra Lentini
Hi to all,
please, do you know if it is possible to visualise in Qgis the historical
images of google earth?
I know how to see google earth using the plugin quick map service, but I
can see only the current image of google earth (I suppose it is the
current) and I cant see the past images that I can see in Google Earth: in
Google Earth there is in the main menu bar: view/historical imagery.
THANKS.
Azzurra


-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] problem with RECLASSIFY (GRASS)

2020-11-24 Thread Azzurra Lentini
Hi Chris thank you for the explanations.
Anyway I gave the output folder path so why it should save the output in
another location. Furthermore I searched in my PC but i don't find this
output. Anyway this command is well working in this new version Qgis 3.16
so for the moment I am ok.

Thanks again, Azzurra

On Tue, 24 Nov 2020 at 05:27, chris hermansen  wrote:

> Azzurra and list,
>
> On Mon, Nov 23, 2020 at 4:04 PM Azzurra Lentini 
> wrote:
>
>> Hi Chris thanks for the answer.
>> I thought it is an error because It doesn't give me a result: after the
>> run it says the process couldn't ... And it does not give me an output!!
>>
>
> Hmm I'm not following that in the message; I see this:
>
> *output=output919ef43aa43442ca92efb3893e3b9c33*
>
> Looks like some kind of temporary file to me.  But anyway, wherever that
> might be located on your system, I would think that would be your output.
>
>>
>> Anyway, I have installed right now qgis 3.16 and in this version it works!
>>
>> So maybe it was a problem in that qgis version.
>>
>> Thanks, Azzurra
>>
>> Il mar 24 nov 2020, 00:48 chris hermansen  ha
>> scritto:
>>
>>> Azzurra and list,
>>>
>>> On Mon, Nov 23, 2020 at 1:09 PM Azzurra Lentini <
>>> azzurralent...@gmail.com> wrote:
>>>
>>>> Hi to all, I am trying to reclassify a RASTER file slope - DATA TYPE
>>>> int32 (I have obtained it from a DTM and I have converted the data
>>>> type using "translate" from data type float to INT32).
>>>> But when I tried to reclassify using a rule
>>>> 0 thru 50 = 1
>>>> 51 thru 90 = 2
>>>>  it gives thir error message:
>>>>
>>>> *2020-11-23T22:00:15 INFOprocessInputs end. Commands: ['g.proj
>>>> -c proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
>>>> input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
>>>> band=1 output="rast_5fbc22df0abd18" --overwrite -o', 'g.region n=4384860.0
>>>> s=4370635.0 e=657470.0 w=639510.0 res=5.0']*
>>>> *2020-11-23T22:00:15 INFOprocessCommands end. Commands:
>>>> ['g.proj -c proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"',
>>>> 'r.external
>>>> input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
>>>> band=1 output="rast_5fbc22df0abd18" --overwrite -o', 'g.region n=4384860.0
>>>> s=4370635.0 e=657470.0 w=639510.0 res=5.0', 'r.reclass
>>>> input=rast_5fbc22df0abd18
>>>> rules="C:/Users/AZZURRAHYDRO/AppData/Roaming/QGIS/QGIS3/profiles/default/project_templates/processing_880301be01084a079edf4a3379b133ea\\5fbc22df0bb669"
>>>> output=output919ef43aa43442ca92efb3893e3b9c33 --overwrite'] *
>>>>
>>>> When I tried to reclassify using an external .txt ( file containing
>>>> the rules it gives the same message..):
>>>>
>>>> *2020-11-23T22:04:05 INFOprocessInputs end. Commands: ['g.proj
>>>> -c proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
>>>> input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
>>>> band=1 output="rast_5fbc23c5b84f411" --overwrite -o', 'g.region n=4384860.0
>>>> s=4370635.0 e=657470.0 w=639510.0 res=5.0']*
>>>> *2020-11-23T22:04:05 INFOprocessCommands end. Commands:
>>>> ['g.proj -c proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"',
>>>> 'r.external
>>>> input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
>>>> band=1 output="rast_5fbc23c5b84f411" --overwrite -o', 'g.region n=4384860.0
>>>> s=4370635.0 e=657470.0 w=639510.0 res=5.0', 'r.reclass
>>>> input=rast_5fbc23c5b84f411
>>>> rules="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\SUSC\\INDslope_ROTsub.txt"
>>>> output=outputc10364340554433aa78a4eda2a6bc0fb --overwrite']*
>>

Re: [Qgis-user] problem with RECLASSIFY (GRASS)

2020-11-23 Thread Azzurra Lentini
Hi Chris thanks for the answer.
I thought it is an error because It doesn't give me a result: after the run
it says the process couldn't ... And it does not give me an output!!

Anyway, I have installed right now qgis 3.16 and in this version it works!

So maybe it was a problem in that qgis version.

Thanks, Azzurra

Il mar 24 nov 2020, 00:48 chris hermansen  ha
scritto:

> Azzurra and list,
>
> On Mon, Nov 23, 2020 at 1:09 PM Azzurra Lentini 
> wrote:
>
>> Hi to all, I am trying to reclassify a RASTER file slope - DATA TYPE
>> int32 (I have obtained it from a DTM and I have converted the data type
>> using "translate" from data type float to INT32).
>> But when I tried to reclassify using a rule
>> 0 thru 50 = 1
>> 51 thru 90 = 2
>>  it gives thir error message:
>>
>> *2020-11-23T22:00:15 INFOprocessInputs end. Commands: ['g.proj -c
>> proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
>> input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
>> band=1 output="rast_5fbc22df0abd18" --overwrite -o', 'g.region n=4384860.0
>> s=4370635.0 e=657470.0 w=639510.0 res=5.0']*
>> *2020-11-23T22:00:15 INFOprocessCommands end. Commands: ['g.proj
>> -c proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
>> input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
>> band=1 output="rast_5fbc22df0abd18" --overwrite -o', 'g.region n=4384860.0
>> s=4370635.0 e=657470.0 w=639510.0 res=5.0', 'r.reclass
>> input=rast_5fbc22df0abd18
>> rules="C:/Users/AZZURRAHYDRO/AppData/Roaming/QGIS/QGIS3/profiles/default/project_templates/processing_880301be01084a079edf4a3379b133ea\\5fbc22df0bb669"
>> output=output919ef43aa43442ca92efb3893e3b9c33 --overwrite'] *
>>
>> When I tried to reclassify using an external .txt ( file containing the
>> rules it gives the same message..):
>>
>> *2020-11-23T22:04:05 INFOprocessInputs end. Commands: ['g.proj -c
>> proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
>> input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
>> band=1 output="rast_5fbc23c5b84f411" --overwrite -o', 'g.region n=4384860.0
>> s=4370635.0 e=657470.0 w=639510.0 res=5.0']*
>> *2020-11-23T22:04:05 INFOprocessCommands end. Commands: ['g.proj
>> -c proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
>> input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
>> band=1 output="rast_5fbc23c5b84f411" --overwrite -o', 'g.region n=4384860.0
>> s=4370635.0 e=657470.0 w=639510.0 res=5.0', 'r.reclass
>> input=rast_5fbc23c5b84f411
>> rules="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\SUSC\\INDslope_ROTsub.txt"
>> output=outputc10364340554433aa78a4eda2a6bc0fb --overwrite']*
>>
>> Do you have any idea?
>>
>>
> Why do you think this is an error?  It says "INFO", not "ERROR".
>
>
> --
> Chris Hermansen · clhermansen "at" gmail "dot" com
>
> C'est ma façon de parler.
>
___
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] problem with RECLASSIFY (GRASS)

2020-11-23 Thread Azzurra Lentini
Sorry, I did not specify that I am using qgis 3.10.11 version
Anyway I have tried the same command and with the same files but
using  ggis 2.18 and in this version it is working, but I would like to do
it in some of the 3.1X versions..

Thanks, Azzurra

On Mon, 23 Nov 2020 at 22:08, Azzurra Lentini 
wrote:

> Hi to all, I am trying to reclassify a RASTER file slope - DATA TYPE int32
> (I have obtained it from a DTM and I have converted the data type using
> "translate" from data type float to INT32).
> But when I tried to reclassify using a rule
> 0 thru 50 = 1
> 51 thru 90 = 2
>  it gives thir error message:
>
> *2020-11-23T22:00:15 INFOprocessInputs end. Commands: ['g.proj -c
> proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
> input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
> band=1 output="rast_5fbc22df0abd18" --overwrite -o', 'g.region n=4384860.0
> s=4370635.0 e=657470.0 w=639510.0 res=5.0']*
> *2020-11-23T22:00:15 INFOprocessCommands end. Commands: ['g.proj
> -c proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
> input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
> band=1 output="rast_5fbc22df0abd18" --overwrite -o', 'g.region n=4384860.0
> s=4370635.0 e=657470.0 w=639510.0 res=5.0', 'r.reclass
> input=rast_5fbc22df0abd18
> rules="C:/Users/AZZURRAHYDRO/AppData/Roaming/QGIS/QGIS3/profiles/default/project_templates/processing_880301be01084a079edf4a3379b133ea\\5fbc22df0bb669"
> output=output919ef43aa43442ca92efb3893e3b9c33 --overwrite'] *
>
> When I tried to reclassify using an external .txt ( file containing the
> rules it gives the same message..):
>
> *2020-11-23T22:04:05 INFOprocessInputs end. Commands: ['g.proj -c
> proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
> input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
> band=1 output="rast_5fbc23c5b84f411" --overwrite -o', 'g.region n=4384860.0
> s=4370635.0 e=657470.0 w=639510.0 res=5.0']*
> *2020-11-23T22:04:05 INFOprocessCommands end. Commands: ['g.proj
> -c proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
> input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
> band=1 output="rast_5fbc23c5b84f411" --overwrite -o', 'g.region n=4384860.0
> s=4370635.0 e=657470.0 w=639510.0 res=5.0', 'r.reclass
> input=rast_5fbc23c5b84f411
> rules="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\SUSC\\INDslope_ROTsub.txt"
> output=outputc10364340554433aa78a4eda2a6bc0fb --overwrite']*
>
> Do you have any idea?
>
> thank you, Azzurra
>
> --
> Lecturer GIS University "Roma Tre"
> Consultant Environmental Risk Prevention and Hydrogeology
> AZZURRA LENTINI
> ++
> Italy Mobile Tel.: **(39) 338 24 40 676
> ++
> SKYPE azzurrahydro
> ++++++++++
>
> *azzurralent...@gmail.com *
>
> *azzurra.lent...@uniroma3.it  *
> ++
> *Par respect pour l'environnement,*
>
> *n'imprimez ce mail qu'en cas d'absolue nécessité*
>
>
>
>
>
>

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] problem with RECLASSIFY (GRASS)

2020-11-23 Thread Azzurra Lentini
Hi to all, I am trying to reclassify a RASTER file slope - DATA TYPE int32
(I have obtained it from a DTM and I have converted the data type using
"translate" from data type float to INT32).
But when I tried to reclassify using a rule
0 thru 50 = 1
51 thru 90 = 2
 it gives thir error message:

*2020-11-23T22:00:15 INFOprocessInputs end. Commands: ['g.proj -c
proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
band=1 output="rast_5fbc22df0abd18" --overwrite -o', 'g.region n=4384860.0
s=4370635.0 e=657470.0 w=639510.0 res=5.0']*
*2020-11-23T22:00:15 INFOprocessCommands end. Commands: ['g.proj -c
proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
band=1 output="rast_5fbc22df0abd18" --overwrite -o', 'g.region n=4384860.0
s=4370635.0 e=657470.0 w=639510.0 res=5.0', 'r.reclass
input=rast_5fbc22df0abd18
rules="C:/Users/AZZURRAHYDRO/AppData/Roaming/QGIS/QGIS3/profiles/default/project_templates/processing_880301be01084a079edf4a3379b133ea\\5fbc22df0bb669"
output=output919ef43aa43442ca92efb3893e3b9c33 --overwrite'] *

When I tried to reclassify using an external .txt ( file containing the
rules it gives the same message..):

*2020-11-23T22:04:05 INFOprocessInputs end. Commands: ['g.proj -c
proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
band=1 output="rast_5fbc23c5b84f411" --overwrite -o', 'g.region n=4384860.0
s=4370635.0 e=657470.0 w=639510.0 res=5.0']*
*2020-11-23T22:04:05 INFOprocessCommands end. Commands: ['g.proj -c
proj4="+proj=utm +zone=33 +datum=WGS84 +units=m +no_defs"', 'r.external
input="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\slope\\slope5_int32.tif"
band=1 output="rast_5fbc23c5b84f411" --overwrite -o', 'g.region n=4384860.0
s=4370635.0 e=657470.0 w=639510.0 res=5.0', 'r.reclass
input=rast_5fbc23c5b84f411
rules="D:\\ROMATRE_CompleteJune2019\\CORSI\\corsoGIS202021\\CORSO_LM\\CORSO_R3_LabGIS_TEORIA_PRATICA\\PRATICA\\ESERCITAZIONE_2franaRiskROSSANO\\Elaborazioni\\SUSC\\INDslope_ROTsub.txt"
output=outputc10364340554433aa78a4eda2a6bc0fb --overwrite']*

Do you have any idea?

thank you, Azzurra

-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] error message when clipping raster

2020-10-30 Thread Azzurra Lentini
Dear all, I am giving a class of Qgis (MSc in earth science) and one of my
students had this problem when she tried to clip a raster file.
I don't have this problem with the same file and using the same command and
Qgis version.
She must clip a raster .tif file.
We are using Qgis 3.10.3 version and from the menu bar we are using
RASTER>EXTRACTION>CLIP RASTER BY EXTENT

The message that Qgis gave is:

The following layers were not correctly
generated.C:/Users/pc/Documents/Es1VetereG/Elaboration/Bacino_Idrog/Layout_BacIdroChio_Raster_Clip.tifYou
can check the 'Log Messages Panel' in QGIS main window to find more
information about the execution of the algorithm.



Thank you for any suggestion!


Azzurra



-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] UNION OF FILE VECTORS (different geometry) and rasterize

2020-10-27 Thread Azzurra Lentini
Yes, it worked!

Il mar 27 ott 2020, 20:03 Sebastian Gutwein  ha scritto:

> No problem. I hope it worked for you.
>
> On Tue, Oct 27, 2020 at 3:01 PM Azzurra Lentini 
> wrote:
>
>>   Dear Sebastian  thanks a lot. Azzurra
>>
>> On Tue, 27 Oct 2020 at 16:32, Sebastian Gutwein  wrote:
>>
>>> I often use the saga patching tool to overlay rasters.
>>> http://www.saga-gis.org/saga_tool_doc/2.2.6/grid_tools_5.html
>>> First you would need to rasterize each of your shape files and then use
>>> the patching tool with whatever raster you want to end up on top as the
>>> patch grid.
>>>
>>>
>>> On Tue, Oct 27, 2020 at 4:57 AM Charles Dixon-Paver 
>>> wrote:
>>>
>>>> You have a couple of options available and what suits best might depend
>>>> on our input data... But you could use the buffer tool to create a
>>>> footprint of your line feature, or you can create multiple rasters and
>>>> essentially "merge" them together with the raster calculator.
>>>>
>>>> On Tue, 27 Oct 2020 at 09:43, Azzurra Lentini 
>>>> wrote:
>>>>
>>>>> Hi to all,  my aim is to obtain 1 raster file (an image) from 2
>>>>> different vector files (esri shape) that are of different geometry :
>>>>> one is polygon geometry and the other is line geometry  (in the same 
>>>>> area).
>>>>> For example I have some buildings and streets (in two different
>>>>> vectors with different geometry) and I would like to obtain a single 
>>>>> raster
>>>>> file (an image with buildings and street).
>>>>> Is it possible and how? - normally if I need to rasterize a single
>>>>> shape file I use saga rasterize, but in this case I don't know how to
>>>>> do because I have 2 different shapes and with different geometry and also 
>>>>> I
>>>>> dont know how to do the union or merge of shapefiles with different
>>>>> geometry (maybe creating a geopackage??).
>>>>>
>>>>> Every kind of suggestion is very welcome. Thanks A.L.
>>>>>
>>>>>
>>>>> --
>>>>> Lecturer GIS University "Roma Tre"
>>>>> Consultant Environmental Risk Prevention and Hydrogeology
>>>>> AZZURRA LENTINI
>>>>> ++
>>>>> Italy Mobile Tel.: **(39) 338 24 40 676
>>>>> ++
>>>>> SKYPE azzurrahydro
>>>>> ++
>>>>>
>>>>> *azzurralent...@gmail.com *
>>>>>
>>>>> *azzurra.lent...@uniroma3.it  *
>>>>> ++
>>>>> *Par respect pour l'environnement,*
>>>>>
>>>>> *n'imprimez ce mail qu'en cas d'absolue nécessité*
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ___
>>>>> 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
>>>
>>>
>>
>> --
>> Lecturer GIS University "Roma Tre"
>> Consultant Environmental Risk Prevention and Hydrogeology
>> AZZURRA LENTINI
>> ++
>> Italy Mobile Tel.: **(39) 338 24 40 676
>> ++
>> SKYPE azzurrahydro
>> ++
>>
>> *azzurralent...@gmail.com *
>>
>> *azzurra.lent...@uniroma3.it  *
>> ++
>> *Par respect pour l'environnement,*
>>
>> *n'imprimez ce mail qu'en cas d'absolue nécessité*
>>
>>
>>
>>
>>
>>
___
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] UNION OF FILE VECTORS (different geometry) and rasterize

2020-10-27 Thread Azzurra Lentini
Hi to all,  my aim is to obtain 1 raster file (an image) from 2 different
vector files (esri shape) that are of different geometry : one is polygon
geometry and the other is line geometry  (in the same area).
For example I have some buildings and streets (in two different vectors
with different geometry) and I would like to obtain a single raster file
(an image with buildings and street).
Is it possible and how? - normally if I need to rasterize a single shape
file I use saga rasterize, but in this case I don't know how to do because
I have 2 different shapes and with different geometry and also I dont know
how to do the union or merge of shapefiles with different geometry (maybe
creating a geopackage??).

Every kind of suggestion is very welcome. Thanks A.L.


-- 
Lecturer GIS University "Roma Tre"
Consultant Environmental Risk Prevention and Hydrogeology
AZZURRA LENTINI
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++

*azzurralent...@gmail.com *

*azzurra.lent...@uniroma3.it  *
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
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] georeferencing raster GDAL - PLUGIN

2019-07-13 Thread Azzurra Lentini

Hi to all,
just an observation regarding the plugin georeferencing.
A premise: since years I am using Qgis instead arcgis and I am really  
happy of this software and I think your project is great,  
congratulations and many many thanks!!
However the only operation I am still doing in arcgis instead of qgis  
is the georeferencing of raster maps (I never tried the georeferencing  
of vector), so I would like to understand if there is another plugin  
or another way of georeferencing of raster maps using qgis (I am using  
GEOREFERENCING raster GDAL).
The problem is for example that in qgis during the georeferencing I  
can not see the 2 two maps together and this make the georeferencing  
very long and difficult, on the contrary in arcgis I see the maps  
together and georeferencing is faster and easy.
So I would like to understand if I am not using properly the command  
or if there is another solution.

Thank you.
Azzurra



___
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] how to create sqlite database for Midvatten

2019-06-25 Thread Azzurra Lentini
Hi to all, I am using midvatten with an already existing sqlite  
database, however I would like to understand how to create a new  
database sqlite from csv file (for example) that could be use in the  
midvatten plugin.


I read the instruction in:  
https://github.com/jkall/qgis-midvatten-plugin/wiki/Tutorial

but I need to understand this point (with ***):
Start QGIS and create a database
Start QGIS, download and activate Midvatten plugin
  Create a new and empty database of predefined design***

How I can create that database of predefined design?

Thank you.

A.



___
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] error midvatten: spatiallite file

2019-06-13 Thread Azzurra Lentini

Hallo to all,
using midvatten with Qgis 2.18 when I try (with my computer mac) to  
create a spatialite it gives me this error message:


An error has occurred while executing Python code: operational error:  
no such function: spatialite_version


Do you know what can I do?

Thanks Azzurra



___
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] problems with raster (merge, clip) and crash dumped

2019-05-07 Thread Azzurra Lentini


Hi to all,
I am using for my Bachelor classes in university  qgis 2.18 but some  
of my students have the  problems below.
They even format the computer completely and the reinstall windows 10  
+ the softwarer qgis (they even tried different versions of Qgis   
2.18) but they still have these problems (I never had these problems  
in my computers with the same versions of Qgis and with other versions).
In the new version of QGIS is better but still (in the same computers)  
 as well as is in my computer with the same versions (for example the  
merge is not perfect because the file are still separated! so I dont  
think is a problem of which version they use.


ERRORS:
When they upload files RASTER with extension  .asc they have the  
yellow message: Python error: an error has occurred while executing  
Python code


They can see well the file .asc in the project but they can not do  
MERGE  and CLIP.


MERGE
Normally they try to do the Merge of different ASC files with  
Raster/Miscellaneous/Merge and the error message is:

error 4C... no such file

Normally they try to do the clip of raster files .TIFF from  
Raster/Extraction/CLIPPER and the error message is:
"ascii" codec cant encode character u'/xe0' in position 60: ordinal  
not in range (128) ...


So I don't understand what can I do, because they have also formatted  
and cleaned the computers and in my computer and in some other  
computers everything is fine with the same versions and commands.


Another problem that is also in some other computers is that when they  
exit from the project, they have this error message (that close the  
project without saving):

CRASH DUMPED : minidump written to C ...

Thank you for any suggestion.

Azzurra








___
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] problems MAC and ecw raster files

2019-04-01 Thread Azzurra Lentini

Hi Mike thank you for the explaination.
However I have tried from the website
https://www.kyngchaos.com/software/frameworks/ to install
GDAL Complete: GDAL 2.4 and 2.3 but it is still not working!!
My qgis version is 2.18 and even if I did all GDAL COMPLETE  
installation, qgis is still giving me this message (when I try to add  
raster ecw:

data source not supported !!

Any other suggestion?

should I install other software in my computer?

Thank you, Azzurra


Mike Hyslop  a écrit :


Hi,

this process is outlined on the developer's web site:
https://www.kyngchaos.com/software/frameworks/

Look for the section titled "GDAL Plugins" and find the corresponding
plugin for your version of GDAL.

Best,
Mike

On Thu, Mar 21, 2019 at 10:24 AM Antongeo76  wrote:


Azzurra Lentini-2 wrote
> Dear all in my Qgis 2.18 installed in my computer Mac I can not open
> the raster file with extension .ecw
> What can I do? is it normal?
> In my pc windows I can open without any problem.
>
> Thank you Azzurra.
>
> ___
> Qgis-user mailing list

> Qgis-user@.osgeo

> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Hi Azzurra,
for unix based sistems you need to local build ECW SDK to allow GDAL (QGIS)
to read ECW raster

Cheers

Antonio



-
Antonio
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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] how to add a jpg figure near points

2019-03-27 Thread Azzurra Lentini

Ok I found it!

Many thanks to all,

Azzurra

Mike Flannigan  a écrit :


I am using Desktop 3.2.0 and I cannot find raster image marker
under Symbology.  Please explain where that is located under
Symbology.  The dropdown under "single symbol" does not
appear to have it.

http://www.mflan.com/temp/sym1.jpg


Mike


On 3/25/2019 4:04 AM, qgis-user-requ...@lists.osgeo.org wrote:
Under Symbology - you can choose raster image marker. I use it for  
aerial images next to points.

Regards


Lene Fischer
Associate Professor

University of Copenhagen
Department of Geoscience and Natural Resource Management Forest and  
Landscape College Nødebovej 77a

3480 Fredensborg
Denmark

-Oprindelig meddelelse-
Fra: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] På vegne  
af Azzurra Lentini

Sendt: 24. marts 2019 20:44
Til:qgis-user@lists.osgeo.org
Emne: [Qgis-user] how to add a jpg figure near points

Hi to all,
I would like to add in my project some figures near my points.
I explain better,I have a shapefile of points  that represent some
springs and I would like to associate for every point a figure (jpg
extension for example) that I did with another software (is a  a
diagram used in hydrogeochemistry to show the water composition): so I
would like to see near every point a figure (I think it would be the
same if I wanted to associate a picture).

Thanks to all


___
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] how to add a jpg figure near points

2019-03-26 Thread Azzurra Lentini
Dear all and thanks for the answers but it is the same with me: I can  
not find under symbology.

Azzurra
Mike Flannigan  a écrit :


I am using Desktop 3.2.0 and I cannot find raster image marker
under Symbology.  Please explain where that is located under
Symbology.  The dropdown under "single symbol" does not
appear to have it.

http://www.mflan.com/temp/sym1.jpg


Mike


On 3/25/2019 4:04 AM, qgis-user-requ...@lists.osgeo.org wrote:
Under Symbology - you can choose raster image marker. I use it for  
aerial images next to points.

Regards


Lene Fischer
Associate Professor

University of Copenhagen
Department of Geoscience and Natural Resource Management Forest and  
Landscape College Nødebovej 77a

3480 Fredensborg
Denmark

-Oprindelig meddelelse-
Fra: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] På vegne  
af Azzurra Lentini

Sendt: 24. marts 2019 20:44
Til:qgis-user@lists.osgeo.org
Emne: [Qgis-user] how to add a jpg figure near points

Hi to all,
I would like to add in my project some figures near my points.
I explain better,I have a shapefile of points  that represent some
springs and I would like to associate for every point a figure (jpg
extension for example) that I did with another software (is a  a
diagram used in hydrogeochemistry to show the water composition): so I
would like to see near every point a figure (I think it would be the
same if I wanted to associate a picture).

Thanks to all


___
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] how to add a jpg figure near points

2019-03-25 Thread Azzurra Lentini

Dear Lene Fischer thank you for your answer but I dont find it.
So from the layer panel shape file points (click right): properties  
and style? but there I dont find "raster image maker"..


Azzurra

Lene Fischer  a écrit :

Under Symbology - you can choose raster image marker. I use it for  
aerial images next to points.

Regards


Lene Fischer
Associate Professor

University of Copenhagen
Department of Geoscience and Natural Resource Management Forest and  
Landscape College Nødebovej 77a

3480 Fredensborg
Denmark

-Oprindelig meddelelse-
Fra: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] På vegne  
af Azzurra Lentini

Sendt: 24. marts 2019 20:44
Til: qgis-user@lists.osgeo.org
Emne: [Qgis-user] how to add a jpg figure near points

Hi to all,
I would like to add in my project some figures near my points.
I explain better,I have a shapefile of points  that represent some
springs and I would like to associate for every point a figure (jpg
extension for example) that I did with another software (is a  a
diagram used in hydrogeochemistry to show the water composition): so I
would like to see near every point a figure (I think it would be the
same if I wanted to associate a picture).

Thanks to all

___
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

[Qgis-user] how to add a jpg figure near points

2019-03-24 Thread Azzurra Lentini

Hi to all,
I would like to add in my project some figures near my points.
I explain better,I have a shapefile of points  that represent some  
springs and I would like to associate for every point a figure (jpg  
extension for example) that I did with another software (is a  a  
diagram used in hydrogeochemistry to show the water composition): so I  
would like to see near every point a figure (I think it would be the  
same if I wanted to associate a picture).


Thanks to all

___
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] problems MAC and ecw raster files

2019-03-21 Thread Azzurra Lentini
Dear all in my Qgis 2.18 installed in my computer Mac I can not open  
the raster file with extension .ecw

What can I do? is it normal?
In my pc windows I can open without any problem.

Thank you Azzurra.

___
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] Coordinates from wgs84 utm /expressed in meter) to wgs84 (expressed in degrees)

2019-03-20 Thread Azzurra Lentini

Hi Bernd,
yes thank you, in fact I meant that transformation.
Thank you a lot for the explaination and for the correction.

Have a nice day,
Azzurra

Bernd Vogelgesang  a écrit :


Hi,

I was at first quite confused by your question.

I don't know of any projection named WGS84-UTM, but i guess you mean
SOME WGS 84 / UTM  projection. I think it's always best to "talk" in
EPSG codes, cause there are so many confusing terms around.

So, assuming you have e.g a point layer in EPSG 32632 (metric) and want
the coordinates calculated in the field calculator, but the result
should be in EPSG 4326 (degree), you can do:

for a new X column

|X( transform( $geometry, 'EPSG:32632', 'EPSG:4326')) |

and similar for a new Y column

|Y( transform( $geometry, 'EPSG:32632', 'EPSG:4326')) |

|in the field calculator.|


||
Answer found here:
https://gis.stackexchange.com/a/242259/8202

Cheers,

Bernd


Am 19.03.19 um 18:43 schrieb Azzurra Lentini:

Good morning,
if for example my project is in this referencing system: WGS84-UTM,
when I ask to calculate the coordinates Y and X (with field calculator
- geometry), it will produce the coordinates in meters.
But what can I do if I want the same coordinates in degrees?
(obviously in the same datum wgs84)

Thank you, Azzurra




___
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

[Qgis-user] Coordinates from wgs84 utm /expressed in meter) to wgs84 (expressed in degrees)

2019-03-19 Thread Azzurra Lentini

Good morning,
if for example my project is in this referencing system: WGS84-UTM,  
when I ask to calculate the coordinates Y and X (with field calculator  
- geometry), it will produce the coordinates in meters.
But what can I do if I want the same coordinates in degrees?  
(obviously in the same datum wgs84)


Thank you, Azzurra



--- Begin Message ---

Good morning,
if for example my project is in this referencing system: WGS84-UTM,  
when I ask to calculate the coordinates Y and X (with field calculator  
- geometry), it will produce the coordinates in meters.
But what can I do if I want the same coordinates in degrees?  
(obviously in the same datum wgs84)


Thank you, Azzurra

--- End Message ---
___
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] Fwd: different buffer distance for each side

2016-12-19 Thread Azzurra Lentini
Thanks Nyall.

I dont know why but  GDAL SINGLE SIDED BUFFER it doesnt work really well.
The result of this buffer is a line and not a polygone (the line is the
same of the input file!!)

I just put my input file and 150 m for the distance buffer for the left
side.
Thanks,
​A.L.​


2016-12-19 20:19 GMT+01:00 Nyall Dawson <nyall.daw...@gmail.com>:

>
>
> On 20 Dec 2016 05:06, "Azzurra Lentini" <azzurralent...@gmail.com> wrote:
>
> Dear all I have a layer shapefile lines with around 30 lines.
>
> I need a buffer of one of these  lines with 2 different values of buffer
> distance: 150 m on the left and 30 m on the right.
>
> Which kind of buffer option can I use??
>
> I know only single sided buffers but with this option I need to  repeat
> the buffer for every side.
>
>
> Buffer the left and right sides separately using single sided buffer, then
> merge the resulting output and dissolve them based on a unique identifier.
>
> Nyall
>
>
>
>
> Thanks to all, A.L:
>
> --
> Dr. Hydrogeologist
> AZZURRA LENTINI
> Expert of evaluation environmental hazards
> GIS application
> Haity Mobile Tel: 0050946057393
> ++
> Italy Mobile Tel.: **(39) 338 24 40 676
> ++
> SKYPE azzurrahydro
> ++
> azzurralent...@gmail.com
> ++
> *Par respect pour l'environnement,*
>
> *n'imprimez ce mail qu'en cas d'absolue nécessité*
>
>
>
>
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>
>
>


-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++++++++++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*









-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] different buffer distance for each side

2016-12-19 Thread Azzurra Lentini
Dear all I have a layer shapefile lines with around 30 lines.

I need a buffer of one of these  lines with 2 different values of buffer
distance: 150 m on the left and 30 m on the right.

Which kind of buffer option can I use??

I know only single sided buffers but with this option I need to  repeat the
buffer for every side.



Thanks to all, A.L:

-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] different buffer for the same field

2016-11-27 Thread Azzurra Lentini
Dear Marco, apologies to write you only now.
Yes with variable distance buffer is fine. Thanks a lot.

If you can, could you please write me the PyQgis script for the other
option?

all regards, Azzurra

2016-11-16 9:22 GMT+01:00 Marco Grisolia <marco.grisol...@gmail.com>:

> If you want to assign a specified buffer for each kind of feature, you
> may use a simple PyQGIS script using a call of buffer() from
> QgsGeometry(). Are you able to do it? Otherwise I may try to write it
> for you if my understanding of the problem was right.
> Therefore, if your buffer distances are inside a field, you may use
> the "Variable Distance Buffer" algorithm from Processing.
> Best regards,
> Marco
>
> 2016-11-16 1:26 GMT+01:00 Azzurra Lentini <azzurralent...@gmail.com>:
> > Dear all,
> >
> > I have a shape file with a field called “type”.  In the “type”  field I
> have
> > 4 kinds of samples ( 19 records).
> >
> > See in the attachment.
> >
> > The 4 samples are: normal fault, inverse fault, overthrust, syncline.
> >
> > I would like to create a buffer with different distance for each sample
> (the
> > best it would be to obtain a shape with 5 different buffer distances).
> >
> > For example  the buffer distance for the sample “ normal fault” is 30 m,
> for
> > the “inverse fault “ is 20 m, for the “overthrust” is 50 m and for the
> > “syncline” is 20 m.
> >
> >
> >
> > How I can do this kind of buffer??
> >
> >
> >
> > Thanks A.L.
> >
> >
> >
> >
> > --
> > Dr. Hydrogeologist
> > AZZURRA LENTINI
> > Expert of evaluation environmental hazards
> > GIS application
> > Haity Mobile Tel: 0050946057393
> > ++
> > Italy Mobile Tel.: **(39) 338 24 40 676
> > ++
> > SKYPE azzurrahydro
> > ++
> > azzurralent...@gmail.com
> > ++
> > *Par respect pour l'environnement,*
> >
> > *n'imprimez ce mail qu'en cas d'absolue nécessité*
> >
> >
> >
> >
> >
> >
> >
> > ___
> > Qgis-user mailing list
> > Qgis-user@lists.osgeo.org
> > List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>



-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] different buffer for the same field

2016-11-15 Thread Azzurra Lentini
Dear all,

I have a shape file with a field called “type”.  In the “type”  field I
have 4 kinds of samples ( 19 records).

See in the attachment.

The 4 samples are: normal fault, inverse fault, overthrust, syncline.

I would like to create a buffer with different distance for each sample
(the best it would be to obtain a shape with 5 different buffer distances).

For example  the buffer distance for the sample “ normal fault” is 30 m,
for the “inverse fault “ is 20 m, for the “overthrust” is 50 m and for the
“syncline” is 20 m.



How I can do this kind of buffer??



Thanks A.L.



-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*


typeOfFaults.pdf
Description: Adobe PDF document
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] field calculator and query: asking help for faster solution!!!

2016-11-15 Thread Azzurra Lentini
Dear Claas
yes thanks a lot.. it is working.

and thanks to all for the answers.

Azzu

2016-11-15 22:12 GMT+01:00 Claas Leiner <claas.lei...@gkg-kassel.de>:

>
> You can do ist with:
>
> --
> case
> when “DESCRIPTION” = 'sample1' then 1
> when “DESCRIPTION” = 'sample2' then 2
> ...
> when “DESCRIPTION” = 'sample25' then 25
> end
> --
> Claas
>
>
> Am 15.11.2016 um 21:51 schrieb Azzurra Lentini:
>
>> Dear all,
>>
>> I have an attribute table (associated to a shape file).
>>
>> One of the field  is a string type field and his name is “DESCRIPTION” ,
>> I need this field as an  INT number.
>>
>> The field “description” is formed by 25 different samples and around 350
>> records (so for every sample there are different records with the same
>> description).
>>
>> SO I create a new field “descriptionINT” and I would like to fill the
>> field with 25 numbers (1, 2, 3, 25) associated to the 25 different
>> sample and 350 records.
>>
>> How I can do?
>>
>> Till now, I was first selecting the records related to the first sample
>> and I was giving the number, for example 1 (with field calculator) to
>> all the records related to the same sample.
>>
>> But I am doing this one by one.. that means every time a do a new
>> selection and I give a new number with field calculator.
>>
>> Do you know a faster way (query)  to do this ?
>>
>>
>> ​thanks A.L. ​
>>
>> --
>> Dr. Hydrogeologist
>> AZZURRA LENTINI
>> Expert of evaluation environmental hazards
>> GIS application
>> Haity Mobile Tel: 0050946057393
>> ++
>> Italy Mobile Tel.: **(39) 338 24 40 676
>> ++
>> SKYPE azzurrahydro
>> ++
>> azzurralent...@gmail.com <mailto:azzurralent...@gmail.com>
>> ++
>> *Par respect pour l'environnement,*
>>
>> *n'imprimez ce mail qu'en cas d'absolue nécessité*
>>
>>
>>
>>
>>
>>
>>
>>
>> ___
>> Qgis-user mailing list
>> Qgis-user@lists.osgeo.org
>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>>
>>
>
> --
> -
> GKG-Kassel - Dr.-Ing. Claas Leiner
> QGIS-Support und mehr
>
> Geodatenservice, Kartenwerkstatt &
> GIS-Schule Kassel
>
> Wilhelmshöher Allee 304 E
> 34131 Kassel
> Tel. 0561/56013445
> claas.lei...@gkg-kassel.de
> --------
> http://www.gkg-kassel.de
> 
> Unterstützen Sie QGIS
> QGIS-DE e.V. | http://qgis.de
> QGIS Projekt | http://qgis.org/de/site/
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user




-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] vector shp from NAD83 (CSRS98) to UTM WGS84

2016-03-29 Thread Azzurra Lentini
Hallo to all,
do you know how I can transform vectorial data from NAD83 (CSRS98) to UTM
wgs84?
do you think if I do with reproject it would be ok?? or what u suggest??

thanks a lot

-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] I ended up with a strange thing when I tried to split a feature

2016-03-26 Thread Azzurra Lentini
Hi,
I had several times the same problem but when I printed my map it does
not appeared in the layout and/or in the paper.. So I just ignore
that!
But normally after 2-3 times I open and close the project it disappear.
I have Win7 and I am using qgis 2.12
A.L.

2016-03-25 21:13 GMT-04:00 Joshua Kennedy <shu...@clovermail.net>:
> Hello
>
> I’m getting started with QGIS, have worked with ArcGIS several years ago.
> I’ve run into an issue and I hope maybe I can get some help here.
>
> I was trying to split a polygon feature using the “Split Features” tool in
> the Advanced Digiitizing toolbar. From there I started trying to draw where
> I wanted the polygon to be split.  But I was having trouble getting the tool
> to go in the direction I wanted, and then I ended up with this odd network
> of line segments on top of the feature I was trying to split.  It’s red with
> green X nodes and then one dotted red line that goes off into the distance.
> I can’t undo it. I can’t select it. I remains even when I hide all layers.
> I  closed the document without saving it and it was still there when I
> reopened the document.
>
> Is this normal, or is it some kind of bug?
>
> I’m using QGIS "2.8.1-Wien" on a Mac OSX 10.11.3
>
> thanks
>
> Joshua
>
>
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user



-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] qgis 2.14 dont start grass

2016-03-24 Thread Azzurra Lentini
Hi,
I have a similar problem and the message is:

This algorithm cannot be run :-(

It seems that GRASS is not correctly installed and configured in your
system. Please install it before running GRASS algorithms


Until I was using last version 2.12 it was ok but since I installed the
2.14 .. the grass instruments are not anymore working..

I cleaning and again cleaning my computer with ccleaner, but till now.. I
cant use grass!!

2016-03-23 17:12 GMT-04:00 Andrea Peri <aperi2...@gmail.com>:

> Hi,
> my qgis 2.14 from install offline or from osgeo4w 32bit
> will not start any toold from grass.
> It report always this message:
>
> 
> Missing dependency. This algorithm cannot be run :-(
>
> GRASS GIS 7 folder is not configured. Please configure it before
> running GRASS GIS 7 algorithms.
> 
>
> I try the standalone install version 2.14 or 2.12.
> I try also the 2.14 from osgeo4w.
>
> Is this confirmed or it could be a local problem of my window pc ?
>
> Thx.
>
> --
> -
> Andrea Peri
> . . . . . . . . .
> qwerty àèìòù
> -
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user




-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Fwd: processing toolbar problems

2016-03-21 Thread Azzurra Lentini
Hello to all,

Every time I open QGIS Essen 2.14 I get an error message telling me that:

PROCESSING  will be disabled because it crashed QGIS during last startup.
Please report an issue and re-enable the plugin when the problem has been
solved.


I tried from PLUGINS: MANAGE and INSTALL PLUGINS

to unistall this processing and I tried to upgrade this processing toolbar
​but it give me error message:


Couldn't load plugin 'processing'

ImportError: cannot import name ogrConnectionString

Traceback (most recent call last):
  File "C:/PROGRA~1/QGISES~1/apps/qgis/./python\qgis\utils.py", line
281, in loadPlugin
__import__(packageName)
  File "C:/PROGRA~1/QGISES~1/apps/qgis/./python\qgis\utils.py", line
572, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:/Users/Azzurra
Hydro/.qgis2/python/plugins\processing\__init__.py", line 29, in
from processing.tools.general import *
  File "C:/PROGRA~1/QGISES~1/apps/qgis/./python\qgis\utils.py", line
572, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)

  File "C:/Users/Azzurra Hydro/.qgis2/python/plugins\process
​




PLease do you know what can I do??


thanks to all
​, Azzurra​


-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*





​




-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] GEOPROCESSING: UNION of more polygons of different layers

2015-12-21 Thread Azzurra Lentini
Dear all,
is it possible in Qgis to do the union of more polygons of differents
layers (so from more input layers to have one output layer as I can do in
arcgis)?

In vector --> geoprocess --> union
is the union of only 2 different layers but is not possible a union a more
of 2 layers.

Thanks, Azzurra

-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] GEOPROCESSING: UNION of more polygons of different layers

2015-12-21 Thread Azzurra Lentini
Dear all,
thanks a lot.
Yes is it true: I need to copy the content of one layer into the other, so
I need Merge.
Anyway thanks for the useful advices also regarding the union.

bye bye
Azzurra

2015-12-21 14:45 GMT+01:00 Andreas Neumann <a.neum...@carto.net>:

> Hi Matthias,
>
> Thanks for this useful hint.
>
> But this "union" is also just a concatenating - it is in the sense of a
> union of SQL result sets. It does not create new geometries, as a geometric
> union would do.
>
> So the question remains: what type of "union" does Azzurra want? a
> concatenation of several data sets or a geometric union where new
> geometries of overlapping features are generated?
>
> Andreas
>
>
> On 21.12.2015 14:10, Matthias Kuhn wrote:
>
>> I have recently used OGR VRT for this:
>>
>> http://www.gdal.org/drv_vrt.html
>> *OGRVRTUnionLayer*
>>
>> If you are not afraid of editing an XML file, that would be an approach.
>>
>> Matthias
>>
>>
>> On 12/21/2015 01:37 PM, Andreas Neumann wrote:
>>
>>> Hi,
>>>
>>> Isnt' merge something else than union? As far as I know, merge only
>>> copies the content of one layer into the other, whereas union really
>>> unites overlapping geometry and creates new features. You'd have to
>>> define how it handles the attributes.
>>>
>>> Andreas
>>>
>>> On 21.12.2015 11:49, Lewis Villierme wrote:
>>>
>>>> Hi,
>>>>
>>>> There's a tool called in vector/Data management/Merges Multiples
>>>> layer to one
>>>>
>>>> you can specify a folder in which you have all your shapefile to merge.
>>>>
>>>> regards.
>>>>
>>>> 2015-12-21 10:04 GMT+00:00 Azzurra Lentini <azzurralent...@gmail.com>:
>>>>
>>>>> Dear all,
>>>>> is it possible in Qgis to do the union of more polygons of
>>>>> differents layers
>>>>> (so from more input layers to have one output layer as I can do in
>>>>> arcgis)?
>>>>>
>>>>> In vector --> geoprocess --> union
>>>>> is the union of only 2 different layers but is not possible a union
>>>>> a more
>>>>> of 2 layers.
>>>>>
>>>>> Thanks, Azzurra
>>>>>
>>>>> --
>>>>> Dr. Hydrogeologist
>>>>> AZZURRA LENTINI
>>>>> Expert of evaluation environmental hazards
>>>>> GIS application
>>>>> Haity Mobile Tel: 0050946057393
>>>>> ++
>>>>> Italy Mobile Tel.: **(39) 338 24 40 676
>>>>> ++
>>>>> SKYPE azzurrahydro
>>>>> ++
>>>>> azzurralent...@gmail.com
>>>>> ++
>>>>> *Par respect pour l'environnement,*
>>>>>
>>>>> *n'imprimez ce mail qu'en cas d'absolue nécessité*
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ___
>>>>> Qgis-user mailing list
>>>>> Qgis-user@lists.osgeo.org
>>>>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>>>
>>>> ___
>>>> Qgis-user mailing list
>>>> Qgis-user@lists.osgeo.org
>>>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>>
>>> ___
>>> Qgis-user mailing list
>>> Qgis-user@lists.osgeo.org
>>> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
>>> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>>>
>>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
>



-- 
Dr. Hydrogeologist
AZZURRA LENTINI
Expert of evaluation environmental hazards
GIS application
Haity Mobile Tel: 0050946057393
++
Italy Mobile Tel.: **(39) 338 24 40 676
++
SKYPE azzurrahydro
++
azzurralent...@gmail.com
++
*Par respect pour l'environnement,*

*n'imprimez ce mail qu'en cas d'absolue nécessité*
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user