Version 8 (modified by mggr, 17 years ago) (diff) |
---|
To check on the right coordinates of OS active stations, see the link below http://gps.ordnancesurvey.co.uk/active.asp
Base station data not 1 second resolution? Resample (interpolate using posgps). While this doesn't improve the data, it apparently makes it more evenly applied (no internal interpolation?). Unverified.
Short notes on processing
- Understand what you're doing!
- Create new project, aim at <data dir>/applanix. Name should be "YYYYJJJ.ppc". Both filename kernels should be "YYYYJJJ".
- Hit "Extract"
- Kernel should be "YYYYJJJ".
- Read through output for errors - key things to look for are data gaps (if large, you may have to split the processing)
- Hit "POSGPS"
- Convert input files to GPB (File -> Convert -> Raw GPS to GPB)
- Plane applanix
- Set receiver type to autodetect
- Point at the applanix/Extract directory (check this!) and 'Auto add all' (this should add a NovAtel OEM3 file)
- Select the Novatel file, click options and Make all epochs Kinematic (this is because the Novatel is the sensor on the plane, which is definitely kinematic!)
- Run the conversion (check output for errors)
- Base stations (repeat for all base stations)
- Set receiver type to autodetect
- Point at the base station directory, probably Rinex, and 'Auto add all' (this should add a file, probably Rinex for the UK)
- Run the conversion (check output for errors, some health warnings are ok)
- File -> Add Remote File, select the gpb file in the applanix/Extract directory, defaults fine
- (for all base stations - note: multiple base stations may need other stuff done)
- File -> Add Master File(s), select the gpb file in the basestation directory
- (if you have gaps, it may offer to resample for you - not sure if we need to do this or not)
- The basestation data will come with extra info specifying the precise location and antenna type.
- Fill in the antenna type (use advanced method) if you have the info, otherwise set the height appropriately
- The base station location will come in a particular datum/coordinate system - you must correctly convert this to a form that POSGPS knows about.
UK Rinex base stations
For the O/S UK GPS network (Rinex format files), the .07o file has a header like this:
2.1 OBSERVATION DATA G (GPS) RINEX VERSION / TYPE GPServer 2.50 2620 Rinex Merge 11-May-07 08:03:46 PGM / RUN BY / DATE NEOT MARKER NAME MARKER NUMBER National GPS Network Ordnance Survey OBSERVER / AGENCY 0036227 LEICA SR530 4.20 REC # / TYPE / VERS 0 RCV CLOCK OFFS APPL 102098 LEIAT504 LEIS ANT # / TYPE 3918702.4172 -7624.0107 5015612.3424 APPROX POSITION XYZ 0.0000 0.0000 0.0000 ANTENNA: DELTA H/E/N 1 1 0 WAVELENGTH FACT L1/2 5 C1 P2 L1 L2 D1 # / TYPES OF OBSERV 1.000 INTERVAL 2007 5 10 9 0 0.0000000 GPS TIME OF FIRST OBS The APPROX POSITION XYZ coordinates are NOT APPROXIMATE COMMENT APPROX POSITION XYZ replaced by precise ETRS89 values COMMENT END OF HEADER
Note the ANT # / TYPE line and the ANTENNA: DELTA H/E/N for antenna details.
The APPROX POSITION XYZ is the precise ETRS89 X,Y,Z location (see COMMENT sections to confirm this it says it's precise). This must be converted to a WGS-84 lat/long:
- Go to http://gps.ordnancesurvey.co.uk/etrs89geo_natgrid.asp
- Click the pretty pink 'ETRS89 xyz' button
- Enter the coordinates from the APPROX POSITION field in the .07o file
- Convert to National Grid
- In POSGPS, enter these grid coordinates (using Grid: British Grid)
WRONG! need to convert, not transform. saving for tonight
Todo: add in detailed notes from Applanix training course
Attachments (1)
-
ProjectionandTransformationCalculations.xls
(224.5 KB) -
added by mggr 17 years ago.
OS coordinate conversion spreadsheet (taken 19/Sept/2007)
Download all attachments as: .zip