Re: [Qgis-user] contour plugin and dependencies

2015-03-04 Thread Michael . Dodd
Subject: RE: [Qgis-user] contour plugin and dependencies Hi Michael It is very likely that it is due to missing dependencies. The contour plugin relies on python numpy and matplotlib modules. I'm pretty sure these can be installed from osgeo4w, though its been a while since I've do

[Qgis-user] contour plugin and dependencies

2015-03-03 Thread Michael . Dodd
I am using qgis 2.8.1 and contour 1.3 on win8.1 64bit but plugin comes up with a python error and does not produce any contours. I assume the error is due to missing dependencies although it does not say this. If it is due to missing python dependencies then how do you load these, is it via os

Re: [Qgis-user] contour plugin

2012-07-12 Thread Alister Hood
Hi again, > Date: Thu, 12 Jul 2012 10:23:13 -0400 > From: "David M. Lawrence" > To: qgis-user@lists.osgeo.org > Subject: Re: [Qgis-user] contour plugin > Message-ID: <4ffeddd1.6060...@fuzzo.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed >

Re: [Qgis-user] contour plugin

2012-07-12 Thread David J. Bakeman
Micha Silver wrote: On 07/12/2012 05:23 PM, David M. Lawrence wrote: Dear all: I tried all of this -- contour does work on my machine with a dataset I downloaded from an online tutorial, so I think the problem may be with my data instead. The tutorial's data were obtained from an evenly spa

Re: [Qgis-user] contour plugin

2012-07-12 Thread Micha Silver
On 07/12/2012 05:23 PM, David M. Lawrence wrote: Dear all: I tried all of this -- contour does work on my machine with a dataset I downloaded from an online tutorial, so I think the problem may be with my data instead. The tutorial's data were obtained from an evenly spaced grid. My data a

Re: [Qgis-user] contour plugin

2012-07-12 Thread David M. Lawrence
Dear all: I tried all of this -- contour does work on my machine with a dataset I downloaded from an online tutorial, so I think the problem may be with my data instead. The tutorial's data were obtained from an evenly spaced grid. My data are not evenly spaced. They are soundings (depth me

Re: [Qgis-user] Contour plugin

