[gdal-dev] ocr(opus) and ogr

2013-05-05 Thread Carlo A. Bertelli (Charta s.r.l.)
hello, I had a fairly clean map with street codes, a very good candidate for optical character recognition, so I tried to recognize it with some of the available ocr engines and applications, just to try what if. To my surprise, ocropus (https://code.google.com/p/ocropus/) got something useful. It'

[gdal-dev] [GMT4] Messy little problem between GMT4, GDAL 1.9.2 and ArcGIS 10

2013-05-05 Thread John Helly
Hi. A few years ago I had a problem with GMT/GDAL interactions such that the GMT netCDF files were reflected when read into Qgis (for example). This was worked around by running it through 'gdal_translate -of GMT'. There was also a discussion about this being a bug in something in GDAL (since

Re: [gdal-dev] GDAL Raster Attribute Tables.

2013-05-05 Thread Even Rouault
Le dimanche 05 mai 2013 05:01:17, Sam Gillingham a écrit : > Hi Even, Frank etc, > > I have updated the RFC to incorporate the comments from this thread. > > http://trac.osgeo.org/gdal/wiki/rfc40_enhanced_rat_support > > Let me know if there is anything else that needs to be addressed, or if I >

Re: [gdal-dev] Metadata in OGR classes?

2013-05-05 Thread Even Rouault
Le dimanche 05 mai 2013 16:57:05, Ari Jolma a écrit : > Hi, > > On the GDAL side there is the MajorObject class, which adds metadata to > GDAL classes and objects like Datasets. On OGR side there is no such > thing, AFAIK. Some OGR classes have a TestCapability method, which can > in principle sup

[gdal-dev] Metadata in OGR classes?

2013-05-05 Thread Ari Jolma
Hi, On the GDAL side there is the MajorObject class, which adds metadata to GDAL classes and objects like Datasets. On OGR side there is no such thing, AFAIK. Some OGR classes have a TestCapability method, which can in principle support arbitrary capabilities, but there is no method, which wo