[Qgis-user] exporting tiff to geospatial pdf fails

2019-08-20 Thread Reginald
Hello qgisusers,

Using QGIS 3.8.1-Zanzibar on Windows with OSGeo4W.
When I try to export a georeferenced tiff to a geospatial pdf I get a
progresbar in the statusbar and after about 15 seconds I get a notification
in the messagebar that the pdf was rendered with a hyperlink to the file.
When I click on the hyperlink or look in the folder there is no file to be
found. I tried to save the output on my C drive to a file containing no
whitespace or special characters but also no luck.
When I tried to use pyramids the process keeps hanging.
Can anybody verify that this functionality is not working?

Regards,



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

Re: [Qgis-user] (no subject)

2019-08-20 Thread Akbar Ahmady
can you assist me how i can export my QGIS 2.4.0 version project to web
with this capacity which we can have the layer and attribute table with
together?

best
Ahmadi

On Tue, Aug 20, 2019 at 3:49 PM Phil Wyatt  wrote:

> As QGIS 2.X is no longer supported I would start by updating to at least
> the latest long term release version (3.4.11 for windows) and having
> another try at loading the plugin.
>
>
>
> https://qgis.org/en/site/forusers/download.html
>
>
>
> Version 3 will load to a new directory if you accept all the defaults.
>
>
>
> Cheers - Phil
>
>
>
>
>
> *From:* Akbar Ahmadi [mailto:akbarahmady2...@gmail.com]
> *Sent:* Tuesday, 20 August 2019 4:17 PM
> *To:* Phil Wyatt; qgis-user@lists.osgeo.org
> *Subject:* RE: [Qgis-user] (no subject)
>
>
>
> I use QGIS 2.4.0 version
>
> And error message are in enclosed file
>
>
>
>
>
>
>
> Best Regards,
>
> Akbar Ahmadi
>
> *Akbar Ahmadi*
>
> Email  akbar.ahm...@akdn.org   akbarahmady2...@gmail.com
>
> Skype  akbarahmady2002
>
>
>
> *From: *Phil Wyatt 
> *Sent: *Tuesday, August 20, 2019 10:45 AM
> *To: *'Akbar Ahmadi' ;
> qgis-user@lists.osgeo.org
> *Subject: *RE: [Qgis-user] (no subject)
>
>
>
> What version of QGIS are you using, how are you loading the plugin, and
> what error messages are you receiving?
>
>
>
> Cheers - Phil
>
>
>
> *From:* Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] *On Behalf
> Of *Akbar Ahmadi
> *Sent:* Tuesday, 20 August 2019 4:03 PM
> *To:* qgis-user@lists.osgeo.org
> *Subject:* [Qgis-user] (no subject)
>
>
>
> Dear Sir
>
>
>
> I cannot install Lizmap plugin can you assist me to install it?
>
>
>
>
>
> Best Regards,
>
> Akbar Ahmadi
>
> *Akbar Ahmadi*
>
> Email  akbar.ahm...@akdn.org   akbarahmady2...@gmail.com
>
> Skype  akbarahmady2002
>
>
>
>
> ___
> 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] Polygonize object by object

2019-08-20 Thread Nicolas Cadieux
Hi,
Split the line object layer in multiple files (one file per object).  Use 
polygonize on each layer. Then cut and paste the first polygon on to the second 
polygon.  You will have two intersecting polygons.
Nicolas

> Le 20 août 2019 à 17:30, "felix-sch...@gmx.de"  a écrit :
> 
> Hey everyone, 
> 
> I wonder if it is possible to polygonize each object in a layer of line 
> objects individually. The polygonize algorithm from the processing toolbox 
> yields three polygons if you have two overlapping line objects in the input 
> layer. Essentially, I want to create two partly overlapping polygons from two 
> intersecting line objects. How can I achieve this? Is there some tool already 
> implemented or do I have to write my own code? And if so, could you point me 
> in the right direction? I've never really worked with PyQGIS. 
> If you want, you can also answer on Stack Exchange 
> (https://gis.stackexchange.com/questions/331878/polygonize-each-object-in-layer-individually-qgis).
>  
> 
> Thanks a lot! 
> Felix
> ___
> 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] Polygonize object by object

2019-08-20 Thread felix-sch...@gmx.de
Hey everyone, 

