Re: [Qgis-user] Issue with rule-based display and sub categories

2018-04-17 Per discussione Patrick Dunford

You should file a bug report at

https://issues.qgis.org/projects/qgis/issues/new

You will need to sign up for an account if you haven't logged onto the 
site already.


Before logging a new report, use the search function to check if 
anything similar already exists.



On 18/04/18 15:20, Laurence Béchet wrote:

Hi all,

I have a complex style display rule-based with sub categories. I turn 
on and off some of these sub categories depending on what I want to 
display. Unfortunately, when I tun off a sub category the symbol is 
still displayed - only with no color ...
I strongly think that it used to work with the last year qgis versions 
...


Happens with both latest 2.18 and 3.0
Windows 8 pro.

Any help would be welcome. It's for a report that I have to issue 
quite soon ...

I can provide the style or whatever else which suits.

Kind regards
Laurence
ARK IN THE PARK Volunteer Co-Ordinator
Cascades Ranger Station
Falls Road, Waitakere
New Zealand

___
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] Export reflectance value for every pixel in a zone

2018-04-17 Per discussione Joshua Rust
Hi,

I am working with an agricultural research team analyzing multispectral
imagery taken from a UAV over fields containing plots with different
nitrogen treatments. I created a grid over my geotiff in QGIS, and have run
zonal statistics on this layer and compared the output from this to actual
leaf analysis to derive a correlation. That is looking nice.
What I wish to do now, however, is to obtain *each* individual reflectance
value for *each* pixel in my grid plots. So, for example, zonal statistics
tells me there are 22348 pixels in a plot and it tells me the max, min,
median etc. I would like to see the values for each of the 22348 pixels and
work with that. It will be a monstrous file I know but I can live with that.
Is there a plugin that will quickly export this info for me to .csv or txt?

Cheers

Josh

-- 


Joshua Rust | Technical Officer | Soils Research |

NSW Department of Primary Industries

1243 Bruxner Hwy Wollongbar NSW 2477

T: 02 6626 1252 | F: 02 6628 3264 | E: joshua.r...@dpi.nsw.gov.au

W: www.dpi.nsw.gov.au

-- 

This
 message is intended for the addressee named and may contain 

confidential information. If you are not the intended recipient, please 

delete it and notify the sender. Views expressed in this message are 
those 
of the individual sender, and are not necessarily the views of 
their 
organisation.
___
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] Issue with rule-based display and sub categories

2018-04-17 Per discussione Laurence Béchet

Hi all,

I have a complex style display rule-based with sub categories. I turn on 
and off some of these sub categories depending on what I want to 
display. Unfortunately, when I tun off a sub category the symbol is 
still displayed - only with no color ...

I strongly think that it used to work with the last year qgis versions ...

Happens with both latest 2.18 and 3.0
Windows 8 pro.

Any help would be welcome. It's for a report that I have to issue quite 
soon ...

I can provide the style or whatever else which suits.

Kind regards
Laurence
ARK IN THE PARK Volunteer Co-Ordinator
Cascades Ranger Station
Falls Road, Waitakere
New Zealand

___
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] Clip Raster by Mask Layer algorithm not working when part of processing model

2018-04-17 Per discussione Nyall Dawson
On 18 April 2018 at 06:03, Phil Ribbens  wrote:
> Hi,
>
> I'm trying to include the “Clip raster by mask layer” algorithm in a
> processing model, but I can’t get it to work. What’s weird is that when I
> run the algorithm by itself (i.e. not as part of a model), it works fine.
>
> Below are the logs of each (when I run it by itself and when I run it as
> part of a model). From studying these it seems like the only difference (and
> what seems to be causing the problem) is that when the algorithm is run from
> within a model the path to the MASK layer isn’t being included in the GDAL
> command. Anybody have any idea why? Am I doing something wrong? Is it a bug?

This is a known issue in 3.0.1 - it will be fixed in 3.0.2

Nyall

