User Tools

Site Tools


teaching:m_r:excersize:proj4

This is an old revision of the document!


Co-ordinate conversion using Proj4 and Awk

Proj.4

Reference: https://trac.osgeo.org/proj/

PROJ.4 is a library for performing conversions between cartographic projections. The library is based on the work of Gerald Evenden at the USGS,[2] but is now an OSGeo project maintained by Frank Warmerdam. The library also ships with executables for performing these transformations from the command line. (Reference: http://en.wikipedia.org/wiki/PROJ.4)

Download program
WindowsMacLinux
Proj.4 Proj.4
open gawk.pkg
Proj.4

Awk

Awk is a terminal program / script program.

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
WindowsMacLinux
Gnu Awk Gnu Awk
open gawk.pkg
Gnu Awk
teaching/m_r/excersize/proj4.1352305048.txt.gz · Last modified: 2021/08/14 04:20 (external edit)