Re: [Qgis-user] Select by Expression: exclusive (not inclusive)

2021-07-07 Thread GMAIL

This is how sql works.
You want to apply a function to one column, and the column you are 
comparing must have a value.
Consider this: tag_service != 'xxx' or null != 'xxx'. Null can't be 
equal or unequal to any value. Even null = null or null != null returns 
false


hth
marco
___
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] Offsetting rotated labels proportionate to variable angles/rotations

2021-07-06 Thread GMAIL

I had the same problem.
I imported a .sld file from geoserver to qgis and it seems some (or 
many) things are different.

The worst of all is the algorithm applied for rototranslation.
Apparently, the offset x, y and the rotation (or data defined rotation) 
fields, don't work together in a rototranslation function. Searching 
until something like the 10th page on google and merging every little 
piece in as many forums, I found out if you have to apply a 
rototranslation data-defined formula, you must set up some things manually.
First of all, you have to set up the data-defined rotation field, 
remembering that, for some reasons, the angle is shifted by 90 degrees.
Then you have to place the rotated label in a coordinate computed by 
the  real  rototranslation formula (rotation and translation combined). 
To do that, I find this formula to output the best results, in the 
Offset X, Y field:


concat (
-A * sin ((90 - "field") * pi () / 180) -B * cos ((90 - "field") * pi () 
/ 180),

',',
A * cos ((90 - "field") * pi () / 180) -B * sin ((90 - "field") * pi () 
/ 180)

)

where A and B are 2 constants for offset and "field" is your 
data-defined field


Sorry if something is unclear, this method is a quite unfriendly way to 
accomplish this need


Marco
___
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] Georeferencing for Avenza

2018-10-30 Thread Gmail - Peter
Hi Kirk

 

Some of the earlier posts from a few years back also pointed out the need
for the World File also, so I have been enabling that wherever I see that as
an option.  When exporting as a pdf it is not produced, even though ticked,
although when exporting as a tiff rather than a pdf, it is produced, and
looks to be produced correctly.  An export Option box pops up where you can
set the resolution, crop to extent, tick a box to generate a world file and
enable antialiasing. 

The tif file produced is referenced, but weirdly. When the map (a Perth
local one as a trial) is imported into Avenza, it states that the image is
on map, but when the locate icon is engaged, you are not on the map.  When
you use the Measure tools in Acrobat reader, the geospatial Lats and Longs
are completely random.

 

I can't see it as being anything other than a bug at this point.

 

Regards

Peter

 

From: Kirk Schmidt [mailto:k...@nortekresources.com] 
Sent: Tuesday, 30 October 2018 8:32 PM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Georeferencing for Avenza

 

Hi Peter:

Generate the map you require in the field using the print composer.  In the
items window on the right hand side of the standard composer window, select
the Composition Tab and check the save world file option in the export
settings.   

Save the pdf of the map and load into Avenza.  

 

Kirk

 

On 10/30/2018 7:39 AM, Gmail - Peter wrote:

Dear List Subscribers

 

Are there any updates to the threads of 2015/2016 regarding QGIS producing
georeferenced tifs or pdfs for loading into Avenza?  I am a newbie to QGIS
(Madeira 3.4) and while I have succeeded in producing a correctly
georeferenced tif file via Raster>Conversion>translate, this only works on
one layer.  The three other methods I can see to export or print a pdf or
tif do not produce a correctly georeferenced file in Lats/Longs using
GDA94Z50.  The file according to Avenza is ~54deg and 89deg south and west
of where it should be.

 

I am starting with a non-georeferenced raster which I put through the
georeferencer with 6 GCPs and several experiments of transformation types,
settling on polynomial 1.  The process produces a tif, pdf, and loads back
into the main window.  The main window raster is georeferenced perfectly, so
wouldn't you think the other output would be too?

 

The correct method should be to use Print Layout, produce a map with all the
layers from the main window, and export as an image or pdf.  This might work
if the map units were real world and not mm.

The fall back should be Project>Import/Export>Export Map to Image or pdf
from the main window, but that doesn't work either.

 

I hope the solution is obvious and I have overlooked something simple.  Any
guidance appreciated, I like to take my maps out into the field.

 

Regards

Peter






___
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





-- 
Kirk Schmidt, MScF, BScF, RPF
General Manager
Nortek Resource Solutions Inc.
RR # 1
Thorburn, NS
B0K 1W0
Tel (902) 922.3607
Email: k...@nortekresources.com
Web: www.nortekresources.com
___
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 for Avenza

