Hi Yann,
On Wed, Feb 24, 2016 at 7:27 PM, Yann <[email protected]> wrote:
> I am looking for the os.environ["GRASS_..."] that would lead me safely to
> the /etc/proj/ogr_csv
>
> anybody could tell me where I can access to the list of those GRASS_ env
> variables?
I don't know if you already fix this but you can easily get the list with:
{{{
grass-console> python -c "import os, fnmatch, pprint; pprint.pprint([k
for k in sorted(fnmatch.filter(os.environ.keys(), 'GRASS*'))])"
['GRASS_ADDON_BASE',
'GRASS_GNUPLOT',
'GRASS_HTML_BROWSER',
'GRASS_PAGER',
'GRASS_PROJSHARE',
'GRASS_PYTHON',
'GRASS_VERSION']
}}}
All the best
Pietro
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev