Just a quickie...
is there a reason why r.patch is limited to only 200 files at a time?
First time that I have ever noticed this...(first time I have ever done
more than 200 files!!). Anyway to get around this without chopping up
the data? Thanks!
--
LTJG Kevin Slover, NOAA
GIS Specialist/Oceanographer
NOAA/TPC/TSB/Storm Surge Unit
11691 SW 17th Street
Miami FL 33165
W (305) 229-4456
On Mon, Dec 09, 2002 at 02:13:36PM -0500, Kevin Slover wrote:
Just a quickie...
is there a reason why r.patch is limited to only 200 files at a time?
First time that I have ever noticed this...(first time I have ever done
more than 200 files!!). Anyway to get around this without chopping up
the data? Thanks!
Check out
http://freegis.org/cgi-bin/viewcvs.cgi/grass/src/raster/r.patch/cmd/nfiles.h?rev=1.3&content-type=text/vnd.viewcvs-markup
Most operating system limit the number of open files.
If yours can more than 250, just raise that number and recompile. 