2018-10-30 Thread Gmail - Peter
Dear List Subscribers

 

Are there any updates to the threads of 2015/2016 regarding QGIS producing
georeferenced tifs or pdfs for loading into Avenza?  I am a newbie to QGIS
(Madeira 3.4) and while I have succeeded in producing a correctly
georeferenced tif file via Raster>Conversion>translate, this only works on
one layer.  The three other methods I can see to export or print a pdf or
tif do not produce a correctly georeferenced file in Lats/Longs using
GDA94Z50.  The file according to Avenza is ~54deg and 89deg south and west
of where it should be.

 

I am starting with a non-georeferenced raster which I put through the
georeferencer with 6 GCPs and several experiments of transformation types,
settling on polynomial 1.  The process produces a tif, pdf, and loads back
into the main window.  The main window raster is georeferenced perfectly, so
wouldn't you think the other output would be too?

 

The correct method should be to use Print Layout, produce a map with all the
layers from the main window, and export as an image or pdf.  This might work
if the map units were real world and not mm.

The fall back should be Project>Import/Export>Export Map to Image or pdf
from the main window, but that doesn't work either.

 

I hope the solution is obvious and I have overlooked something simple.  Any
guidance appreciated, I like to take my maps out into the field.

 

Regards

Peter

___
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] Feature labels using joined data

2016-09-19 Thread martin (gmail)

HI,

I have a dataset of point features that I label with their name. I am 
producing documents in a number of different formats using this data and 
I need to be able to move the label positions.


To avoid having multiple label_x and label_y in the original dataset I 
was hoping to join a different label datafile, containing a label_x and 
label_y,  to the dataset in each project.


Unfortunately when I use the "joined" locations I am not able to use the 
"move label" feature to edit the label x and y that is stored in the 
joined file. I have tried csv and shapefile formats for the datafile. 
Should I be able to update the data in a joined file or is this a read 
only connection?


Any suggestion on managing multiple label positions appreciated.

Thanks

Martin

___
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] information

2016-02-19 Thread Gmail
Richard has done a video on this using easting/northings.

https://www.youtube.com/watch?v=qzw5xzDHY20



 

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of
Michael.Dodd
Sent: 19 February 2016 10:58
To: 'Gill Weyman'; 'qgis-user@lists.osgeo.org'
Subject: Re: [Qgis-user] information

 

You need to use gridinquest to do it accurately

 

From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Gill
Weyman
Sent: 19 February 2016 10:52
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] information

 

Hello

I am new to qgis and wondering how I translate a long list of Irish grid
references to a map which has lat and long data?
Any pointing in the right direction would be appreciated.

Gill

-- The Open University is incorporated by Royal Charter (RC 000391), an
exempt charity in England & Wales and a charity registered in Scotland (SC
038302). The Open University is authorised and regulated by the Financial
Conduct Authority. 

___
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] module zope interface

2016-02-10 Thread VALERIA BRUSCO GMAIL
hello list

I need to unsubscribe and cant do it. Can someone do it for me?
thanks 
valeria

El 09/02/2016, a las 23:25, Girbson BIJOU escribió:

