gps_format.txt by Peter Bird, 2002.08.04 describing my preferred format for geodetic velocity information. The primary (.gps) file gives only horizontal-plane components and error ellipses for each benchmark. If the complete covariance matrix for horizontal velocity components is available, it is placed in a second associated (.gp2) file. The .gps format is very like the format of v_nnr.dat of Corne Kreemer but it adds header lines (and optional station names on the right). Each .gps file will have 3 lines of headers: File name and source(s) FORTRAN format for reading the data lines that follow the headers Column header labels, in a standard order: E_lon_deg N_lat_deg v_E_mmpa v_N_mmpa v_E_sigma v_N_sigma correlation frame identifier(s) with the (obvious) meanings: E_lon_deg = longitude, in degrees from Greenwich meridian, with East positive N_lat_deg = latitude, in degrees from equator, with North positive v_E_mmpa = velocity component to East, in millimeters per year v_N_mmpa = velocity component to North, in millimeters per year v_E_sigma = standard deviation (1-sigma) of v_E_mmpa, also in mm/a v_N_sigma = standard deviation (1-sigma) of v_N_mmpa, also in mm/a correlation = coefficient of correlation between v_E_mmpa and v_N_mmpa reference_frame = reference frame for velocity, left-justified, limited to 15 bytes identifier(s) = optional station name and/or source reference, if a compilation Thus, the first few lines of v_nnr.dat, converted to .gps format, become: ----------------------------------------------------------------------------------------- v_nnr.gps, converted 2002.08.01 by Peter Bird from v_nnr.dat of Corne Kreemer (pers. comm. 2002 to Zhengkang Shen) ( F9.3, F10.3, F9.3, F9.3, F10.3, F10.3, F12.3,1X, A15, 1X, A ) E_lon_deg N_lat_deg v_E_mmpa v_N_mmpa v_E_sigma v_N_sigma correlation reference_frame identifier(s) 77.110 43.900 30.125 0.532 1.000 1.000 0.000 NNR [none] 79.090 42.170 31.212 9.750 1.860 1.408 -0.054 NNR [none] 79.070 42.020 32.024 9.990 1.618 1.351 -0.041 NNR [none] 78.970 43.270 29.253 3.285 1.351 1.172 -0.042 NNR [none] ----------------------------------------------------------------------------------------- Note that this standard allows the significant digits and column widths to be changed; just make corresponding changes in the FORTRAN FORMAT of line 2, and in the abbreviated headers of line 3. (However, unless there are radical improvements in accuracy, there does not seem to be any good reason to change.)