Поиск |
[software] [catdoc] [tcl] [geography] [old things] | |||||||||||||||||
Table of Contents
NAMEcluster - fills each contour on raster map with its own colorSYNOPSIScluster [-v] [-f] input_file [-o output_file ] [-c line_color ] [-T temp_dir]DESCRIPTIONPaints each area in epp file, surrounded by color line_color by unique color from 1 to maximal contour number. Can handle up to 65535 contours in file.Requires at least three time more space in temporary directore then input file occupies. By default assumes that line color is 0 and output file name cluster.out.epp Performs two passes on input file and between them prints to stdout information about number of contours in output file and temporary numbers assigned when calculating contours. So, redirect standard output, if start cluster in background mode. OPTIONS
SEE ALSOlessa(1) , mappaint(1) , mapcopy(1) , eheader(1) , epp(5) , dgt(5)
BUGSFor some unknown reason reports very strange errors (usially page faults) or produces very strange results, when compilied under DOS. So use unix versions.It seems obvouis, that same program must perform rasterize operation, but this still not implemented. AUTHORVitus Wagner, SoftWeyr.
|