> Thanks for your help , it works. Now I want to use the GearthView as 
> basemap(Raster) on QGIS. How it is possible?
>  
> Girbson BIJOU, ElectronicEngineer
> IT Support & Database Specialist 
> Habitat For Humanity International – Haiti
> Cell: (509) 4894-2091 
> Work:(509) 3701-3261
> Ext. 6264
> email:gbi...@habitat.org
> skype: girbson.bijou
> Creating a World where every one has a decent place to live. 
> 
> 
> De : Ventura Bartolomeo 
> À : Girbson BIJOU ; "qgis-user@lists.osgeo.org" 
>  
> Envoyé le : Mardi 9 février 2016 2h18
> Objet : RE: [Qgis-user] module zope interface
> 
> Hi,
> I had this problem and, together with other users, a solution is illustrated 
> here
>  
> https://github.com/geodrinx/gearthview/issues/1
>  
>  
> Please have a look. I just updated this discussion few days ago.
>  
> Hope this helps
>  
> Ciao
>  
>  
>  
> From: Qgis-user [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of 
> Girbson BIJOU
> Sent: Monday, February 08, 2016 17:11
> To: qgis-user@lists.osgeo.org
> Subject: [Qgis-user] module zope interface
>  
> I intall QGIS  on my computer I want to add the GearthView's plugging. The 
> message is no module zope interface. How can you help me please.
>  
> Girbson BIJOU, ElectronicEngineer
> IT Support & Database Specialist 
> Habitat For Humanity International – Haiti
> Cell: (509) 4894-2091 
> Work:(509) 3701-3261
> Ext. 6264
> email:gbi...@habitat.org
> skype: girbson.bijou
> Creating a World where every one has a decent place to live. 
> 
> 
> ___
> 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

Re: [Qgis-user] Geolocalisation automatically of about 70, 000 items

2015-10-23 Thread Maher GMAIL
there is a plugin in Qgis todo the geolocalization:
it is mmqgis 
i use it and it is good
 
Le 23 oct. 2015 à 06:11, Lewis Villierme  a écrit :

> ​There is a main step beetwen ​an zip adress and a point on a map, it's the 
> geocoding. The principle is mainly taking your adress and find the lat/long 
> or X/Y conrresponding. After that you take those information and put them on 
> a map following the Nicolas's steps. 
> 
> 2015-10-23 14:51 GMT+02:00 Nicolas Cadieux :
> Hi,
> You can easily match a zip code from the excel sheet with a zip code in a 
> point file.  Governments usually zip code files.  Go to layer/property/joins.
> 
> Nicolas Cadieux M.Sc.
> Les Entreprises Archéotec inc. 
> 8548, rue Saint-Denis Montréal H2P 2H2
> Téléphone: 514.381.5112  Fax: 514.381.4995
> www.archeotec.ca
> 
> On Oct 23, 2015 08:39, "[hidden email] [via OSGeo.org]" <[hidden 
> email]> wrote:
> Dear All,
> I have a question.
> I have a spreadsheet (excel) with 70,000 rows where there are firms and their 
> addresses and I'd like to geolocalize them.
> Is there a plugin or way to do their geolocalisation automatically?
> Thanks a lot
> Marilena
> 
> ___ 
> Qgis-user mailing list 
>  href="/user/SendEmail.jtp?type=node&node=5232185&i=0">[hidden
>  email] 
> http://lists.osgeo.org/mailman/listinfo/qgis-user 
> 
> If you reply to this email, your message will be added to the discussion 
> below:
> http://osgeo-org.1560.x6.nabble.com/Geolocalisation-automatically-of-about-70-000-items-tp5232185.html
> To start a new topic under Quantum GIS - User, email 
> ml-node+s1560n4125267...@n6.nabble.com 
> To unsubscribe from Quantum GIS - User,  href="http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4125267&code=bmljb2xhcy5jYWRpZXV4QGFyY2hlb3RlYy5jYXw0MTI1MjY3fDYzNDQ4MjQxNg==";>click
>  here.
>  href="http://osgeo-org.1560.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml";
>  style="font:9px serif">NAML
> 
> View this message in context: Re: Geolocalisation automatically of about 
> 70,000 items
> Sent from the Quantum GIS - User mailing list archive at Nabble.com.
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
> 
> 
> 
> -- 
> 
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user

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

[Qgis-user] old mac

2015-08-26 Thread VALERIA BRUSCO GMAIL
Hello everybody

Ive been asked to download Qgis to start learning about it but my Mac is old 
(10.6.8) 
Is there a version I can get?
Thanks
valeria

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


[Qgis-user] text

2015-05-21 Thread Charel gmail
Hello,

 

This week I start with Qgis. The most things I want, I found it on
internet...

 

In the table for objects there is the possibility for a text field. But it
is limited to 255 character. 

I can't find a possibility for more text such as a memo field. 

Is there a possibility to use more text ?

 

 

(sorry my English is quit bad)

 

Greetings charel

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

Re: [Qgis-user] Converting to another projection !

2015-01-30 Thread drruddy gmail
Hi Chuck,

Is the problem file raster or vector?

The fact that QGIS is getting the on-the-fly transformation right for 3 files 
but not the 4th suggests there’s something peculiar about the spatial reference 
for that 4th file. Are you sure all 4 user defined files have gone through the 
same set of processes?

Thinking about things I would do…

1) Check the meta-data and/or with the data provider to determine whether your 
problem file has been treated differently. Obtain the correct CRS details from 
your data provider if the file is a special case. You can then define the CRS 
on import (with on-the-fly switched off).

