Hi Martin,

On Mon, Feb 16, 2015 at 3:20 PM, Martin Landa <landa.mar...@gmail.com> wrote:
> Hi,
>
> 2015-02-16 14:36 GMT+01:00  <svn_gr...@osgeo.org>:
>> Author: zarch
>> Date: 2015-02-16 05:36:51 -0800 (Mon, 16 Feb 2015)
>> New Revision: 64649
>>
>> Modified:
>>    
>> grass-addons/grass7/raster/r.green/r.green.biomassfor/r.green.biomassfor.economic/Makefile
>
> why so much nested? The right naming should be
> grass-addons/grass7/raster/r.green/r.green.biomassfor/Makefile
> ...

because thee are several modules going on (but not yet published, they
are under testing) for other different sources (r.green.hydro,
r.green.wind, r.green.solar), that are following the same structures
and have shared libraries between them.

I'm open to suggestions, here it is a complete list of modules:

{{{
r.gree/
├── AUTHORS.txt
├── biblio
│   └── 1-s2.0-S016761051300007X-main.pdf
├── libgreen
│   ├── checkparameter.py
│   ├── checkparameter.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── Makefile
│   ├── utils.py
│   └── utils.pyc
├── LICENSE.txt
├── Makefile
├── README.txt
├── r.green.biomassfor
│   ├── Makefile
│   ├── r.green.biomassfor.economic
│   ├── r.green.biomassfor.html
│   ├── r.green.biomassfor.impact
│   ├── r.green.biomassfor.legal
│   ├── r.green.biomassfor.recommended
│   ├── r.green.biomassfor.technical
│   └── r.green.biomassfor.theoretical
├── r.green.html
├── r.green.hydro
│   ├── libhydro
│   ├── Makefile
│   ├── r.green.hydro.closest
│   ├── r.green.hydro.delplants
│   ├── r.green.hydro.discharge
│   ├── r.green.hydro.economic
│   ├── r.green.hydro.html
│   ├── r.green.hydro.legal
│   ├── r.green.hydro.optimal
│   ├── r.green.hydro.recommended
│   ├── r.green.hydro.structure
│   ├── r.green.hydro.technical
│   └── r.green.hydro.theoretical
├── r.green.solar
│   ├── Makefile
│   ├── r.green.solar.economic
│   ├── r.green.solar.html
│   ├── r.green.solar.theoretical
│   ├── r.green.solar.recommended
│   └── r.green.solar.technical
├── r.green.TEV
│   └── r.green.TEV.py
└── r.green.wind
    ├── Makefile
    ├── r.green.wind.economic
    ├── r.green.wind.html
    ├── r.green.wind.theoretical
    ├── r.green.wind.recommended
    └── r.green.wind.technical

34 directories, 22 files
}}}

Any better ideas?
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to