2012-07-10 Thread José Carlos Guerrero Antúnez
Hi, I followed the procedure outlined on the web ( http://pypi.python.org/pypi/Shapely/) from Installation section torre-a-102:~ joseca_IMac$ easy_install libgeos_c Searching for libgeos-c Reading http://pypi.python.org/simple/libgeos_c/ Reading http://pypi.python.org/simple/libgeos-c/ Couldn't f

Re: [Qgis-user] contour plugin

2012-07-10 Thread David M. Lawrence
On 7/10/2012 3:58 AM, Alister Hood wrote: Hi Dave, There is no point in installing any libraries for a separately installed Python to use. On Windows QGIS follows the common Windows practice of every program installing its own copy of all its dependencies. So QGIS will use the Python that is i

Re: [Qgis-user] contour plugin

2012-07-10 Thread Alister Hood
Date: Mon, 09 Jul 2012 09:18:08 -0400 > From: "David M. Lawrence" > To: qgis-user@lists.osgeo.org > Subject: Re: [Qgis-user] contour plugin > Message-ID: <4ffada10.4030...@fuzzo.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > On 7/9/2012 4

Re: [Qgis-user] contour plugin

2012-07-09 Thread David M. Lawrence
On 7/9/2012 10:04 AM, Giovanni Manghi wrote: Can someone provide step-by-step instructions -- with URLs needed to obtain modules -- so that those of us can get contour properly up and running? the plugin just needs matplotlib to be installed. Anyway is still a 3rd party plugin, so you should co

Re: [Qgis-user] contour plugin

2012-07-09 Thread Giovanni Manghi
> Can someone provide step-by-step instructions -- with URLs needed to > obtain modules -- so that those of us can get contour properly up and > running? the plugin just needs matplotlib to be installed. Anyway is still a 3rd party plugin, so you should contact the author if you have particular

Re: [Qgis-user] contour plugin

2012-07-09 Thread Vittorio Dell'Aquila
Thank you for your quick answer. Actually matplotlib is installed (on MacOs Lion Server) and with QGis 1.8 I see that there is the same error as with QGis 1.7: it has something to do with matplotlib and not with QGis. It was a known bug, but I could not find (even when I have installed QGIs 1.7) an

Re: [Qgis-user] contour plugin

2012-07-09 Thread David M. Lawrence
On 7/9/2012 4:40 AM, Giovanni Manghi wrote: ImportError: No module named matplotlib the message is clear, you misses matplotlib, that is easily installable with osgeo4w or with your favourite package manager if you use Linux. cheers -- Giovanni -- No, the message is not clear. I am a scientis

Re: [Qgis-user] contour plugin

2012-07-09 Thread Giovanni Manghi
> > ImportError: No module named matplotlib the message is clear, you misses matplotlib, that is easily installable with osgeo4w or with your favourite package manager if you use Linux. cheers -- Giovanni -- ___ Qgis-user mailing list Qgis-user@list

Re: [Qgis-user] contour plugin

2012-07-09 Thread ASAHI Kosuke
Hi Vittorio Please check index.html in contour plugin folder. It said " this plugin requires numpy matplotlib version 1.0 or above shapely to be installed." (2012/07/09 16:49), Vittorio Dell'Aquila wrote: I still cannot run the plugin (even with QGIS 1.8.0): Couldn't load plugin contou

Re: [Qgis-user] contour plugin

2012-07-09 Thread Vittorio Dell'Aquila
I still cannot run the plugin (even with QGIS 1.8.0): Couldn't load plugin contour due an error when calling its classFactory() method Traceback (most recent call last): File "/Applications/QGIS.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 164, in startPlugin plugins[packageN

Re: [Qgis-user] contour plugin

2012-07-08 Thread skampus
in qgis 1.8 you have to add manually the repository you'll find contour plugin here: QGIS Contributed Repository http://pyqgis.org/repo/contributed -- View this message in context: http://osgeo-org.1560.n6.nabble.com/contour-plugin-tp4986783p4986800.html Sent from the Quantum GIS - User mailin

Re: [Qgis-user] contour plugin

2012-07-08 Thread David M. Lawrence
On 7/8/2012 3:40 PM, Alex Mandel wrote: Since you're using 1.7.4, in Fetch Python Plugins look for the Add 3rd Party repos. Once thats loaded you should be able to find the Contour plugin. Alex I'm using 1.8, and am also interested in the contour plugin. Where is the repository located? D

Re: [Qgis-user] contour plugin

2012-07-08 Thread Alex Mandel
On 07/08/2012 12:36 PM, john raskulinecz wrote: > > > > > Hello Giovani,Thank you for your suggestion but I guess my problem is finding > the plugin. When I go to manage plugins and try to add I don't see contour > as an option. It shows add delimited text layer, co-ordinate capture, etc. >

[Qgis-user] contour plugin

2012-07-08 Thread john raskulinecz
Hello Giovani,Thank you for your suggestion but I guess my problem is finding the plugin. When I go to manage plugins and try to add I don't see contour as an option. It shows add delimited text layer, co-ordinate capture, etc. all of which I have and use but, alas no contour.It seems that

Re: [Qgis-user] Contour plugin

2012-07-07 Thread Noli Sicad
Install Shapely first. http://pypi.python.org/pypi/Shapely/ Noli On Sunday, July 8, 2012, José Carlos Guerrero Antúnez wrote: > Hi, > > I want to install Contour plugin but I have the following error message: > > "The plugin depends on some components missing you on your system. You > need to

[Qgis-user] Contour plugin

2012-07-07 Thread José Carlos Guerrero Antúnez
Hi, I want to install Contour plugin but I have the following error message: "The plugin depends on some components missing you on your system. You need to install the following Python module in order to enable it: shapely.geometry" I work with 1.8 Lisboa MacOSX 10.6.8. Any hint? How do I insta

[Qgis-user] Contour plugin installation problem

2011-08-10 Thread Sebastian Anderka
Hi everybody! For some reason I am not able to install the contour plugin in QGIS (using QGIS 1.7.0-2 on Win 7 64-bit, installed via OSGeo4W). It has worked before on this very machine with QGIS 1.6, but only after applying this trick: http://osgeo-org.1803224.n2.nabble.com/Re-Qgis-user-FILE

Re: [Qgis-user] Contour Plugin installation on QGIS 1.4

2010-01-28 Thread Lionel Roubeyrie
Hi all, I'm sorry for all these disappointments, I don't have an hand on the OSGeo installation and I think I will never use it ('cause sincerely, I hate windows...). I'm glad that the OsGeo team has appended python-shapely to the installer, thanks to them. On the other hand, I don't know if ta

Re: [Qgis-user] Contour Plugin installation on QGIS 1.4

2010-01-28 Thread Micha Silver
On 28/01/2010 11:13, Jürgen E. Fischer wrote: Hi Micha, On Thu, 28. Jan 2010 at 10:24:04 +0200, Micha Silver wrote: The easiest solution will be to add Shapely to the OSGeo4W installation (the same way as matplotlib is). This solution has already been entered as a request: [1]ht

Re: [Qgis-user] Contour Plugin installation on QGIS 1.4

2010-01-28 Thread Jürgen E . Fischer
Hi Micha, On Thu, 28. Jan 2010 at 10:24:04 +0200, Micha Silver wrote: >The easiest solution will be to add Shapely to the OSGeo4W installation >(the same way as matplotlib is). This solution has already been entered as >a request: [1]http://n2.nabble.com/Hello-tp4294072p4425761.html in

Re: [Qgis-user] Contour Plugin installation on QGIS 1.4

2010-01-28 Thread Micha Silver
On 01/28/2010 09:24 AM, badaveil wrote: Hi I am sharing my experience on the installation of the above on an Ubuntu and Windows platform: Ubuntu 9.10 1. Contour plugin won't install, requires matplotlib 2. Lionel Roubeyrie (Thank you) recommends terminal command "sudo apt-get install python-

[Qgis-user] Contour Plugin installation on QGIS 1.4

2010-01-27 Thread badaveil
Hi I am sharing my experience on the installation of the above on an Ubuntu and Windows platform: Ubuntu 9.10 1. Contour plugin won't install, requires matplotlib 2. Lionel Roubeyrie (Thank you) recommends terminal command "sudo apt-get install python-matplotlib" 3. Matplotib installed but contou

Re: [Qgis-user] Contour Plugin for QGIS 1.4

2010-01-20 Thread Lionel Roubeyrie
Hi, please install the matplotlib module for python, available via sudo apt-get install python-matplotlib if you are under a Debian based distribution, or here for others : http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-0.99.1/ Le 21/01/2010 08:32, badaveil a écrit : Hi

[Qgis-user] Contour Plugin for QGIS 1.4

2010-01-20 Thread badaveil
Hi everyone. I wanted to install the Contour plugin Version 0.3 but cannot download it because it requires the Python module: matplotlib.pyplot. Please advice. Thanks Abbas Abdul Wahab ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.o

Re: [Qgis-user] Contour plugin

2009-08-03 Thread Lionel Roubeyrie
Hi, there's a test on the field typeName, I set it to "integer" and "double". Giovanni Manghi a écrit : On Mon, 2009-08-03 at 12:41 +0200, Lionel Roubeyrie wrote: Hi all, the last week-end I've made a little qgis plugin to plot contour lines from a regular point grid. It's based on matplotlib

Re: [Qgis-user] Contour plugin

2009-08-03 Thread M S
That is cool. Thanks for the contribution. Mark On Mon, Aug 3, 2009 at 6:41 AM, Lionel Roubeyrie wrote: > Hi all, > the last week-end I've made a little qgis plugin to plot contour lines from > a regular point grid. It's based on matplotlib for contours computation and > shapely for translating

Re: [Qgis-user] Contour plugin

2009-08-03 Thread Giovanni Manghi
On Mon, 2009-08-03 at 12:41 +0200, Lionel Roubeyrie wrote: > Hi all, > the last week-end I've made a little qgis plugin to plot contour lines from a > regular point grid. It's based on matplotlib for contours computation and > shapely for translating matplotlib resulting arrays to WKT format. I p

[Qgis-user] Contour plugin

2009-08-03 Thread Lionel Roubeyrie
Hi all, the last week-end I've made a little qgis plugin to plot contour lines from a regular point grid. It's based on matplotlib for contours computation and shapely for translating matplotlib resulting arrays to WKT format. I post it on the plugin repository and really appreciate feedbacks.