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

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

For example, https://github.com/proj4js/proj4js/blob/6242e5b3d5b0130b51224050a798de7ae8d982dc/test/testData.js default axis infos for PROJCS are: AXIS["Y",EAST],AXIS["X",NORTH] And there is a proj.xml in SharpMap https://raw.githubusercontent.com/SharpMap/SharpMap/develop/SharpMap/SpatialRefSys.xml default axis infos for GEOGCS are: AXIS["Easting",EAST],AXIS["Northing",NORTH]

The current team unfortunatly doesn't have the resources to dedicate to supporting this project at this moment. If you see yourself in the position to step in, please give notice....

We would like to start using ProjNet4GeoAPI but Proj4NetGeoAPI does not support height information in a good way. In particular there is no implementation for VERT_CS or for that matter...

I'm having a bit trouble understanding what and when server side evaluation of geocodes are being used. I have an sqlite database, with a `Point` column called `Location` on my...

Is it possible to release a new 2.0.x version with the latest fixes ? Including the publication of a nuget on nuget.org

`Transverse_Mercator_South_Orientated` works correctly using standard `Transverse_Mercator` and the WKT / EPSG defintions in postgis and csv. This has been verified for LO15->LO33 projections in South Africa (EPSG 2046 -> 2055)...

from https://epsg.io/900913 WKT

https://docs.geotools.org/stable/javadocs/org/opengis/referencing/doc-files/WKT.html states that "Implementations are free to substitute standard brackets ( ) for square brackets [ ] and should be prepared to read both forms of brackets" ProjNET should change...

I'm trying to convert coordinates from 31370 (Lambert72) to 4326 (Wgs84). My input has XY and parsing to WKT gives me the following result; > POINT (107984.0377 159720.7285) The output...