[gdal-dev] Re: Gdal / Python / Win7 crash with ReadAsArray()

2010-02-24 Thread NopMap
Hi! A small update. I tried this again, with the 1.6.0 bindings and the 1.6.1 bindings and in the XP compatibility mode. Always the same crash. Does any of you have an idea what might be the reason? - Python 2.5 vs. 2.6 Problems? - Windows 7 problem? - 64 bit machine problem? - missing dependen

[gdal-dev] Re: Motion: Commit Access for Adam Nowacki

2010-02-24 Thread Howard Butler
+1 On Wed, Feb 24, 2010 at 9:30 AM, Andrey Kiselev wrote: > On Mon, Feb 22, 2010 at 10:32:35PM +0100, Even Rouault wrote: > > Motion: Extend GDAL/OGR Commit Access to Adam Nowacki. > > +1 > > > -- > Andrey V. Kiselev > ___ gdal-dev mailing list gdal-de

[gdal-dev] Re: Motion: Commit Access for Adam Nowacki

2010-02-24 Thread Andrey Kiselev
On Mon, Feb 22, 2010 at 10:32:35PM +0100, Even Rouault wrote: > Motion: Extend GDAL/OGR Commit Access to Adam Nowacki. +1 -- Andrey V. Kiselev ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Fw: [Liblas-devel] about las2txt and las2tin

2010-02-24 Thread Riki Tiki
hi, i know this should not be sent to this forum... but i got no reply from liblas-devel... i thought maybe you could at least point me the good forum, where i could get some reply to this problem, thanks a lot!!! riki -Original Message- From: Riki Tiki To: liblas-de...@lists.osgeo.org

Re: [gdal-dev] Re: Add GCP's to a file

2010-02-24 Thread Gaige B. Paulsen
You should be able to do that using the -a_srs option -Gaige On Feb 22, 2010, at 1:48 PM, Kim Besson wrote: > Thanks Mr Paulsen and Jukka > > Ok I tried the command and it seemed to work :) Thanks > > By the way, if my image has no Coordinates system and my GCPs corresponds to > a certain pr

Re: [gdal-dev] Converting JP2 to GeoTIFF

2010-02-24 Thread Chaitanya kumar CH
Zoltan, Can you provide a sample dataset that raised this error? On Wed, Feb 24, 2010 at 8:05 PM, Zoltan Szecsei wrote: > Hi, > I'm trying to convert a jpeg2000 image to a geotiff, but I keep getting a > segmentation fault. Please can someone point me in the direction of a > solution. > > Thanks

[gdal-dev] Converting JP2 to GeoTIFF

2010-02-24 Thread Zoltan Szecsei
Hi, I'm trying to convert a jpeg2000 image to a geotiff, but I keep getting a segmentation fault. Please can someone point me in the direction of a solution. Thanks in advance, Zoltan. ** z...@gl1:/mnt/gm0_sd

Re: [gdal-dev] Reading a single pixel from multiple bands at the same time in python

2010-02-24 Thread Ivan Lucena
Ben, Another alternative a little bit more flexible is to use ReadRaster() specifying your query window (1x1 or more), the automatic data type conversion and the list of bands you are querying from. I guess it wrapper RasterIO directly. Note that the resulting buffer will be binary, not a nump

Re: [gdal-dev] Converting GEOS to Gtiff lat/lon

2010-02-24 Thread Kim Besson
Greetings I have used the same dataset from MSG and I got the same error. I thought that maybe it has something to do with my coordinates but using your command Using command: dal_translate -of GTiff -a_srs "+proj=geos +lon_0=0.0 +h=35785831 +x_0=0.0 +y_0=0.0" -a_ullr -924124.2 5421728.5 4179561.

Re: [gdal-dev] Re: Add GCP's to a file

2010-02-24 Thread Kim Besson
Thanks Mr Paulsen and Jukka Ok I tried the command and it seemed to work :) Thanks By the way, if my image has no Coordinates system and my GCPs corresponds to a certain projection/coordinate system, How I define now the coordinate system in which that data is? Thank you > > 2010/2/22 Gaige

Re: [gdal-dev] ogrinfo with remote KML-urls

2010-02-24 Thread Stephan Holl
Hello Mateusz, Frank, thanks for your elaborated answers. This confirmes what I thought. So the changes Frank suggested in this thread seem to work also for KML when it will be done in a future release of gdal. In the meanwhile I will wrap the ogr-call in a wrapper who does the curl-stuff. If yo