2) If you don’t have a means to find out what sort of processing these files 
have already gone through you could try and predict what the correct CRS for it 
would be. I’m not too familiar with US mapping but I understand that each state 
can have it’s own CRS (?). Maybe a muddle has occurred and you problem file has 
been given he wrong CRS in this way.

If the file is very big I would also maybe re-save a selection to give a file 
that’s easier to work with. Then try and troubleshoot on this small file.

Can’t think of anything else off hand. Hope that helps get you towards a 
solution. Let us know how you get on.

MR

On 30 January 2015 at 07:10:10, Chuck Young (wylie1...@gmail.com) wrote:

MR:  I am trying the same thing using your recommendation of saving the files 
as a new set and changing the projection . It seemed to work on several layers 
but I have one that it just refuses to work on.  It is a large set and as long 
as I load a vector layer in the ESRI format it will pop into place following 
the previous layers as I have on the fly projection turned on.  However, I 
reallly am trying to get all layers into the Spatialite DB and all the rest go 
in and display as they should.  This one either crashes on import or sets a 
layer that is way off the screen and a different scale.

What I have are 4 layers that originated from a user defined projection and the 
rest are Tiger file format NAD 83.  Then some layers that I have created based 
on the Tiger layers.

The unruly layer is from the user defined set.

I have tried re-saving it about 6 times from different angles and still it 
comes up wrong. That is puzzling as it is from a set where the other three work 
wonderfully.

Any ideas will be much appreciated.

Thanks

Chuck

On Thu, Jan 29, 2015 at 1:58 AM, drruddy gmail  wrote:
Hi Akalya,

when asking a question, it’s always good practice to describe exactly *what* 
you have attempted in order to help list members to answer your question 
accurately and rapidly.

In your current case, what methods you have used to attempt the conversion in 
QGIS and the source and target coordinate reference systems (CRS) should be 
enough. 

The QGIS version and operating system are always good bits of additional 
information as is the sources of information you have used to try and solve the 
problem yourself.

I don’t know what the abbreviation ‘DS’ means. But from what you describe you 
should resave the shapefile you’re interested in as a new shapefile. You will 
be able to change the CRS whilst resaving. Open the newly saved shapefile in 
QGIS and it will now have the CRS you chose.


MR


On 29 January 2015 at 09:36:03, Akalya Anandharaj 
(akalya.anandha...@lynxanalytics.com) wrote:

Hi ,

I have a shape file of user defined projection and I am trying to convert to 
WGS84. I have tried all ways of conversion possible. But still when I try to 
view the DS, it isn't changed. Can someone please help .need it asap


Thanks,
Akalya
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

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

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

Re: [Qgis-user] Converting to another projection !

2015-01-29 Thread drruddy gmail
Hi Akalya,

when asking a question, it’s always good practice to describe exactly *what* 
you have attempted in order to help list members to answer your question 
accurately and rapidly.

In your current case, what methods you have used to attempt the conversion in 
QGIS and the source and target coordinate reference systems (CRS) should be 
enough. 

The QGIS version and operating system are always good bits of additional 
information as is the sources of information you have used to try and solve the 
problem yourself.

I don’t know what the abbreviation ‘DS’ means. But from what you describe you 
should resave the shapefile you’re interested in as a new shapefile. You will 
be able to change the CRS whilst resaving. Open the newly saved shapefile in 
QGIS and it will now have the CRS you chose.


MR


On 29 January 2015 at 09:36:03, Akalya Anandharaj 
(akalya.anandha...@lynxanalytics.com) wrote:

Hi ,

I have a shape file of user defined projection and I am trying to convert to 
WGS84. I have tried all ways of conversion possible. But still when I try to 
view the DS, it isn't changed. Can someone please help .need it asap


Thanks,
Akalya
___  
Qgis-user mailing list  
Qgis-user@lists.osgeo.org  
http://lists.osgeo.org/mailman/listinfo/qgis-user___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Re : Edit print composer

2015-01-13 Thread drruddy gmail
Hello Matt,

I don’t think that’s possible. Would be interested to know if it can be done 
but I’ve only been able to change layers in composer from map

MR


On 13 January 2015 at 22:48:42, Matt Boyd (mattsli...@gmail.com) wrote:

Thanks junior,
This is what I'm doing at the moment. What I'd like is to be able to load the 
locked items in the print composer to the main window.
Sorry if I wasn't clear.

