[gdal-dev] Re: PROJ.4 EPSG:28992

2010-04-09 Thread TomvanTilburg
Hi Mark, Sorry, but no luck overhere. I just gave up. One more thing I tried is: ImportFromProj4('+proj=sterea +lat_0=52.156160 +lon_0=5.387639 +k=0.08 +x_0=155000 +y_0=463000 +ellps=bessel +units=m +towgs84=565.2369,50.0087,465.658,-0.406857330322398,0.350732676542563,-1.8703

Re: [Gdal-dev] PROJ.4 EPSG:28992

2009-12-03 Thread TomvanTilburg
Even Rouault wrote: > > TomvanTilburg a écrit : > > hum, looks a bit like a (mysterious) PROJ.4 issue. The "unknown > projection id" probably referes to the 'sterea' method. > > I've found a ticket in the PROJ trac database that se

Re: [Gdal-dev] PROJ.4 EPSG:28992

2009-12-02 Thread TomvanTilburg
Hi Even, Thanks for replying. I don't think GDAL installation is the problem, since trying the same code with different geom works fine. But I just ran it in the DOS box and got a bit more descriptives: WKT:POINT(127576.476563 481237.375) POINT (127576.476563 481237.375) ERROR 6: Failed to init

Re: [Gdal-dev] PROJ.4 EPSG:28992

2009-11-26 Thread TomvanTilburg
Hi list, Got a bit more info on this, hope someone can help. It appears that running "geom.Transform(coordTrans)" on GDAL 1.6.0 PY 2.6.4 linux doesn't give an error while running the same script with the same shapefile on GDAL 1.6.1 PY 2.6.3 winxp does produce the error (hence my confusion yester

Re: [Gdal-dev] PROJ.4 EPSG:28992

2009-11-25 Thread TomvanTilburg
Never mind, I was too quick in asking. It appeared to be a corrupted shapefile. Did it again with a new one and worked like a charm. TomvanTilburg wrote: > > Hi, > > Im relatively new to the GDAL package but I've got the feeling I'm hitting > this same (old) problem

Re: [Gdal-dev] PROJ.4 EPSG:28992

2009-11-25 Thread TomvanTilburg
Hi, Im relatively new to the GDAL package but I've got the feeling I'm hitting this same (old) problem. At the moment I am trying to write a python script that transfers sets of shapefiles in the Dutch nation grid (EPSG 28992) to WGS84, ultimately to export them to KML files. Therefore I run the