!/bin/csh -f
curl --output station_info.txt "https://service.iris.edu/fdsnws/station/1/query?network=Y4&level=station&maxlat=-70&format=text"
cat station_info.txt | sed 's/|/	/g'
