From bac393498849dbe8abaa8cb0642556d25d05c78d Mon Sep 17 00:00:00 2001 From: Jeff Painter Date: Thu, 10 Aug 2017 15:30:57 -0700 Subject: [PATCH] Update use of WKT-CRS syntax; by Mark Hedley --- ch05.adoc | 12 ++++++++---- history.adoc | 3 +++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ch05.adoc b/ch05.adoc index 2890fdad..9ea834e7 100644 --- a/ch05.adoc +++ b/ch05.adoc @@ -581,10 +581,14 @@ variables: METHOD["Transverse Mercator", PARAMETER["False easting", 400000, LENGTHUNIT[“metre”,1.0]], PARAMETER["False northing", -100000, LENGTHUNIT[“metre”,1.0]], - PARAMETER["Longitude of natural origin", -2.0, ANGLEUNIT[“degree”,0.0174532925199433]], - PARAMETER["Latitude of natural origin", 49.0, ANGLEUNIT[“degree”,0.0174532925199433]], - PARAMETER["Longitude of false origin", -7.556, ANGLEUNIT[“degree”,0.0174532925199433]], - PARAMETER["Latitude of false origin", 49.766, ANGLEUNIT[“degree”,0.0174532925199433]], + PARAMETER["Longitude of natural origin", -2.0, + ANGLEUNIT[“degree”,0.0174532925199433]], + PARAMETER["Latitude of natural origin", 49.0, + ANGLEUNIT[“degree”,0.0174532925199433]], + PARAMETER["Longitude of false origin", -7.556, + ANGLEUNIT[“degree”,0.0174532925199433]], + PARAMETER["Latitude of false origin", 49.766, + ANGLEUNIT[“degree”,0.0174532925199433]], PARAMETER["Scale factor at natural origin", 0.9996012717, SCALEUNIT[“Unity”,1.0]], AUTHORITY["EPSG", "27700"]] CS[Cartesian,2], diff --git a/history.adoc b/history.adoc index 61e87c25..7ed7b636 100644 --- a/history.adoc +++ b/history.adoc @@ -171,3 +171,6 @@ Replaced first para in Section 9.6. "Missing Data". Added verbiage to Section 2. .1 August 2017 . Updated the links and references to NUG (The NetCDF User Guide), to refer to the current version. . Trivial updates to links for COARDS and UDUNITS in the bibliography. + +.10 August 2017 +. Updated use of WKT-CRS syntax. \ No newline at end of file