Re: [gdal-dev] S57 update (was: (no subject))

2012-10-12 Thread Nikhil Sai Parupalli
Hey , This was the check i was referencing to For record updates for feature/vector updates, check that if it is  DELETE: the record does not contain further fields, or  MODIFY/INSERT: the record contains more information about the update. Could you understand something about this... Thanks

[gdal-dev] Data Set Parameter -reg

2012-10-12 Thread Nikhil Sai Parupalli
Hi, Can any one help me out how to get Data Set Parameter [DSPM] fieldfor S57dataset into application using GDAL. Do i need to change any system variables. Thanks and Regards Nikhil Sai Parupalli Note: Do not print this email until and unless it is really required. Save paper , stay

Re: [gdal-dev] Problem with Gdal/ogr Java

2012-10-12 Thread Stefan Moebius
Just for the record, it is not sufficient to have the DLL in the class path (actually this is not required at all). The DLLs need to be on the application's search path. The details can be found here: http://www.chilkatsoft.com/java-loadLibrary-Windows.asp Regards, Stefan -Original

[gdal-dev] Testing dataset

2012-10-12 Thread xavier lhomme
Hi Is there a free data set that can be downloaded in order to check the compliance or the conformance of a geographic software (something like Geocapi) ? I found a dataset for testing the NITF driver : www.gwg.nga.mil/ntb/baseline/software/samplefile.html. xav

[gdal-dev] C# Bindings: RasterizeLayer

2012-10-12 Thread CABO
I am trying to use the OSGeo.GDAL.Gdal.RasterizeLayer(...) and it requires some SWIGTYPE parameters. Reading up on some old mails somewhere regarding ReadRaster and WriteRaster, Tamaz states that methods requesting SWIGTYPE parameters, cannot be used (yet). Does this mean that the

[gdal-dev] Open Source GIS Raster Viewer

2012-10-12 Thread kishore Borra
Hi All, we are implementing support of elevation processing of various raster images in a standalone desktop Viewer using opensource. we are using GDAL library to support performing various operations like hillshade, slope, aspect map color coded relief. I would like to know your suggestions

Re: [gdal-dev] Open Source GIS Raster Viewer

2012-10-12 Thread Nikhil Sai Parupalli
Hey Kishore, We can use DotSpatial library that provides Map control wjer we can display map and ot has standard ZoomIn,ZoomOut ,PAN etc... I am using the same in my application which is working fine. Thanks and Regards Nikhil Sai Parupalli Note: Do not print this email until and unless it

Re: [gdal-dev] Open Source GIS Raster Viewer

2012-10-12 Thread Siebe Bosch
Hi Kishore, You can also use the Mapwindow OCX map control. Here's a link to some tutorials that cover the use of this library http://www.mapwindow.org/tutorials/ Kind regards, Siebe Bosch On 12-10-12 15:21, Nikhil Sai Parupalli wrote: Hey Kishore, We can use DotSpatial library that

[gdal-dev] Combine aerial images

2012-10-12 Thread Frank Broniewski
Hi, I have a directory with appr. 2800 aerial images, each 1kmx1km. I'm using this source for a Mapserver WMS layer. Unfortunately the amount of data to process is way too much for a Mapserver WMS service. Now I want to create larger overview images where the aerial images are combined

Re: [gdal-dev] Open Source GIS Raster Viewer

2012-10-12 Thread Tyler Mitchell
I'd recommend the OSSIM platform which as various additional image processing utilities that you will find useful. If you just need desktop GIS viewing functionality, I suggest QGIS which will read all GDAL image formats fine and provide all of what you talk about. Tyler

Re: [gdal-dev] Open Source GIS Raster Viewer

2012-10-12 Thread Brent Fraser
Hey Tyler! OSSIM can be a heavy (but useful) raster toolkit, as can OTB. I think there is room in the FOSS4G world for a small GUI app to do raster operations, basically supplying a GUI to gdalwarp, gdal_translate, etc. Kinda like ogr2gui (http://www.ogr2gui.ca) but for raster... Best

[gdal-dev] GDAL 1.9.2 not detecting options in ./configure

2012-10-12 Thread Eduardo Kanegae
hello, I'm on CentOS 6.2 x86_64 trying to configure GDAL 1.9.2 but there's some options of configure not beeing set, even on explicit cases (like --with-mydep ). If I try only: ./configure # without any params I get the following conf report: *** LIBTOOL support:

Re: [gdal-dev] GDAL 1.9.2 not detecting options in ./configure

2012-10-12 Thread Even Rouault
Any tips? I haven't looked at all details, but most of the weirdness you see when expliciting options is due that --with-bla (contrary to --with-bla-lib) requires to just specify the installation prefix, and not prefix/lib. Except when it is documented that it must point to

Re: [gdal-dev] Combine aerial images

2012-10-12 Thread Nikolaos Hatzopoulos
put a second server and have the 1400 image to the one and the other 1400 to the other :) -- Nikos On Fri, Oct 12, 2012 at 8:00 AM, Frank Broniewski b...@metrico.lu wrote: Hi, I have a directory with appr. 2800 aerial images, each 1kmx1km. I'm using this source for a Mapserver WMS layer.