diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-17 20:58:35 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-17 20:58:35 +0100 |
| commit | de6a04d8d600df2a0ac5896c5b82f243b5f8586c (patch) | |
| tree | 6783282a3910c1149afa3e5555bdc2ea9988a2c8 /dk_sdfe/FO | |
| parent | 224fc83db04262c3fce858526998a0de5930203f (diff) | |
| download | PROJ-data-de6a04d8d600df2a0ac5896c5b82f243b5f8586c.tar.gz PROJ-data-de6a04d8d600df2a0ac5896c5b82f243b5f8586c.zip | |
Add non-grids DK, FO and NKG resource files
Diffstat (limited to 'dk_sdfe/FO')
| -rw-r--r-- | dk_sdfe/FO | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/dk_sdfe/FO b/dk_sdfe/FO new file mode 100644 index 0000000..095d869 --- /dev/null +++ b/dk_sdfe/FO @@ -0,0 +1,42 @@ +#------------------------------------------------------------------------------ +# +# PROJ implementations of current and legacy Faroese coordinate systems +# +#------------------------------------------------------------------------------ +# +# This file is Work-In-Progress, and should not be used without great testing care. It is +# currently provided for informational and testing purposes, but will in due course become +# the official definition and implementation of transformations to and from Faroese systems. +# +# Revision history: +# ----------------- +# +# 2017-10-03 Initial setup. +# Kristian Evers <kreve@sdfe.dk> +# +# 2018-02-19 Added FVR09. +# Kristian Evers <kreve@sdfe.dk> +# +# 2018-08-29 Added FK89 +# Kristian Evers <kreve@sdfe.dk>,Thomas Knudsen <thokn@sdfe.dk> +# +<FVR09> +proj=vgridshift +grids=fvr09.gtx + +<UTM29N> +proj=utm +zone=29 +ellps=GRS80 +units=m +no_defs +<UTM29N_FVR09> +proj=pipeline +step +init=FO:FVR09 +step +init=FO:UTM29N + +<FOTM> +proj=etmerc +lat_0=0 +lon_0=-7 +k=0.999997 +x_0=200000 +y_0=-6000000 +ellps=GRS80 +units=m +no_defs +<FOTM_FVR09> +proj=pipeline +step +init=FO:FVR09 +step +init=FO:FOTM + +<FD54> +proj=utm +zone=29 +ellps=intl +units=m +no_defs + +<FK89> proj=pipeline + step proj=utm ellps=GRS80 zone=29 + step init=FO_fk89.pol:UTM29_FK89 + +<gie> +operation init=FO:FK89 +tolerance 50 mm +accept -7 62 0 0 +expect 594919.9029294271 701535.25742737006 0.0 0.0 +</gie> |
