-
Version: _proj4js-2.3.15_
Source file: _dist/proj4-src.js_
There is a seemingly unneeded escape character (**\\**) in the regular expression of line 4710
wkt.ellps = wkt.GEOGCS.DATUM.SP…
-
Background: I want to add projection attributes to netcdf archive files. The projection specification is non-standard ( AWIPS/GFE). I thought ``pyproj`` would allow me to do it programatically, so fa…
-
[This file](https://github.com/bjornharrtell/flatgeobuf/blob/master/test/data/countries.fgb) has the following WKT CRS string:
```
> ogrinfo countries.fgb countries -so
Layer SRS WKT:
GEOGCRS["W…
-
#### Code:
```python
from PIL import Image
from pycoast import ContourWriterAGG
img = Image.open('BMNG_clouds_201109181715_areaT2.png')
proj4_string = '+proj=stere +lon_0=8.00 +lat_0=50.00 +lat_t…
-
Maybe there is something that I don't understand, but the coordinate mapping for AEQD depends on the a & b parameters -- as to how coordinates are mapped when more than 90 degrees away in longitude.
…
-
I'm writing a bit of code that reads a parameter file generated by QGIS that starts with the CRS of the coordinates as a WKT string. In this case it's EPSG:3857, but it could be other map projections.…
danni updated
4 months ago
-
I have implemented the sterea projection:
https://github.com/SamMousa/Proj4/blob/master/src/Projection/Sterea.php
However I'm not getting correct results when comparing to proj4 (the C variant).
Cou…
-
First I would like to say this lib helps me a lot. I am using it in conjunction with PyProj lib in several projects already.
Issue:
I have a ESRI WKT string, and in this particular case I know its…
-
I seem to be seeing incorrect output when converting from EPSG 32028 to EPSG 4326 compared to epsg.io.
Here is some sample code.
```
// defs from epsg.io
proj4.defs("EPSG:32028","+proj=lcc +lat…
-
Hi, I'm trying to reproject some coordinates from EPSG:27700 to WGS84. I can do this fine in JS using the proj4 port, but I'm getting different results using DotSpatial.
Here is my .NET code:
``…