Re: [gdal-dev] Shortening execution time of Python script

2009-09-18 Thread Roger André
So the problem is that ArcGIS Server is expecting the data to be ready (unzipped), but due to the large size of the data set, the unzip has not finished? Roger -- On Wed, Sep 9, 2009 at 3:54 AM, David Shi wrote: > I have a Python script that automatically downloads zip files containing > large

Re: [gdal-dev] problems with gdal_translate

2009-09-18 Thread Oz Nahum
Hi Jean-Claude, Thanks for your answer ! I would like still to find some things which are not clear to me. Any help would be appreciated. Since the horizontal resolution is 1483m/pixel and the vertical resolution > is 1391m/pixel, it is obvious that your cells are not square ! > Hi Jean, Thanks

Re: [gdal-dev] trunk/gdal/apps/ogrdissolve.cpp

2009-09-18 Thread Howard Butler
On Sep 18, 2009, at 1:43 AM, Hermann Peifer wrote: Hi, I see there is a potentially helpful utility for dissolving geometries at http://trac.osgeo.org/gdal/browser/trunk/gdal/apps/ogrdissolve.cpp But obviously, there is no related executable in GDAL 1.6.2 or 1.7.0dev. Are there any plans

Re: [gdal-dev] Recent Windows binaries?

2009-09-18 Thread Christopher Barker
Tamas Szekeres wrote: I've now reconfigured to port 80 either, it that helps: http://vbkto.dyndns.org/sdk/ yes, it does -- much easier, thanks! -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R(206) 526-6959 voice 7600 Sand Point Way N

Re: [gdal-dev] Cassini_Soldner warping using WGS84 GCPs is distorted

2009-09-18 Thread Frank Warmerdam
Martin Geng wrote: I have a city map in Cassini_Soldner projection with a separate file containing the Soldner coordinates of the 4 corners. I want to reproject it to WGS84 in order to render it e.g. with SharpMap and display some GPS positions. I have tried it with some different parameter setti

Re: [gdal-dev] Reading/Converting .GDB files ?

2009-09-18 Thread Felix Schalck
Thank you very much for the information. Looks like I'm stuck here, since I have no access to ArcGIS. The one thing I don't understand at all, is the idea behind distributing Data sponsored by Europe -eg public- money "freely" (there are limitations, though) in a non-free format you can only read w

[gdal-dev] (no subject)

2009-09-18 Thread Martin Geng
I have a city map in Cassini_Soldner projection with a separate file containing the Soldner coordinates of the 4 corners. I want to reproject it to WGS84 in order to render it e.g. with SharpMap and display some GPS positions. I have tried it with some different parameter settings of gdalwarp but

Re: [gdal-dev] Reading/Converting .GDB files ?

2009-09-18 Thread Frank Warmerdam
Felix Schalck wrote: Hello, I was looking for high quality river data to complete my topographic map, when somebody at the grass mailing list pointed me towards this site: http://desert.jrc.ec.europa.eu/action/php/index.php?action=view&id=23 The data is said to be of "ArcGis geodatabase" forma

RE: [gdal-dev] Reading/Converting .GDB files ?

2009-09-18 Thread Jason Roberts
Felix, That sounds like it is in ArcGIS "file geodatabase" format. As far as I know, OGR cannot read that format. OGR can read ArcGIS "personal geodatabase" format with the PGEO driver. If you know someone with ArcGIS, ask them to convert the file geodatabase to a personal geodatabase and then you

Re: [gdal-dev] Recent Windows binaries?

2009-09-18 Thread Tamas Szekeres
I've now reconfigured to port 80 either, it that helps: http://vbkto.dyndns.org/sdk/ Best regards, Tamas 2009/9/18 Christopher Barker > Tamas Szekeres wrote: > >> You may get the most recent versions compiled daily from the development >> and stable branches from this location >> http://vb

[gdal-dev] Reading/Converting .GDB files ?

2009-09-18 Thread Felix Schalck
Hello, I was looking for high quality river data to complete my topographic map, when somebody at the grass mailing list pointed me towards this site: http://desert.jrc.ec.europa.eu/action/php/index.php?action=view&id=23 The data is said to be of "ArcGis geodatabase" format. I downloaded the fil

Re: [gdal-dev] simple listing of layers by OGR

2009-09-18 Thread Yilmaz Arslanoglu
Frank, thank you very much for the answer. Yes, I use the "ogrinfo" application that comes with the FWTools installation. ( Thanks by the way for this wonderful set of tools ) For my own application, I just built the GDAL library with default configuration options, just changing the compiler vers

Re: [gdal-dev] problems with gdal_translate

2009-09-18 Thread Jean-Claude REPETTO
Oz Nahum wrote : I am trying to convert a tif with the following extents to an AAIGrid, with gdal translate. The tiff file has the following extent: (3366307.0, 1.0, 0.0, 5814845.0, 0.0, -1.0) and the following resolution 1483, 1391. This is really weired because the source code says, that this

Re: [gdal-dev] Any known issues with geoserver GDAL NITF plugin crashing Java in Geoserver?

2009-09-18 Thread Daniele Romagnoli
Hi, I have added the GeoServer mailing list to the CC since that type of issue could have been already encountered by the GeoServer people. Being the number of datasets composing your coverage, very high, making a pyramid could be an option. (Simone Giannecchini is working on some improvements on

[gdal-dev] problems with gdal_translate

2009-09-18 Thread Oz Nahum
Hi Everyone, I am trying to convert a tif with the following extents to an AAIGrid, with gdal translate. The tiff file has the following extent: (3366307.0, 1.0, 0.0, 5814845.0, 0.0, -1.0) and the following resolution 1483, 1391. When I run the following command I get the following error: oz...@ka