I wonder if it is possible to polygonize each object in a layer of line objects 
individually. The polygonize algorithm from the processing toolbox yields three 
polygons if you have two overlapping line objects in the input layer. 
Essentially, I want to create two partly overlapping polygons from two 
intersecting line objects. How can I achieve this? Is there some tool already 
implemented or do I have to write my own code? And if so, could you point me in 
the right direction? I've never really worked with PyQGIS. 
If you want, you can also answer on Stack Exchange 
(https://gis.stackexchange.com/questions/331878/polygonize-each-object-in-layer-individually-qgis).
 

Thanks a lot! 
Felix
___
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] Creating polygons using bearing and distance

2019-08-20 Thread Nick Hopton
Sorry, my reply crossed with Calvin's.



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

Re: [Qgis-user] Creating polygons using bearing and distance

2019-08-20 Thread Nick Hopton
Hi Dylan,

If I understand your problem, I think the Azimuth and Distance plugin will
do what you require.

Cheers,
Nick. 



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

Re: [Qgis-user] Creating polygons using bearing and distance

2019-08-20 Thread C Hamilton
I have a capability somewhat similar to what you are asking for in the
Shape Tools plugin. See

http://plugins.qgis.org/plugins/shapetools/

It is the "Azimuth distance sequence digitizer". If you start with a
polygon layer then it will create polygons. The way this tool works is that
you click on the map to define the starting point. You then enter a line at
a time, "azimuth distance" pairs and it creates the polygon. This tool was
created because older surveys were often defined this way.

I'm not sure if the initial clicking on the map works for you or not. I am
planning on adding the ability to interface with the QGIS snapping so once
I get that working which will be sometime this week then you could define
the points first and when you use the tool it will snap to the points and
then you add in the azimuth and distances.

If this is a standard use (meaning more than just one person) to take a
table or a point layer with the azimuth distance sequences, then I could
consider adding in a processing function to do this.

Calvin

On Tue, Aug 20, 2019 at 6:07 AM Dylan Copeland  wrote:

> Hi All,
>
> I have in the past created polygons by importing a csv as a wkt. I did
> this by in the csv creating all points of the polygon by coordinate (e.g.
> POLYGON ((592540 6520776,592530 6520776,592530 6520766,592540
> 6520766,592540 6520776)). But what I really want to do this time is to
> create 10 metre square polygons by defining the initial point and then
> specifying the bearing and distance to the next point and so on.
>
> I have tried many subtle variations on this theme: POLYGON ((592540
> 6520776 180 10, 90 10, 360 10, 270 10)), where the starting point is
> identified, the bearing is defined, and the distance of 10 specified, but
> the closest that I seem to be able to get is a long, thin line that seems
> suspiciously close to 6,520,776 metres long with a bearing of ~185.
>
> Ultimately, what I am trying to do, is draw a polygon where the rotation
> is defined by the azimuth value from a photo point in the corner (ie, if
> the azimuth of the respective photo is 135 then I want that value to be the
> bearing from the photo point corner of the polygon to the corner diagonally
> opposite).
>
> There’s a lot of polygons that I need to define this way (although at this
> point it might have been quicker just to draw them all individually), and I
> am much more comfortable slogging through a spreadsheet than dabbling in
> Python.
>
> Any suggestions on how to make this work, or alternatives to achieve the
> same outcome, would be greatly received.
>
> Thanks,
> Dtlan
>
> ___
> 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] (no subject)

2019-08-20 Thread Phil Wyatt
As QGIS 2.X is no longer supported I would start by updating to at least the 
latest long term release version (3.4.11 for windows) and having another try at 
loading the plugin.

 

https://qgis.org/en/site/forusers/download.html

 

Version 3 will load to a new directory if you accept all the defaults.

 

Cheers - Phil

 

 

From: Akbar Ahmadi [mailto:akbarahmady2...@gmail.com] 
Sent: Tuesday, 20 August 2019 4:17 PM
To: Phil Wyatt; qgis-user@lists.osgeo.org
Subject: RE: [Qgis-user] (no subject)

 

I use QGIS 2.4.0 version 

And error message are in enclosed file

 

 

 

Best Regards,

Akbar Ahmadi

Akbar Ahmadi

Email  akbar.ahm...@akdn.org   akbarahmady2...@gmail.com   

Skype  akbarahmady2002

 

From: Phil Wyatt  
Sent: Tuesday, August 20, 2019 10:45 AM
To: 'Akbar Ahmadi'  ; 
qgis-user@lists.osgeo.org
Subject: RE: [Qgis-user] (no subject)

 