>
> Thanks,
> Phil Ribbens
>
>
> Running Clip raster by mask layer by itself (works fine)
> Processing algorithm…
> AlgorithmDialog
> Input parameters:
> { 'INPUT' :
> '/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif',
> 'MASK' : '/Users/philipribbens/Dropbox/work/QGIS plugin for
> Key-Log/lower_roanoke_subbasin.shp', 'NODATA' : 255, 'ALPHA_BAND' : False,
> 'CROP_TO_CUTLINE' : True, 'KEEP_RESOLUTION' : False, 'OPTIONS' : '',
> 'DATA_TYPE' : 0, 'OUTPUT' :
> '/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_6c6a3f6013994c2eafbaf28a231297a3/44f299a602e34ef8a666e6848ff95658/OUTPUT.tif'
> }
>
> GDAL command:
> gdalwarp -ot Byte -of GTiff -cutline "/Users/philipribbens/Dropbox/work/QGIS
> plugin for Key-Log/lower_roanoke_subbasin.shp" -crop_to_cutline -dstnodata
> 255.0
> /var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif
> /var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_6c6a3f6013994c2eafbaf28a231297a3/44f299a602e34ef8a666e6848ff95658/OUTPUT.tif
> GDAL command output:
> Copying color table from
> /var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif
> to new file.
> Creating output file that is 3642P x 2860L.
> Processing input file
> /var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif.
> Using internal nodata values (e.g. 255) for image
> /var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif.
> 0...10...20...30...40...50...60...70...80...90...100 - done.
> Execution completed in 0.65 seconds
> Results:
> {'OUTPUT':  {'sink':/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_6c6a3f6013994c2eafbaf28a231297a3/44f299a602e34ef8a666e6848ff95658/OUTPUT.tif,
> 'createOptions': {'fileEncoding': 'System'}}>}
>
> Loading resulting layers
> Algorithm 'Clip raster by mask layer' finished
>
>
>
> Running Clip raster by mask layer as part of a model (doesn’t work)
> Processing algorithm…
> AlgorithmDialog
> Input parameters:
> { 'inputrasterlayer' :
> '/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif',
> 'maskvectorlayer' : '/Users/philipribbens/Dropbox/work/QGIS plugin for
> Key-Log/lower_roanoke_subbasin.shp', 'gdal:cliprasterbymasklayer_1:Final
> clipped raster' :
> '/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_6c6a3f6013994c2eafbaf28a231297a3/3b9e2df02eca4aa6b8f6476df78cdf9f/gdal:cliprasterbymasklayer_1:Final
> clipped raster.tif' }
>
> Prepare algorithm: gdal:cliprasterbymasklayer_1
> Running Clip raster by mask layer [1/1]
> Input Parameters:
> { ALPHA_BAND: False, CROP_TO_CUTLINE: True, DATA_TYPE: 0, INPUT:
> '/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif',
> KEEP_RESOLUTION: False, MASK: '/Users/philipribbens/Dropbox/work/QGIS plugin
> for Key-Log/lower_roanoke_subbasin.shp', NODATA: 255, OPTIONS: '', OUTPUT:
> '/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_6c6a3f6013994c2eafbaf28a231297a3/3b9e2df02eca4aa6b8f6476df78cdf9f/gdal:cliprasterbymasklayer_1:Final
> clipped raster.tif' }
> GDAL command:
> gdalwarp -ot Byte -of GTiff -cutline -crop_to_cutline -dstnodata 255.0
> /var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif
> "/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_6c6a3f6013994c2eafbaf28a231297a3/3b9e2df02eca4aa6b8f6476df78cdf9f/gdal:cliprasterbymasklayer_1:Final
> clipped raster.tif"
> GDAL command output:
> ERROR 1: Cannot open -crop_to_cutline.
> OK. Execution took 0.196 s (1 outputs).
> Model processed OK. Executed 1 algorithms total in 0.372 s.
> Execution completed in 0.41 seconds
> Results:
> {'gdal:cliprasterbymasklayer_1:Final clipped raster':
>  

[Qgis-user] Clip Raster by Mask Layer algorithm not working when part of processing model

2018-04-17 Per discussione Phil Ribbens
Hi,

I'm trying to include the “Clip raster by mask layer” algorithm in a processing 
model, but I can’t get it to work. What’s weird is that when I run the 
algorithm by itself (i.e. not as part of a model), it works fine.

Below are the logs of each (when I run it by itself and when I run it as part 
of a model). From studying these it seems like the only difference (and what 
seems to be causing the problem) is that when the algorithm is run from within 
a model the path to the MASK layer isn’t being included in the GDAL command. 
Anybody have any idea why? Am I doing something wrong? Is it a bug? 

Thanks,
Phil Ribbens


Running Clip raster by mask layer by itself (works fine)
Processing algorithm…
AlgorithmDialog
Input parameters:
{ 'INPUT' : 
'/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif',
 'MASK' : '/Users/philipribbens/Dropbox/work/QGIS plugin for 
Key-Log/lower_roanoke_subbasin.shp', 'NODATA' : 255, 'ALPHA_BAND' : False, 
'CROP_TO_CUTLINE' : True, 'KEEP_RESOLUTION' : False, 'OPTIONS' : '', 
'DATA_TYPE' : 0, 'OUTPUT' : 
'/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_6c6a3f6013994c2eafbaf28a231297a3/44f299a602e34ef8a666e6848ff95658/OUTPUT.tif'
 }

GDAL command:
gdalwarp -ot Byte -of GTiff -cutline "/Users/philipribbens/Dropbox/work/QGIS 
plugin for Key-Log/lower_roanoke_subbasin.shp" -crop_to_cutline -dstnodata 
255.0 
/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif
 
/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_6c6a3f6013994c2eafbaf28a231297a3/44f299a602e34ef8a666e6848ff95658/OUTPUT.tif
GDAL command output:
Copying color table from 
/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif
 to new file. 
Creating output file that is 3642P x 2860L. 
Processing input file 
/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif.
 
Using internal nodata values (e.g. 255) for image 
/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif.
 
0...10...20...30...40...50...60...70...80...90...100 - done. 
Execution completed in 0.65 seconds
Results:
{'OUTPUT': }

Loading resulting layers
Algorithm 'Clip raster by mask layer' finished



Running Clip raster by mask layer as part of a model (doesn’t work)
Processing algorithm…
AlgorithmDialog
Input parameters:
{ 'inputrasterlayer' : 
'/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif',
 'maskvectorlayer' : '/Users/philipribbens/Dropbox/work/QGIS plugin for 
Key-Log/lower_roanoke_subbasin.shp', 'gdal:cliprasterbymasklayer_1:Final 
clipped raster' : 
'/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_6c6a3f6013994c2eafbaf28a231297a3/3b9e2df02eca4aa6b8f6476df78cdf9f/gdal:cliprasterbymasklayer_1:Final
 clipped raster.tif' }

Prepare algorithm: gdal:cliprasterbymasklayer_1
Running Clip raster by mask layer [1/1]
Input Parameters:
{ ALPHA_BAND: False, CROP_TO_CUTLINE: True, DATA_TYPE: 0, INPUT: 
'/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif',
 KEEP_RESOLUTION: False, MASK: '/Users/philipribbens/Dropbox/work/QGIS plugin 
for Key-Log/lower_roanoke_subbasin.shp', NODATA: 255, OPTIONS: '', OUTPUT: 
'/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_6c6a3f6013994c2eafbaf28a231297a3/3b9e2df02eca4aa6b8f6476df78cdf9f/gdal:cliprasterbymasklayer_1:Final
 clipped raster.tif' }
GDAL command:
gdalwarp -ot Byte -of GTiff -cutline -crop_to_cutline -dstnodata 255.0 
/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_c893e43e9931410397ab42a423fd9d61/e27038e2ea2f4b42842aaacf3c6bf15c/OUTPUT.tif
 
"/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_6c6a3f6013994c2eafbaf28a231297a3/3b9e2df02eca4aa6b8f6476df78cdf9f/gdal:cliprasterbymasklayer_1:Final
 clipped raster.tif"
GDAL command output:
ERROR 1: Cannot open -crop_to_cutline. 
OK. Execution took 0.196 s (1 outputs).
Model processed OK. Executed 1 algorithms total in 0.372 s.
Execution completed in 0.41 seconds
Results:
{'gdal:cliprasterbymasklayer_1:Final clipped raster': 
}

Loading resulting layers
The following layers were not correctly generated.
/var/folders/10/qfg4mkl127gcxgmpr82tl1xcgq/T/processing_6c6a3f6013994c2eafbaf28a231297a3/3b9e2df02eca4aa6b8f6476df78cdf9f/gdal:cliprasterbymasklayer_1:Final
 clipped raster.tif
You can check the 'Log Messages Panel' in QGIS main window to find more 
information about the execution of the algorithm.___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: 

Re: [Qgis-user] Simple curves

2018-04-17 Per discussione Andreas Neumann

Hi Marco,

When you say "curves" - do you mean "circular arcs" - I assume.

Yes - it is possible.

If you want to preserve curves, you'd have to choose a data provider 
capable of storing curves. At the moment, the only two data formats with 
curves supported in QGIS, are Postgis and Geopackage, provided that you 
have a recent version of GDAL and QGIS. Editing curves is part of the 
normal editing tools (advanced digitizing toolbar). Maybe GML support 
curves - but I don't think you can edit GML in OGR/QGIS - I may be wrong 
though.


However, you could create curves also for data providers that don't 
support curves. In that case your curve gets segmented into many short 
lines - and as a consequence, you can't edit the curve efficiently, once 
it is created.


There is, however, a drawback if you use curves - basically whenever you 
do something geometry-related, other than plain editing or display of 
the data, it will be stroked - e.g. if you split or merge a feature 
containing curves, it will be - again be segementized. This is because 
the underlying geometry libraries (GEOS) can't handle curves. In such 
cases where GEOS is used, QGIS has to segmentize the data before feeding 
it into GEOS.


Greetings,

Andreas


On 17.04.2018 16:07, Marco Dinges wrote:

Hey guys,

is it possible to create simple curves with, for example, three Points 
and a radius?



___
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-it-user] Qgis3 - il tridimensionale e rendering

2018-04-17 Per discussione Luca Bellani
Proprio non mi piacciono questi comandi. In tutto i software che uso lo zoom
lo la la rotella centrale, molto piú preciso e diretto che usare il bottone
destro. sará una cosa solo mia, ma proprio non mi piace come sono impostati 



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


Re: [Qgis-user] Simple curves

2018-04-17 Per discussione Frank Broniewski
Hi Marco,

in QGIS 3 there is a special toolbar for forms which allows you to design 
circles, arcs and so forth.
For QGIS 2 there are some plugins which allow you to do so, namely QAD and 
cadtools.

HTH
Frank

Dipl. Geogr. Frank Broniewski
Waldhölzbacher Str. 51
66679 Losheim am See
06872 509 068 4
0176 611 26 9 2 6
www.frankbroniewski.com

Von: Qgis-user  Im Auftrag von Marco Dinges
Gesendet: Dienstag, 17. April 2018 16:07
An: qgis-user@lists.osgeo.org
Betreff: [Qgis-user] Simple curves

Hey guys,

is it possible to create simple curves with, for example, three Points and a 
radius?
___
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] Simple curves

2018-04-17 Per discussione Marco Dinges
Hey guys,

is it possible to create simple curves with, for example, three Points and
a radius?
___
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] Stastics/percentage raster layers

2018-04-17 Per discussione Richard McDonnell

Hi Hanna,
The Link below, should help

https://gis.stackexchange.com/questions/83407/how-to-extract-pixel-value-counts-from-a-raster-in-qgis

Regards,

Richard.



On 17/04/2018 14:21, Hanna nengerman wrote:

Dear All,

I am using QGIS version: 2.8.2-Wien.

In my project I have multiple raster layers. With one of those raster layers I 
did the following calculation:
‘Raster layer’ = 0

This follows in a layer with 0 and 1 values. Where 0 stands for ‘false’ and 1 
stands for ‘true’.
My question is: if it is possible to get the statistics from the resulting 
layer.
I would also like to know if it is possible to get the amount of 0 or 1 values 
of that resulting layer, preferably the percentage.

I hope that someone can help me!

Kind regards,

Hanna
___
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


--
*_Richard McDonnell_*
*GIS Specialist PgD GIS AssocSCSI*
*OPW FRM Data Management*
*52 Stephens Green, Dublin 2.*
TEL: 01 6476543

OPW - Ag féachaint don am atá le teacht - Ag caomhnú ón am atá thart
OPW - Looking to the future - Caring for the past

***
Email Disclaimer: http://www.opw.ie/en/disclaimer/

___
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] Stastics/percentage raster layers

2018-04-17 Per discussione Hanna nengerman
Dear All,

I am using QGIS version: 2.8.2-Wien. 

In my project I have multiple raster layers. With one of those raster layers I 
did the following calculation:
‘Raster layer’ = 0 

This follows in a layer with 0 and 1 values. Where 0 stands for ‘false’ and 1 
stands for ‘true’.
My question is: if it is possible to get the statistics from the resulting 
layer.
I would also like to know if it is possible to get the amount of 0 or 1 values 
of that resulting layer, preferably the percentage. 

I hope that someone can help me!

Kind regards,

Hanna 
___
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] Cross-classification and tabulation tool

