write an RLInt map in CL4 format (fortran)

write 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
nickel_to_cl4.csh $1 $2 $3 $4
# $1 = input NICKEL file
#	header line: x0,y0,scale,xmin,xmax,ymin,ymax
# $2 = input population file (four geocodes and population)
#	format: 4 geocodes,pop
# $3 = input POINTS file
#	header line: x0,y0,scale,xmin,xmax,ymin,ymax
#	format: x,y,type,series,seq
# $4 = output CL4 file
(example: geopolitical map):
nickel_to_cl4.csh g.nickel vt.pop80 vt.points g.cl4

(example: DEMP map):
nickel_to_cl4.csh d.nickel vt.pop80 vt.points d.cl4

back to private DEMP software

back to (public) DEMP software


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