pscoast -R0/360/-80/80 -JT330/-45/3.5i -Bf30g30wesn -Dc -A5000 -G160 -P -K > /var/www/html/scratch/locations.ps

awk '{printf("%4.1f %4.1f \n",$2,$1)}' /var/www/html/scratch/locations.dat | sort | uniq | psxy -R0/360/-80/80 -JT330/-45/3.5i  -P  -O -K -Sc0.05i -G255/0/0 >> /var/www/html/scratch/locations.ps

awk '{printf("%4.1f %4.1f \n",$2,$1)}' /var/www/html/scratch/t_locations.dat | sort | uniq | psxy -R0/360/-80/80 -JT330/-45/3.5i  -P  -O -K -Sc0.05i -G0/255/0 >> /var/www/html/scratch/locations.ps

awk '{printf("%4.1f %4.1f \n",$2,$1)}' /var/www/html/scratch/e_locations.dat | sort | uniq | psxy -R0/360/-80/80 -JT330/-45/3.5i  -P  -O  -Sc0.05i -G0/0/255 >> /var/www/html/scratch/locations.ps


convert -trim /var/www/html/scratch/locations.ps /var/www/html/scratch/locations.jpg



