Folks,
At the request of Howard Butler, I have upgraded PROJ.4, libgeotiff, and
GDAL to use the EPSG 8.0 database in development "trunk".
This was accomplished, as usual based on the process described here:
http://svn.osgeo.org/metacrs/geotiff/trunk/libgeotiff/csv/README
Amoung other things
On 05/12/2012 22:19, Nik Sands wrote:
> Thanks for the reply. Just to clarify though, can you tell me what it is
> that is wrong about it?
>
The GCP coordinates look like UTM coordinates (UTM zone 36) :
Point01,xy,3051,328,in,deg,,0,N,,0,E, grid, 36, 673750, 3572910,N
So the projection is UTM,
Thanks for the reply. Just to clarify though, can you tell me what it is that
is wrong about it?
I expect the user might come back to me and say, "but it works fine in
OziExplorer", which I don't have to test with. The projection
"Latitude/Longitude" appears to be a valid Ozi projection, so I'
Hi folks,
Maybe this question is old, but I don't find an answer on Internet.
If I perform this command:
gdal_translate -outsize 50% 50% -of GTiff -projwin 1299378.2102987265
5588829.1661406181 1299486.6170906540 5588715.6742054483
frmt_wms_googlemaps_tms.xml tempfile.tif
the image obtained i
Kees,
Just an initial guess. It looks like you are using a km radius when it
should in meters - +a=6378388.0
-Trent
On Wed, Dec 5, 2012 at 3:11 AM, Kees Kling wrote:
> Hi all,
>
> I'm trying to reproject an image.
>
> source projection = `+proj=stere +lat_0=90.0 +lon_0=0.0 +lat_ts=60.0
> +a
Hi all,
I'm trying to reproject an image.
source projection = `+proj=stere +lat_0=90.0 +lon_0=0.0 +lat_ts=60.0
+a=6378.388'
I already used this projection in other parts of my project, but then in
combination with OGR. Here I don't have problems, but if I use it with
gdal in the function GDA
xavier lhomme gmail.com> writes:
>
> How the wfs driver handles the OtherSRS ? Is he handles only the DefaultSRS
?berst regards xavier
Usually you can simply use the DefaultSRS and tell OGR to re-project the result
into something else with -t_srs parameter. Sometimes it can still be bett