2018-04-17 Per discussione Phil Ribbens
Hi,

I’m trying to use SAGA’s "Cross-classification and tabulation” tool from the 
processing toolbox, and based on the documentation 
(http://www.saga-gis.org/saga_tool_doc/6.3.0/grid_analysis_13.html 
) and this 
example I found (https://gis.stackexchange.com/a/264242/117412 
) I’m expecting it to output 
both a grid and a table. But every time I’ve tried it (with various inputs) it 
only outputs a grid. The UI doesn’t even show an output parameter for the table 
(only for the grid).

So why doesn’t the "Cross-classification and tabulation” tool output a table?

I’m using QGIS3.0.0 on Mac OS 10.13.3.

Thanks for any help anyone can provide,
Phil Ribbens___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] QGIS & CityGML?

2018-04-17 Per discussione Elstermann, Mike
THX! :-)
mikeE.

> Am 16.04.2018 um 09:55 schrieb b.j.kob...@utwente.nl:
> 
> Reading CityGML is possible, it is after all well-behaved GML. Using GDAL or 
> better using the tudelft.nl tools mentioned by Tobias to convert it to a 
> PostGIS database. And visualising it then is probably also OK, but only in 
> 2D, not the way I suspect you’d want to, i.e.  in a 3D-viewing environment...
>  
>  
> --
> Barend Köbben
>  
> On 16/04/2018, 09:41, "Qgis-user on behalf of Tobias Wendorff" 
>  oftobias.wendo...@tu-dortmund.de> wrote:
>  
> Hi Mike.
>  
> Am Mo, 16.04.2018, 09:34 schrieb Elstermann, Mike:
>> How can I read/visualize CityGML in QGIS?
>  
> CityGML exists in several flavors, I don't think, QGIS supports
> it the native way. You have to use FME to convert it or try it
> the GDAL way. EvenR has added much GMLAS in the past, which makes
> it able to parse some kind of CityGML-stuff:
>  
> http://www.gdal.org/drv_gmlas.html
>  
> https://3d.bk.tudelft.nl/svitalis/citygml/gdal/2017/07/24/messing-around-with-citygml-on-gdal-2.2.html
>  
> HTH,
> Tobias
>  
> ___
> 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-it-user] Terza HackFest italiana di QGIS

