Re: [gdal-dev] gdalwarp capability to output as netCDF format

2011-08-18 Thread Hendy Sumanto
Hi Chaitanya, Thanks for your quick response. I am actually referring to whether there is any work to solve this issue http://lists.osgeo.org/pipermail/gdal-dev/2010-September/026153.html where gdalwarp cannot directly output to netcdf for e.g. if I am doing gdalwarp -of netCDF -t_srs 'epsg:3112

Re: [gdal-dev] gdalwarp capability to output as netCDF format

2011-08-18 Thread Chaitanya kumar CH
Hendy, gdalwarp is a utility that uses the gdal library. It can read/write in netCDF format if the library is built with netCDF capability[1]. To check if your installation has that capability, use the command "gdalwarp --formats". [1]: http://www.gdal.org/formats_list.html On Fri, Aug 19, 2011

[gdal-dev] gdalwarp capability to output as netCDF format

2011-08-18 Thread Hendy Sumanto
Hi Everyone, Just wondering if there is work currently being done to add the capability to output as netCDF format into gdalwarp. Regards, Hendy -- Hendy Sumanto Software Developer Victorian Partnership for Advanced Computing (VPAC) Innovation Powered by Advanced Computing http://www.vpac.o

[gdal-dev] Re: gdal_translate wms error

2011-08-18 Thread symbian11
Thanks a lot, I guess something in my xml was probably wrong. It works now with yours. This was really quick help. I very much appreciate it. regards, Chris -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/gdal-translate-wms-error-tp6694505p6700635.html Sent from the GDAL

Re: [gdal-dev] Re: gdal_translate wms error

2011-08-18 Thread Even Rouault
Works perfectly for me with GDAL 1.8.0 and GDAL trunk if I try gdal_translate test_wms.xml out.tif -projwin 40.000 42 401000 419000 with the following test_wms.xml : 1.1.1 http://gis.lebensministerium.at/wmsgw/?key=891667a3d78028e816d30d3c3fd2298a&SERVICE=WMS Luftbild_1m

[gdal-dev] Re: gdal_translate wms error

2011-08-18 Thread symbian11
HI, I just managed to get a public access key enabled for one week. (The data is watermarked) So you may now try it with the following WMS address: http://gis.lebensministerium.at/wmsgw/?key=891667a3d78028e816d30d3c3fd2298a The desired layer is "Luftbild_1m" I am still not able to download anyt

Re: [gdal-dev] Mapinfo --> postgis db using ogr2ogr, failing to overwrite

2011-08-18 Thread Chaitanya kumar CH
Christian, Using the -overwrite option and -lco SCHEMA will not work in ogr2ogr. Refer to http://www.gdal.org/ogr/drv_pg.html for details. On Thu, Aug 18, 2011 at 5:07 PM, Chrishelring wrote: > Hi list, > > I´m trying to upload a Mapinfo table (grundejerforeninger.tab) to our > postgis db using

[gdal-dev] Mapinfo --> postgis db using ogr2ogr, failing to overwrite

2011-08-18 Thread Chrishelring
Hi list, I´m trying to upload a Mapinfo table (grundejerforeninger.tab) to our postgis db using ogr2ogr. The tabel should be located in the schema "rk_test" and could exist (e.g. the table should be replaced with the new one). I´m using ogr2ogr with the following: ogr2ogr.exe -overwrite -f "Postg

Re: [gdal-dev] Dump Shapefile into DB using ogr2ogr

2011-08-18 Thread Chaitanya kumar CH
Ingo, Use the -select option with an empty string in ogr2ogr [1]. ogr2ogr -select "" dest.shp src.shp [1]: http://www.gdal.org/ogr2ogr.html On Thu, Aug 18, 2011 at 3:53 PM, Ingo Weinzierl < ingo.weinzi...@intevation.de> wrote: > Hello GDAL community, > > I have already used GDAL to get informat

[gdal-dev] Dump Shapefile into DB using ogr2ogr

2011-08-18 Thread Ingo Weinzierl
Hello GDAL community, I have already used GDAL to get information about shapefiles or to insert a shapefile into a database. So, many thanks to all of you! Now, I've just tried to dump a shapefile into an existing table of a spatial database (PostGIS / Oracle) using ogr2ogr. Therefore, I need som

[gdal-dev] Re: gdal_translate wms error

2011-08-18 Thread symbian11
Hi, Now I tried it with a tiny area (10x10m), so it should be able to get the whole area with one call. I also reduced the MaxConnections to 1. I still get the same error. So it's probably not due to a server overload... regards, Chris -- View this message in context: http://osgeo-org.1803224.