On 13/01/2015 7:02 pm, "Junior"  wrote:
Hi Matt,
Once you have activated all the layers that should be displayed in your print 
composer, select the map item inside your print composer and check the option 
"lock layers for map item" in the properties tab.
More info can be found below "Composer Items" chapter in this link 
http://docs.qgis.org/2.6/en/docs/user_manual/print_composer/print_composer.html

Envoyé depuis mon HTC

- Reply message -
De : "Matt Boyd" 
Pour : "qgis-user" 
Objet : [Qgis-user] Edit print composer
Date : mar., janv. 13, 2015 06:02

Hi QGISers,
I've got a few different print composers in the same project and it's slightly 
painful to go back and turn layers on/off when I want to edit one of them.

Is there an easy way to turn on/off the layers in a particular print composer 
automagically?

THanks
Matt
___  
Qgis-user mailing list  
Qgis-user@lists.osgeo.org  
http://lists.osgeo.org/mailman/listinfo/qgis-user___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Unable to run R in QGIS 2.6 - rgdal binary unavailable for R 3.1

2015-01-08 Thread drruddy gmail
Hi, thanks for reply
Yes I’ve seen this post. The problem is that I *do* have rgdal installed and 
working on my machine R install (I’m using it in RStudio now) *but* it appears 
from the log after running R that QGIS is trying fetch the binary without 
acknowledging the presence of rgdal.

MR


On 8 January 2015 at 15:03:25, Nicolas Cadieux (nicolas.cadi...@archeotec.ca) 
wrote:

Hi,

Maybe this:
http://stackoverflow.com/questions/25324721/r-packages-rgdal-rgeos-is-not-available-for-r-version-3-1-1
Nicolas Cadieux M.Sc.
Les Entreprises Archéotec inc. 
8548, rue Saint-Denis Montréal H2P 2H2
Téléphone: 514.381.5112  Fax: 514.381.4995

Le 2015-01-08 09:01, "drruddy gmail [via OSGeo.org]" <[hidden email]> a écrit :
Apologies for cross-posting. Having trouble getting a resolution on 
gis.stackexchange here.

I’m attempting to use R within QGIS2.6 on OSX Mavericks but cannot get R to run 
because rgdal is not available as binary for R3.1.2 (see QGIS log output from R 
execution console below).

I have installed rgdal on my system R installation using alternatives to 
install.package(rgdal, source) such as KyngChaos but QGIS doesn’t seem to be 
seeing rgdal. Does QGIS use an different R/rgdal location to my main system 
versions?

See example QGIS log output after trying R summary tool.

R execution console output