2018-04-17 Per discussione matteo
Salve a tutti,

stiamo cercando di organizzare la terza HackFest Italiana di QGIS il
prossimo sabato 9 settembre 2018 a Viterbo.

La HackFest è ospitata dal convegno INPUT [0] e la partecipazione è
gratuita. Invito a partecipare numerosi anche all'interessantissimo
convegno.

Ho preparato una pagina sul repository che inviterei a compilare a
chiunque sia interessato a partecipare [1]

A mio avviso sono tanti gli argomenti che meriterebbero di essere
discussi fra di noi:

* migliore gestione dei soci e rinnovo delle iscrizioni
* migliorare quello che QGIS Italia può fare
* possiamo prevedere dei mini workshop per chi è interessato alla
traduzione e alla documentazione
* schiacciamo qualche bug?!
* tanto altro, aggiungete le vostri idee liberamente sulla pagina

e poi fa sempre piacere incontrarsi e bere una birra insieme :)

Ringrazio ancora INPUT, in particolare Raffaele Pelorosso, per la
disponibilità e l'ospitalità.

Saluti

Matteo


[0] https://sites.google.com/view/input2018/home?authuser=0
[1] https://github.com/pcav/sito_qgis_it/wiki/QGIS-HackFest-3
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] QGIS 3.0 installation problem

