Install guide
Coordinate Conversion
WOW has historically had a single-point ‘Lat/Lon ⇔ XY Calculator’ which converts
coordinates within the context of the OpenWorks project, i.e. between projected and
geographic coordinates using the project’s CRS. Version 5000.0.1.0 added the option to
use WGS84 as the geographic coordinate system, allowing for datum shifting.
New in version 5000.0.1.2 are generic coordinate conversion utilities that will convert
between any two cartographic reference systems (projected or geographic), provided the
conversion is allowed by the underlying Blue Marble conversion software. Datum shifting
is carried out automatically. The following have been added, illustrated further below:
• single-point conversion via WOW browser (on the OpenWorks project list page)
• crsids command line utility to list projected and basis CRSs
• crsConvert command line utility for single-point conversion
• fileCrsConvert command line utility for file-based conversions
• CrsConvert GUI for multiple point file-based conversions.
Utility crsids: lists project and basis CRS ID and name for all or a specified project. The
CRS IDs are required for use in crsConvert and fileCrsConvert.
prompt> crsids
Project Project CRS Basis CRS
----------- ------------------------ ------------------------
CURVEMODE 667: utm-55 2 41: Australian Geodetic 1966
FLOUNDER 670: utm-55 1 669: Unknown - Australian 1965
GOM 709: UTM15_1 252: North American Datum 1927
IRAQ_REG 727: UTM 38N Nahrwan 1967 - Iraq 726: Nahrwan 1967 - IRAQ - epsg1587
KMOC 679: kmoc_utm42_kras 678: Pulkovo 1942 - Hungary 1
OCEVET 707: UTM30N BG EuropeanDatum1950SP 103: European Datum 1950
RDTEST 720: UTM 31N 3E 103: European Datum 1950
SALT 705: TXSC4204 252: North American Datum 1927
SWDEVKIT 671: Project Default CRS 1 666: UNKNOWN
TEAPOT_DOME 713: Wyoming State Pl NAD 1927 252: North American Datum 1927
UTM16 676: UTM16/Clarke1866/NAD27/feet 675: North American Datum 1927
WGS84 370: World Geodetic System 1984 0:
prompt> crsids IRAQ_REG
Project: IRAQ_REG
CRS ID: 727 (UTM 38N Nahrwan 1967 - Iraq)
Basis ID: 726 (Nahrwan 1967 - Iraq - epsg1587)
Utility crsConvert: command-line single-point conversion between any two
cartographic reference systems (projected or geographic). Note the order of arguments:
either X Y or Lon Lat (as opposed to Lat Lon).
Usage: crsConvert xlon ylat src_crs_id target_crs_id
prompt> crsConvert 43.4 36.9 726 727
357441.541 4084682.830
WOW 5000.0.1.11 Release Notes Page 47 of 104 March 2014