Re: [gdal-dev] Clipping shapefiles

2008-09-10 Thread Matthew Huck
Hi, Thanks for that, I seem to have something working now (or so I think), my shape file is the contours lines for a reasonably hilly area (100Mb), and I'm clipping it to an area of about 1/12. The only thing is it's still running about 17 hours later. Is v.overlay slow or have I done something

Re: [gdal-dev] Failing to parse aux.xml file (was: cannot seem to get projection data from an aux.xml file correctly)

2008-09-10 Thread Frank Warmerdam
Robert Beckwith wrote: Looking more in depth it looks like the xml parser is failing to parse the projection information into the tree. Ie. the Is anyone else having this issue? I have tried two different sets of data. Robert, I think this might be easier to follow up on if you ca

[gdal-dev] Out of Office

2008-09-10 Thread paar
Vielen Dank für Ihre Nachricht. Ich bin bis einschließlich 26.09.2008 nicht im Büro und kann Ihre Anfrage leider nicht bearbeiten. Ihre Nachricht wird nicht automatisch weitergeleitet. Ich werde Ihre eMail gerne nach meiner Rückkehr beantworten. Thank you very much for your message. I'm out of

[gdal-dev] Failing to parse aux.xml file (was: cannot seem to get projection data from an aux.xml file correctly)

2008-09-10 Thread Robert Beckwith
Looking more in depth it looks like the xml parser is failing to parse the projection information into the tree. Ie. the Is anyone else having this issue? I have tried two different sets of data. ___ gdal-dev mailing list gdal-dev@lists.osgeo.o

[gdal-dev] cannot seem to get projection data from an aux.xml file correctly.

2008-09-10 Thread Robert Beckwith
I am using GDALPamDataset::GetProjectionRef() to fetch the definition string for the dataset. Then use that to importFromWkt with that definition and then CloneGeoCS to set up a coordinate transformation I need to use. This works fine for MrSID files that have a .aux file. But, When I use th

[gdal-dev] How to merge Tiled images and WMS layer with openlayers?

2008-09-10 Thread Myeong Hun Jeong
Dear list.First, I made tiled images(png) with gdal2tiles.py. For example, python gdal2tiles.py -title "tile" -publishurl http://192.168.1.134:8089/osgeo/geo/tile/ -nogooglemaps -nokml -v D:\test\raster\image.tif D:\test\raster\tile --config GDAL_CACHEMAX 120 and I moved the image files into Tomca