read an RLInt map in CL4 format (fortran)

read an RLInt map in CL4 format (fortran) note about CL3 and CL4 formats

rlogin merrill.olm.net -l merrill
setenv MDOCS /CEDRCD/data1/merrill/docs
cd $MDOCS/demp
cl4_to_nickel.csh $1 $2 $3
# $1 = input CL4 file
# $2 = output nickel segment file
#	header: x0,y0,scale,xmin,xmax,ymin,ymax
#	format: 4 geocodes,polyid,ptseq,xfrom,yfrom,xto,yto
# $3 = output points file
#	header: x0,y0,scale,xmin,xmax,ymin,ymax
#	format: x,y,type,series,seq
(example: geopolitical map):
cl4_to_nickel.csh vt_500k2_hex_pop80.cl4 g.nickel g.points

(example: DEMP map):
cl4_to_nickel.csh RLInt.out.0016 d.nickel d.points

back to private DEMP software

back to (public) DEMP software


read_cl4.html 4/22/96
dwmerrill@lbl.gov