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

2012-10-13 Thread Antonio Valentino
Hi Kishore, Il giorno 12/ott/2012, alle ore 14:52, kishore Borra ha scritto: > Hi All, > > we are implementing support of elevation processing of various raster images > in a standalone desktop Viewer using opensource. I'm very interested, is it an opensoirce project? URL? > we are using GD

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

2012-10-13 Thread Jukka Rahkonen
Brent Fraser geoanalytic.com> writes: > > > 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_translat

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 Re

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 http://trac.osgeo.org

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

2012-10-12 Thread Siebe Bosch
Green *From:* gdal-dev-boun...@lists.osgeo.org [gdal-dev-boun...@lists.osgeo.org] on behalf of kishore Borra [kishorebo...@gmail.com] *Sent:* Friday, October 12, 2012 6:22 PM *To:* gdal-dev@lists.osgeo.org *Subject:* [gdal-dev] Open S

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

2012-10-12 Thread Nikhil Sai Parupalli
Source GIS Raster Viewer 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

[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 o