.NET Spatial Reference and Projection Engine
Перейти к файлу
Felix Obermaier 8a4678ce8f Allow round brackets
refers to #94
2021-08-17 15:15:22 +02:00
src Allow round brackets 2021-08-17 15:15:22 +02:00
test Allow round brackets 2021-08-17 15:15:22 +02:00
.editorconfig Add .editorconfig 2019-07-01 13:10:35 +02:00
.gitattributes Add .gitattributes 2020-05-27 07:36:53 -04:00
.gitignore Change all line endings to Unix-style. 2019-07-03 06:04:29 -04:00
.travis.yml Update versions of supporting tools 2020-05-27 08:20:53 -04:00
Directory.Build.props Embed the package icon instead of linking to it. 2020-05-27 07:50:40 -04:00
LICENSE Add LICENSE.md to address issue #18 2018-01-22 08:21:23 +01:00
ProjNet4GeoAPI.sln Update to how I've been doing this elsewhere 2019-08-25 16:25:33 -04:00
ProjNet4GeoAPI.sln.DotSettings Improve unit tests, update SRID.csv 2019-03-08 12:46:55 +01:00
README.md Update README.md 2019-07-03 14:40:32 +02:00
icon.png Updated way we handle version #. 2018-03-02 09:53:33 +00:00
scskey.snk NTS issue 110: removed silverlight/monodroid/winphone collection and generic clean of the solution 2014-03-05 09:03:53 +00:00

README.md

ProjNet (for GeoAPI)

This library is an extended port of ProjNet

.NET Spatial Reference and Projection Engine

Proj.NET performs point-to-point coordinate conversions between geodetic coordinate systems for use in fx. Geographic Information Systems (GIS) or GPS applications. The spatial reference model used adheres to the Simple Features specification.

Build status

Branch Status
develop Build Status
master Build Status

Get it from NuGet

  • For version 1.* PM> Install-Package ProjNet4GeoAPI
    • More information on NuGet
  • For version 2.*
    PM> Install-Package ProjNet

Talk...

Join the Gitter on ProjNet (for GeoAPI).

Projects using ProjNet(4GeoAPI)

(If your project is missing, there is an edit button up-right)

Supports:

  • Datum transformations
  • Geographic, Geocentric, and Projected coordinate systems
  • Compatible with Microsoft .NetStandard 2.0
  • Converts coordinate systems to/from Well-Known Text (WKT) and to XML

Projection types currently supported:

  • Albers
  • Cassini Soldner
  • Hotine Oblique Mercator
  • Krovak
  • Lambert Azimuthal Equal Area
  • Lambert Conformal
  • Mercator
  • Oblique Stereographic
  • Polyconic
  • Transverse Mercator