ProjNet4GeoAPI icon indicating copy to clipboard operation
ProjNet4GeoAPI copied to clipboard

.NET Spatial Reference and Projection Engine

Results 58 ProjNet4GeoAPI issues
Sort by recently updated
recently updated
newest added

Polar Stereographic projection that follows the OSGeo/PROJ implementation closely. The original implementation includes two extra cases `EQUIT` and `OBLIQ`, which to me seems impossible to reach with a WKT input...

EPSG.IO nowadays offers WKT for spatial reference systems that may contain an `EXTENSION` tag. This leads to parsing exceptions. A first step would be to quietly disregard it, but not...

enhancement

Question about the license in this project if we can change it to MIT? The current license is GNL-GPU which is rather restrictive for privatized companies. Since this project is...

I think if all authors of ProjNET4GeoApi approve this pull request then the licence of this repository can be changed. Github Committers: - [x] @FObermaier - [x] @airbreather - [x]...

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 4.1.3.1 to 8.0.3. Release notes Sourced from Npgsql's releases. v8.0.3 This version contains a high-severity security patch for CVE-2024-32655 everyone is advised to upgrade. A large number...

dependencies

Can i use MathTransform.Transform in multy thread ?

FittedCS still Todo. As discussed in #121 this is the PoC trying to get ANTLR4 Parser generator lib working for Wkt. For (unit)tests result show that ANTLR4 is slower than...

The corresponding Unit tests and beneath comments show how to use this parser. I'm basing the parser on this document: [Chapter 9 - Wkt 1.2.1 ](https://portal.ogc.org/files/?artifact_id=25355) (Thanks to @airbreather) Plus...

It looks like the Web Mercator projection is not available in the `ProjectionsRegistry.TypeRegistry` dictionary. For example, following code throws "_Projection Mercator_Auxiliary_Sphere is not supported._" exception. ```cs public static void CheckProjection_Mercator_Auxiliary_Sphere...