Skip to content
forked from wo80/NTv2

National transformation (NTv2) for Proj.NET.

License

Notifications You must be signed in to change notification settings

JochenOswald/NTv2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTv2

National transformation (NTv2) for Proj.NET.

Description

A concatenated transform of two projected coordinate systems

[0] Source CS (PROJ) -> Source CS (GEOG)
[1] Source CS (GEOG) -> Target CS (GEOG)
[2] Target CS (GEOG) -> Target CS (PROJ)

gets replaced with

[0] Source CS (PROJ) -> Source CS (GEOG)
[1] Source CS (GEOG) -> Grid Transformation -> Target CS (GEOG)
[2] Target CS (GEOG) -> Target CS (PROJ)

A concatenated transform of two geographic coordinate systems

[0] Source CS (GEOG) -> Source CS (GEOC)
[1] Source CS (GEOC) -> Target CS (GEOG)

gets replaced with

[0] Source CS (GEOG) -> Grid Transformation -> Target CS (GEOG)

Remark

The library was tested only with German grid file BETA2007.gsb from http://www.crs-geo.eu/BeTA2007 which converts Gauss-Krueger to ETRS89 / UTM.

About

National transformation (NTv2) for Proj.NET.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%