2018-04-17 Per discussione Francesca Pierdominici
  QGIS 3.0.1 'Girona'

http://qgis.org/downloads/QGIS-OSGeo4W-3.0.1-1-Setup-x86_64.exe


once  the *.exe file download  done and the installation launched,  at the
end  the following message appears :


QGIS
Package: qgis-common
qgis-common.bat exit code -1073741515


And QGIS can't start. Is it a resolvable problem?

We look forward your kindly reply
Best Regards
Francesca
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] no python console in QGIS 3 Ubuntu 17.10

2018-04-17 Per discussione Patrick Dunford
If you use the Ubuntugis packages and they break the installation 
because of their different upgrade cycle the answer to that is to use 
apt pinning to block the automatic upgrade in the package management system.



The point made with Ubuntugis is the same as if you were getting the 
packages from Ubuntu itself. The update cycle for Ubuntugis or Ubuntu is 
not controlled by the Qgis project.



You are not compelled to use the Ubuntugis for the LTS versions of 
Ubuntu but then you will get an older version of Qgis installed on your 
computer. So there is a very straightforward set of choices that can be 
made.



On 17/04/18 06:11, Micha Silver wrote:




--
Micha Silver
Ben Gurion Univ.
Sde Boker, Remote Sensing Lab
cell: +972-523-665918


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

