In the last few days I have been dealing with reduced amount of disk space
due to map algebra operations in GRASS, then I was quite interested to know
the size of GRASS objects in a easy way.
I solved the problem with /ls -lh/ but I was wondering if a GRASS module (or
a flag in an existing module) that prints the actual size of GRASS objects
(raster, vector, temporal databases, etc) may be useful for GRASS users.
I was thinking something like:
*g.size type=raster,vector -m or -g (human readable byte units like Mb or
Gb)*
What do you think? Anybody willing to implement it?
2016-03-28 19:32 GMT+02:00 Martin Landa [via OSGeo.org] <
ml-node+s1560n5258586h39@n6.nabble.com>:
Hi,
2015-04-21 21:40 GMT+02:00 matmar <[hidden email]
<http:///user/SendEmail.jtp?type=node&node=5258586&i=0>>:
> I was thinking something like:
> *g.size type=raster,vector -m or -g (human readable byte units like Mb
or
> Gb)*
>
> What do you think? Anybody willing to implement it?
probably g.list could have a flag to print map size. Martin