R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet" Copyright (C) 2014 The R 
Foundation for Statistical Computing Platform: x86_64-apple-darwin13.4.0 
(64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to 
redistribute it under certain conditions. Type 'license()' or 'licence()' for 
distribution details.

Natural language support but running in an English locale

R is a collaborative project with many contributors. Type 'contributors()' for 
more information and 'citation()' on how to cite R or R packages in 
publications.

Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for 
an HTML browser interface to help. Type 'q()' to quit R.

options("repos"="http://cran.at.r-project.org/";) 
tryCatch(find.package("rgdal"), error=function(e) install.packages("rgdal", 
dependencies=TRUE))

package 'rgdal' is available as a source package but not as a binary

Warning message: package 'rgdal' is not available (for R version 3.1.2) 
tryCatch(find.package("raster"), error=function(e) install.packages("raster", 
dependencies=TRUE)) [1] 
"/Library/Frameworks/R.framework/Versions/3.1/Resources/library/raster" 
library("raster") Loading required package: sp library("rgdal") Error in 
library("rgdal") : there is no package called 'rgdal' Execution halted

many thanks

Mark


___
Qgis-user mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/qgis-user

If you reply to this email, your message will be added to the discussion below:
http://osgeo-org.1560.x6.nabble.com/Unable-to-run-R-in-QGIS-2-6-rgdal-binary-unavailable-for-R-3-1-tp5180550.html
To start a new topic under Quantum GIS - User, email [hidden email]
To unsubscribe from Quantum GIS - User, click here.
NAML

View this message in context: Re: Unable to run R in QGIS 2.6 - rgdal binary 
unavailable for R 3.1
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___  
Qgis-user mailing list  
Qgis-user@lists.osgeo.org  
http://lists.osgeo.org/mailman/listinfo/qgis-user___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Unable to run R in QGIS 2.6 - rgdal binary unavailable for R 3.1

2015-01-08 Thread drruddy gmail
Apologies for cross-posting. Having trouble getting a resolution on 
gis.stackexchange here.

I’m attempting to use R within QGIS2.6 on OSX Mavericks but cannot get R to run 
because rgdal is not available as binary for R3.1.2 (see QGIS log output from R 
execution console below).

I have installed rgdal on my system R installation using alternatives to 
install.package(rgdal, source) such as KyngChaos but QGIS doesn’t seem to be 
seeing rgdal. Does QGIS use an different R/rgdal location to my main system 
versions?

See example QGIS log output after trying R summary tool.

R execution console output

R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet" Copyright (C) 2014 The R 
Foundation for Statistical Computing Platform: x86_64-apple-darwin13.4.0 
(64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to 
redistribute it under certain conditions. Type 'license()' or 'licence()' for 
distribution details.

Natural language support but running in an English locale

R is a collaborative project with many contributors. Type 'contributors()' for 
more information and 'citation()' on how to cite R or R packages in 
publications.

Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for 
an HTML browser interface to help. Type 'q()' to quit R.

options("repos"="http://cran.at.r-project.org/";) 
tryCatch(find.package("rgdal"), error=function(e) install.packages("rgdal", 
dependencies=TRUE))

package 'rgdal' is available as a source package but not as a binary

Warning message: package 'rgdal' is not available (for R version 3.1.2) 
tryCatch(find.package("raster"), error=function(e) install.packages("raster", 
dependencies=TRUE)) [1] 
"/Library/Frameworks/R.framework/Versions/3.1/Resources/library/raster" 
library("raster") Loading required package: sp library("rgdal") Error in 
library("rgdal") : there is no package called 'rgdal' Execution halted
many thanks

Mark___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] QGIS 2.6 and GRASS integration on OSX 10.9.5

2014-11-09 Thread drruddy gmail
Hello,

I’m trying to configure GRASS to function with QGIS 2.6 running on Mac OSX 
10.9.5 Mavericks.

Attempting to run a GRASS algorithm from Processing > Toolbox. When opening the 
algorithm I receive a warning dialogue stating 'Missing dependency.This 
algorithm cannot be run :-(‘ with a link to install and configuration 
information. Following this link doesn’t give me any further info on how to 
solve the issue.

I have looked at Processing > Options and configuration > Providers > GRASS 
commands and the GRASS folder is set to 
/Applications/QGIS.app/Contents/MacOS/grass, which is present within the 
QGIS.app package contents on my system install.

A Google search has failed to give me a clue as how to solve it. Does anyone 
have an idea how to link up QGIS to GRASS in this situation? 

thanks

Mark___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Qgis web client php search

2014-09-12 Thread Pam Gmail
Hi
I have the web client set up on Mac OS Mavericks with QGIS server 2.4 and 
PostgreSQL 9.3. I have upgraded PHP to 5.5.16 and Apache is 2.4.10
I have a Postgis layer and a OSM Baselayer. The Simple WMS search works fine 
but the PHP search doesn't zoom to the correct location after clicking on one 
of the search results. It appears to centre on the OSM map west of Africa. I 
have checked the process and search_geom.php is finding the correct coordinate 
returning it as POINT (long lat), but these don't appear to be passed to the 
next stage for some reason. I have tried both SELECT options in the search.php 
file with the same result. 

Any help would be much appreciated.

Pam




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


[Qgis-user] QGIS 2.0 is crashing with loading of vector and raster files

2014-02-09 Thread A. Rodriguez (gmail)

Dear friends:

Please, do someone know how to fix QGIS 2.0 from a bug that don't allow 
the opening of files (vectors and raster); but is allowing to open csv 
files.


QGIS 2.0 has been working well, until now, but, suddenly, it is crashing 
sistematically in every trial to open a file.


I remember the same problem in the previous version of QGIS. I fixed it, 
but now I don't remember...!


No message is leaving after the crash.

My OS is Ubuntu 12.04 LTS.

Thank you.

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

[Qgis-user] Enable, disable, and restart a plugin through QGIS API

2009-05-07 Thread Gmail
Dear QGIS Mailing List,

I was wondering if there were a way to enable, disable, and/or restart a
plugin through the API?

I'm looking into writing a check marked file menu plugin where the user
toggling through uncheck(disable) and check(enable) menu options,
restarts the plugin.

I am not sure if this possible or not but I'm open to suggestions;
however, i think it makes for easier plugin development and usability.

Any advice is greatly appreciated,
dassouki

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