Re: [QGIS-it-user] Donazioni a qgis.org

2018-04-17 Per discussione Totò
enricofer wrote
> Vorrei confrontarmi con tutti riguardo ad un problema che sto riscontrando
> con le donazioni.
> Ho effettuato un corso di QGIS ed ho chiesto cortesemente di destinare una
> quota del compenso a qgis.org:
> https://www.qgis.org/it/site/getinvolved/donations.html solo che il
> beneficiario non appare essere chiaramente senza fine di lucro (una
> fondazione svizzera per di più)

 aggiungo, che tempo fa quando provai a donare, la banca svizzera si
trattiene 9,00€

saluti



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


[QGIS-it-user] Donazioni a qgis.org

2018-04-17 Per discussione Enrico Ferreguti
Vorrei confrontarmi con tutti riguardo ad un problema che sto riscontrando
con le donazioni.
Ho effettuato un corso di QGIS ed ho chiesto cortesemente di destinare una
quota del compenso a qgis.org:
https://www.qgis.org/it/site/getinvolved/donations.html solo che il
beneficiario non appare essere chiaramente senza fine di lucro (una
fondazione svizzera per di più) destando non poche preoccupazioni rispetto
alla detraibilità dello stesso a fini fiscali.
seguendo il link riportato riguardante il gruppo QGIS tedesco:
http://www.qgis.de/ appare come loro abbiamo predisposto un loro conto per
le donazioni fiscalmente detraibili. Mi sono accorto inoltre che il gruppo
tedesco è pure Silver sponsor di QGIS.org!!

Non è che si può fare un po' di chiarezza su questo aspetto fondamentale
dello sviluppo open source?

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


Re: [QGIS-it-user] importare e gereferenziare dwg

2018-04-17 Per discussione Totò
nformica wrote
> Altrimenti, quando ti passano dei DWG è sempre meglio convertirli in DXF
> !?

Scordavo;
quando mi passano i dwg li converto sempre in dxf ma esiste la possibilità
di usare importDWG/DXF dal menu progetto.

saluti



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


Re: [QGIS-it-user] importare e gereferenziare dwg

2018-04-17 Per discussione nformica
Ciao Totò,

in QGIS 3.0 tra i layer vettoriali apribili direttamente (apri dataset
vettoriali supportati da OGR), hanno aggiunto anche il formato AutoCAD
Driver DWG.
Però non ho capito come funziona, perchè ho fatto delle prove con alcuni
file DWG e non li apre !

Da quello che leggo qui:
http://www.gdal.org/ogr_formats.html
per aprirli c'è bisogno della Open Design Alliance Teigha library.

Tu ne sai qualcosa ?
Altrimenti, quando ti passano dei DWG è sempre meglio convertirli in DXF !?

Saluti
Nino



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