What version of QGIS are you using, how are you loading the plugin, and what 
error messages are you receiving?

 

Cheers - Phil

 

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Akbar 
Ahmadi
Sent: Tuesday, 20 August 2019 4:03 PM
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] (no subject)

 

Dear Sir

 

I cannot install Lizmap plugin can you assist me to install it?

 

 

Best Regards,

Akbar Ahmadi

Akbar Ahmadi

Email  akbar.ahm...@akdn.org   akbarahmady2...@gmail.com   

Skype  akbarahmady2002

 

 

___
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] Installation of QGIS 3.4 continually crashes

2019-08-20 Thread Yury
That didn't work.  I am on Win7

On Tue, 6 Aug 2019 at 14:03, Alexandre Neto  wrote:

> Hi,
>
> What operating system are you using?
>
> Did you import QGIS 2.x settings?
>
> My guess is some faulty/non-working plugin from 2.x is causing that. Or
> some imported project default settings.
>
> Try cleaning your settings. Open QGIS using your colleague's project, go
> to options > profiles and create a new (clean) profile. See if it opens
> well. If it does, that should become your default profile.
>
> Alexandre Neto
> QGIS Support
> www.QCooperative.net
>
___
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] Creating polygons using bearing and distance

2019-08-20 Thread Raymond Nijssen

Hi Dylan,

Not sure what you want to achieve exactly, but I guess you will need a 
python script for this in QGIS. Or export WKT from excel if that is 
easier for you.


But if it is just for visualization, you might be able to do this with a 
'geometry generator' on a point layer with bearings in the attribute table.


Kind regards,
Raymond



On 20-08-19 12:00, Dylan Copeland wrote:

Hi All,

I have in the past created polygons by importing a csv as a wkt. I did this by 
in the csv creating all points of the polygon by coordinate (e.g. POLYGON 
((592540 6520776,592530 6520776,592530 6520766,592540 6520766,592540 6520776)). 
But what I really want to do this time is to create 10 metre square polygons by 
defining the initial point and then specifying the bearing and distance to the 
next point and so on.

I have tried many subtle variations on this theme: POLYGON ((592540 6520776 180 
10, 90 10, 360 10, 270 10)), where the starting point is identified, the 
bearing is defined, and the distance of 10 specified, but the closest that I 
seem to be able to get is a long, thin line that seems suspiciously close to 
6,520,776 metres long with a bearing of ~185.

Ultimately, what I am trying to do, is draw a polygon where the rotation is 
defined by the azimuth value from a photo point in the corner (ie, if the 
azimuth of the respective photo is 135 then I want that value to be the bearing 
from the photo point corner of the polygon to the corner diagonally opposite).

There’s a lot of polygons that I need to define this way (although at this 
point it might have been quicker just to draw them all individually), and I am 
much more comfortable slogging through a spreadsheet than dabbling in Python.

Any suggestions on how to make this work, or alternatives to achieve the same 
outcome, would be greatly received.

Thanks,
Dtlan

___
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] Creating polygons using bearing and distance

2019-08-20 Thread Dylan Copeland
Hi All,

I have in the past created polygons by importing a csv as a wkt. I did this by 
in the csv creating all points of the polygon by coordinate (e.g. POLYGON 
((592540 6520776,592530 6520776,592530 6520766,592540 6520766,592540 6520776)). 
But what I really want to do this time is to create 10 metre square polygons by 
defining the initial point and then specifying the bearing and distance to the 
next point and so on. 

I have tried many subtle variations on this theme: POLYGON ((592540 6520776 180 
10, 90 10, 360 10, 270 10)), where the starting point is identified, the 
bearing is defined, and the distance of 10 specified, but the closest that I 
seem to be able to get is a long, thin line that seems suspiciously close to 
6,520,776 metres long with a bearing of ~185.

Ultimately, what I am trying to do, is draw a polygon where the rotation is 
defined by the azimuth value from a photo point in the corner (ie, if the 
azimuth of the respective photo is 135 then I want that value to be the bearing 
from the photo point corner of the polygon to the corner diagonally opposite).

There’s a lot of polygons that I need to define this way (although at this 
point it might have been quicker just to draw them all individually), and I am 
much more comfortable slogging through a spreadsheet than dabbling in Python. 

Any suggestions on how to make this work, or alternatives to achieve the same 
outcome, would be greatly received.

Thanks, 
Dtlan

___
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