Daniele, do you think its possible to add the File extensions, that are supported by GDAL and imageio-ext can delivered by imageio-ext GDALImageReaderSpi's (suffixes) in the future? How is the lead of this project at geosolutions to get it in? It would be much easier for clients if these suffixes are provided and if the API would have direct access via BaseGDALGridFormat ála
BaseGDALGridFormat.getSupportedFormats() which delegates to the internal GDALImageReaderSpi What do you think? Thanks for your support! Frank all supported File extensions currently hard coded in uDig GDALFormatProvider (see static block started at line 73 : https://github.com/uDig/udig-platform/blob/157d5d3c6db42f6c013ea54aededde9fa74d046c/plugins/net.refractions.udig.catalog.imageio/src/net/refractions/udig/catalog/imageio/internal/GDALFormatProvider.java#L73) 2012/1/27 Daniele Romagnoli <[email protected]>: > Hi Frank. > > On Wed, Jan 25, 2012 at 8:56 PM, Frank Gasdorf <[email protected]> > wrote: >> >> Daniele, hello List >> >> Daniele, Thanks for the link you provided. >> >> In case you haven't seen the pull request for the GDAL format stuff, >> please have a look at the pull request : >> >> https://github.com/uDig/udig-platform/pull/95 >> >> Could you please review the code and comment the pull request. > > > It's very long time I don't check the udig code. > I have a lot of deadlines these days. However, I can try to find some spare > time the next week and start taking a look on it. > Just reading again (right now) the pull request, I see Jody already provided > some help. > Do you still need any clarification/answer from me? > > Please, let me know. > Best Regards, > Daniele > > > > >> >> I guess >> you have several hints how to access imageio-ext classes. The major >> changes are within the GDALFormatProvider class, where the formats are >> collected. >> >> Do you know an easier way to access the file extensions from >> BaseGDALGridFormat that to use java reflections? Is there a way to >> push the supported extensions to the imageio-ext project, I guess this >> could be an improvement for geotools as well ;) >> >> Feedback is warmly welcome! >> Cheers, >> Frank >> >> PS: created an issue to track: https://jira.codehaus.org/browse/UDIG-1878 >> >> >> >> 2012/1/24 Daniele Romagnoli <[email protected]>: >> > Daniele >> > > > > -- > ------------------------------------------------------- > Ing. Daniele Romagnoli > GeoSolutions S.A.S. > Software Engineer > > Via Poggio alle Viti 1187 > 55054 Massarosa (LU) > Italy > > phone: +39 0584 962313 > fax: +39 0584 962313 > > http://www.geo-solutions.it > http://geo-solutions.blogspot.com/ > http://www.youtube.com/user/GeoSolutionsIT > http://it.linkedin.com/in/danieleromagnoli > > > ------------------------------------------------------- > _______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
