[GRASS-user] g.xlist/g.xremove addons (C version of g.mlist/g.mremove)

2008-06-29 Thread Huidae Cho
Hi, I've just uploaded g.xlist and g.xremove (C implementations of g.mlist and g.mremove, no dependency on g.list/g.remove) to grass-addons/general. To compile these addons, you need POSIX regex(3) functions. They are super fast (native speed of g.list/g.remove)! Please test these modules. I

Re: [GRASS-user] g.xlist/g.xremove addons (C version of g.mlist/g.mremove)

2008-06-29 Thread Glynn Clements
Huidae Cho wrote: I've just uploaded g.xlist and g.xremove (C implementations of g.mlist and g.mremove, no dependency on g.list/g.remove) to grass-addons/general. To compile these addons, you need POSIX regex(3) functions. They are super fast (native speed of g.list/g.remove)! Please test

[GRASS-user] mask in PERMANENT affect on other mapsets during reprojection

2008-06-29 Thread Jarekj
The situation is as follows: In location GRS mapset PERMANET I have MASK (with projection of 2180 based on GRS elipsoid) in second mapset let say jarekjaI have map which is to be reprojected to other location (WGS). In that mapset no MASK is present. In location WGS mapset PERMANENT I

[GRASS-user] Connect additional table based on layer 1 attribute column

2008-06-29 Thread Dwight Needels
Hi all, I have what I thought might be a use for multiple layers in GRASS, but I haven't been able to figure out how to test it (I am relatively new to GRASS). I am using William Kyngesburye¹s 6.3cvs on Mac OS 10.4.11 with a SQLite database backend. I have a parcels vector file (myParcels) with

Re: [GRASS-user] mask in PERMANENT affect on other mapsets during reprojection

2008-06-29 Thread Glynn Clements
[CC to grass-dev] Jarekj wrote: The situation is as follows: In location GRS mapset PERMANET I have MASK (with projection of 2180 based on GRS elipsoid) in second mapset let say jarekjaI have map which is to be reprojected to other location (WGS). In that mapset no MASK is present. In

Re: [GRASS-dev] Re: [GRASS-user] mask in PERMANENT affect on other mapsets during reprojection

2008-06-29 Thread Hamish
Jarekj wrote: The situation is as follows: In location GRS mapset PERMANET I have MASK (with projection of 2180 based on GRS elipsoid) in second mapset let say jarekjaI have map which is to be reprojected to other location (WGS). In that mapset no MASK is present. In location WGS mapset

Re: [GRASS-dev] Re: [GRASS-user] mask in PERMANENT affect on other mapsets during reprojection

2008-06-29 Thread Jarekj
I always do as you suggest (in general other methods (with cs2cs) in grass are to complicated), but it not concern the problem I mentioned Well, I found this during testing prototype of script to reproject any raster in one step (without changing locations) so I must to know If it is intended

Re: [GRASS-user] mask in PERMANENT affect on other mapsets during reprojection

2008-06-29 Thread Jarekj
So as I understand the problem will heppen when I have mask in mapset in source which is named as my target mapset in target location: ussually it will concern PERMANENT? Thanks for information Jarek Glynn Clements pisze: [CC to grass-dev] Jarekj wrote: The situation is as follows: In

Re: [GRASS-user] Output question - ps.map

2008-06-29 Thread Richard Chirgwin
Hamish wrote: Richard Chirgwin wrote: I need to produce postscript output maps with sufficient resolution that when I drill down on the output image, it doesn't turn to pixellation. I know that my input vectors are okay at high zoom levels; and I try to set high region resolution using

Re: [GRASS-user] Output question - ps.map

2008-06-29 Thread Hamish
Richard Would it be best to rasterise vector files at high region resolution before trying to get high-quality output? Or should ps.map deliver good results from a vector with high region resolution? Vectors work independently of raster resolution, and PostScript is a vector language.