https://github.com/tengge1/proj.net
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.
https://github.com/tengge1/proj.net
csharp gis proj-net projection transform
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/tengge1/proj.net
- Owner: tengge1
- License: apache-2.0
- Created: 2017-09-01T14:13:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T14:34:24.000Z (almost 9 years ago)
- Last Synced: 2025-04-11T23:16:22.877Z (about 1 year ago)
- Topics: csharp, gis, proj-net, projection, transform
- Language: C#
- Size: 182 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proj.net
origin: http://projnet.codeplex.com/
## .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.
* Read the FAQ for common questions.
* Popular Well-Known Text representations for Spatial Reference Systems
## Supports:
* Datum transformations
* Geographic, Geocentric, and Projected coordinate systems
* Compatible with both Microsoft .NET 2.0, Mono, .NET Compact Framework & Silverlight
* Converts coordinate systems to/from Well-Known Text (WKT) and to XML
## Projection types currently supported:
* Mercator
* Transverse Mercator
* Albers
* Lambert Conformal
* Krovak
See Supported projections for details.
## Nuget:
There's also a package available in the Nuget Gallery, created by Mathieu Cartoixa Proj.NET 1.2
## Resources:
For an introduction to spatial reference systems see here
If you're working with Google/Bing/OpenLayers, maybe this blog post can help you: The Google Maps / Bing
Maps Spherical Mercator Projection
Last edited Mar 20, 2012 at 5:29 PM by D_Guidi, version 23