<div dir="ltr"><div>Hi Pierre,</div><div><br></div><div>If you would turn this into a add-on module it could eventually became the portable way to do that... Having this functionality makes sense.<br></div><div><br></div><div>Vaclav<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Sep 17, 2018 at 3:28 PM Stefan Blumentrath <<a href="mailto:Stefan.Blumentrath@nina.no">Stefan.Blumentrath@nina.no</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">r.colors manual says color ramps are saved in:<br>
$GISBASE/etc/colors/<name>, so values could be read from there, I guess.<br>
<br>
And the parser can give you GUI access to the rules names with the<br>
G_OPT_M_COLR option:<br>
<a href="https://grass.osgeo.org/grass77/manuals/parser_standard_options.html" rel="noreferrer" target="_blank">https://grass.osgeo.org/grass77/manuals/parser_standard_options.html</a><br>
<br>
Cheers<br>
Stefan<br>
<br>
<br>
-----Original Message-----<br>
From: grass-dev <<a href="mailto:grass-dev-bounces@lists.osgeo.org" target="_blank">grass-dev-bounces@lists.osgeo.org</a>> On Behalf Of Markus Neteler<br>
Sent: mandag 17. september 2018 20:15<br>
To: Pierre Roudier <<a href="mailto:pierre.roudier@gmail.com" target="_blank">pierre.roudier@gmail.com</a>><br>
Cc: GRASS developers list <<a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a>><br>
Subject: Re: [GRASS-dev] Programmatically obtain GRASS colour ramps in Python<br>
<br>
On Mon, Sep 17, 2018 at 4:17 AM Pierre Roudier <<a href="mailto:pierre.roudier@gmail.com" target="_blank">pierre.roudier@gmail.com</a>> wrote:<br>
><br>
> Hi all,<br>
><br>
> I am trying to write a little Python extension wrapping r.color to use <br>
> different kind of strecthes,<br>
><br>
> It should be pretty simple, basically just builkding rules on-the-fly <br>
> and pass them to r.color. But I can't quite seem how to retrieve the <br>
> GRASS color ramps details to create my ruleset.<br>
><br>
> Is there any portable way to actually to actually passthe name of a <br>
> GRASS color ramp, and get the details (colours) of that colour ramp?<br>
<br>
Maybe you can find some code here:<br>
<br>
gui/wxpython/modules/colorrules.py<br>
<br>
best<br>
Markus<br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-dev</a></blockquote></div>