User Tools

Site Tools


teaching:m_r:excersize:proj4

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

teaching:m_r:excersize:proj4 [2012/11/07 16:20]
karina [Awk]
teaching:m_r:excersize:proj4 [2021/08/14 04:21]
Line 1: Line 1:
-====== Co-ordinate conversion using Proj4 and Awk ====== 
  
- 
- 
-===== Proj4 ===== 
-Reference: [[https://trac.osgeo.org/proj/]] 
- 
-===== Awk ===== 
-Reference: [[http://www.gnu.org/software/gawk/]] 
- 
-If you are like many computer users, you would frequently like to make changes in various text files wherever certain patterns appear, or extract data from parts of certain lines while discarding the rest. To write a program to do this in a language such as C or Pascal is a time-consuming inconvenience that may take many lines of code. The job is easy with awk, especially the GNU implementation: gawk. 
- 
-The awk utility interprets a special-purpose programming language that makes it possible to handle simple data-reformatting jobs with just a few lines of code.  
- 
-Find the manual here: [[http://www.gnu.org/software/gawk/manual/]] 
- 
-== Download program == 
-^Windows^Mac^Linux^ 
-| |[[http://code.google.com/p/rudix/downloads/detail?name=gawk-3.1.8-1.dmg&can=2&q=label%3ARudix-2011|Gnu Awk]]| | 
teaching/m_r/excersize/proj4.txt · Last modified: 2021/08/14 04:21 (external edit)