Re: [Qgis-user] error with r.cost

2011-04-10 Thread Ramon Andinach

On 10/04/2011, at 13:19 , ambijat wrote:

> Hi All,
> I am trying to create shortest path between two raster points (converted from 
> v.to.rast) and I use the STRM data for the input values between the two 
> points. This is the error I get.
> 
> r.cost input=afg_rast@user1 output=salroute start_rast=salang@user1 
> max_cost=0 -k
> G_malloc: unable to allocate 524288 bytes at setup.c:64
> Finished with error
> 
> Any idea why I am getting this?
> Thanks and regards,
> Ambrish Dhaka

I'm afraid I don't - but given the current situations, I'd suggest anyone that 
could help would also be wondering which version of QGIS you were using and on 
which operating system.

-ramon.

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


Re: [Qgis-user] Rule renders and colour ramps

2011-04-10 Thread Martin Dobias
On Sun, Apr 10, 2011 at 2:54 AM, Ramon Andinach  wrote:
>
> On 09/04/2011, at 20:20 , Martin Dobias wrote:
>
>> Hi Ramon
>>
>> On Sat, Apr 9, 2011 at 1:51 AM, Ramon Andinach  
>> wrote:
>>> On a related thought to the recent questions about rule renders. Mostly I'm 
>>> using the rules to define colour schemes that I can't work out how to get 
>>> otherwise.
>>>
>>> Is there a way to define custom colour ramps?
>>> Particularly I'm thinking of colour brewer ramps.
>>> If there is, could someone point me in the right direction?
>>
>> Yes it is possible to define custom color ramps: either in Style
>> manager dialog (menu Options -> Style manager) or when selecting a
>> color ramp for categorized/graduated renderer, the last item in the
>> combo box is "new color ramp". There is a support for gradients,
>> random colors and colorbrewer ramps.
>
> Thanks for that.
> If I see properly, for colour brewers, I get to choose a colour pattern 
> suite, how many colours are there and that's about it.
> Now, what happens if I was looking for something that was approximately like 
> the Spectrum colourbrewer, but with the colours backwards (blues low, reds 
> high) (or even define whole new colour suites).
> Is that possible?

Unfortunately this is not (yet?) possible. We are still missing
discrete color ramps which would allow you to define custom colors,
allow reversing of colors etc.

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


Fwd: Re: [Qgis-user] error with r.cost

2011-04-10 Thread ambijat



 Original Message 
Subject:Re: [Qgis-user] error with r.cost
Date:   Sun, 10 Apr 2011 14:27:29 +0530
From:   ambijat 
To: 	Ramon Andinach , qgis, GRASS user list 





Ramon says,
I'm afraid I don't - but given the current situations, I'd suggest
anyone that could help would also be wondering which version of QGIS you
were using and on which operating system.

The Qgis version is 1.6.0 also, the result is same on GRASS (tcl/tk) 6.4
RC1, performed on WinXP SP3 on a core2Duo machine.

regards,
Ambrish Dhaka

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


Re: [Qgis-user] Dissolve a shapefile in qgis

2011-04-10 Thread MORREALE Jean Roc

Check if the geometry of these polygons is valid (vector > geometric tools)


Le 10/04/2011 00:08, Manuel Spínola a écrit :

Dear qgis users,

I am trying to use the dissolve function of the ftools to "merge" 3 polygons
of a shapefile but qgis get stuck on the 66% of the "status bar".

Any idea why I cannot dissolve the shapefile?

Thank you very much in advance.

Best,

Manuel

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


[Qgis-user] Invitation to connect on LinkedIn

2011-04-10 Thread Jeanette Varöystrand via LinkedIn
LinkedIn
Jeanette Varöystrand requested to add you as a connection on 
LinkedIn:
--

Kumaran,

I'd like to add you to my professional network on LinkedIn.

- Jeanette

Accept invitation from Jeanette Varöystrand
http://www.linkedin.com/e/lp7hcy-gmcel50c-1j/k6Kb_GMVTZKtBLqCz7lbOg4V7Geh8ya2xkVJVJq/blk/I2743409502_2/1BpC5vrmRLoRZcjkkZt5YCpnlOt3RApnhMpmdzgmhxrSNBszYOnP8MdjAMd3cQdP99bP1Mh4B5jkB6bP8Me3wOcPwSdz8LrCBxbOYWrSlI/EML_comm_afe/

View invitation from Jeanette Varöystrand
http://www.linkedin.com/e/lp7hcy-gmcel50c-1j/k6Kb_GMVTZKtBLqCz7lbOg4V7Geh8ya2xkVJVJq/blk/I2743409502_2/39vcz0Rej0QcPgTcAALqnpPbOYWrSlI/svi/
 
--

DID YOU KNOW LinkedIn can help you find the right service providers using 
recommendations from your trusted network? Using LinkedIn Services, you can 
take the risky guesswork out of selecting service providers by reading the 
recommendations of credible, trustworthy members of your network. 
http://www.linkedin.com/e/lp7hcy-gmcel50c-1j/svp/inv-25/

 
-- 
(c) 2011, LinkedIn Corporation___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] error with r.cost

2011-04-10 Thread Markus Neteler
Ambrish Dhaka,

you need to check the region extent + resolution, probably
you are exceeding the available RAM if you are having too
many rows and columns.

Get the information with:
g.region -p

or the respective menu entry.

Markus

On Sun, Apr 10, 2011 at 10:57 AM, ambijat  wrote:
> Ramon says,
> I'm afraid I don't - but given the current situations, I'd suggest anyone
> that could help would also be wondering which version of QGIS you were using
> and on which operating system.
>
> The Qgis version is 1.6.0 also, the result is same on GRASS (tcl/tk) 6.4
> RC1, performed on WinXP SP3 on a core2Duo machine.
>
> regards,
> Ambrish Dhaka


On 10/04/2011, at 13:19 , ambijat wrote:
> Hi All,
> I am trying to create shortest path between two raster points (converted from 
> v.to.rast) and I use the STRM data for the input values between the two 
> points. This is the error I get.
>
> r.cost input=afg_rast at user1 output=salroute start_rast=salang at user1 
> max_cost=0 -k
> G_malloc: unable to allocate 524288 bytes at setup.c:64
> Finished with error
>
> Any idea why I am getting this?
> Thanks and regards,
> Ambrish Dhaka
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Re: QGIS Python startup error - Incompatible SIP module

2011-04-10 Thread Mikael Ogren
I get a similar error when trying to start Qgis 1.6 on my debian squeeze
system.

I use the gfoss.it repository as described 
http://www.qgis.org/wiki/Download#Debian on the Qgis wiki .


RuntimeError: the sip module implements API v8.0 to v8.1 but the qgis.core
module requires API v7.1

Qgis starts and is usable but all python stuff is disabled.


--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/QGIS-Python-startup-error-Incompatible-SIP-module-tp5023218p6259490.html
Sent from the qgis-user mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user