[OSGeo-Discuss] OpenStreetMap im Rheinland and deegree day on May 26th/27th 2009

2009-05-13 Thread Judit Mays
Dear OSGeo community, in two weeks time the 4th deegree day will take place in Bonn, Germany. For the first time, this years deegree day will be co-hosting a regional OpenStreetMap conference. Detailed information on the two-day-programme can be found at

[OSGeo-Discuss] Open Source Library For ECW Conversion

2009-05-13 Thread Landon Blake
I'm looking for an open source library that will allow me to convert ECW images into a more common format like JPG or TIFF. I'd love it if there were something in Java, but I'm not running across anything via search engine query so far. I could probably work with a library written in Python,

Re: [OSGeo-Discuss] Open Source Library For ECW Conversion

2009-05-13 Thread Simone Giannecchini
You can use geotools with the gdal plugin, see: http://docs.codehaus.org/display/GEOTDOC/ImageIO-EXT+GDAL+Plugin http://docs.codehaus.org/display/GEOTOOLS/ImageIO-EXT+GDAL Simone. --- Ing. Simone Giannecchini GeoSolutions S.A.S. Owner -

[OSGeo-Discuss] Anyone know how long the imageio-ext web site has been down?

2009-05-13 Thread Landon Blake
https://imageio-ext.dev.java.net/ Is it just today, or has the site been down for a while? Landon Warning: Information provided via electronic media is not guaranteed against defects including translation and transmission errors. If the reader is not the intended recipient, you are

Re: [OSGeo-Discuss] Open Source Library For ECW Conversion

2009-05-13 Thread Daniel Morissette
Landon Blake wrote: I’m looking for an open source library that will allow me to convert ECW images into a more common format like JPG or TIFF. I’d love it if there were something in Java, but I’m not running across anything via search engine query so far. Sounds like a job for

RE: [OSGeo-Discuss] Open Source Library For ECW Conversion

2009-05-13 Thread Landon Blake
Daniel, I think this would do the trick. I know just enough shell scripting to be dangerous, but I think that I could pull this off. I appreciate the suggestion. Landon Office Phone Number: (209) 946-0268 Cell Phone Number: (209) 992-0658 -Original Message- From:

Re: [OSGeo-Discuss] Anyone know how long the imageio-ext web site has been down?

2009-05-13 Thread Daniele Romagnoli
Hi Landon, it seems that the whole dev.java.net is actually down. No projects hosted at dev.java.net seem actually reachable. (jai_imageio, imageio, imageio-ext, ...). Regards, Daniele On Wed, May 13, 2009 at 5:08 PM, Landon Blake lbl...@ksninc.com wrote: https://imageio-ext.dev.java.net/

RE: [OSGeo-Discuss] Anyone know how long the imageio-ext web site hasbeen down?

2009-05-13 Thread Landon Blake
Thanks. Landon Office Phone Number: (209) 946-0268 Cell Phone Number: (209) 992-0658 From: discuss-boun...@lists.osgeo.org [mailto:discuss-boun...@lists.osgeo.org] On Behalf Of Daniele Romagnoli Sent: Wednesday, May 13, 2009 8:22 AM To: OSGeo

Re: [OSGeo-Discuss] Open Source Library For ECW Conversion

2009-05-13 Thread Tyler Mitchell (OSGeo)
The gdal_translate command line app should do it for you, as long as it supports the ECW reading. On 13-May-09, at 7:41 AM, Landon Blake wrote: I’m looking for an open source library that will allow me to convert ECW images into a more common format like JPG or TIFF. I’d love it if there

Re: [OSGeo-Discuss] Anyone know how long the imageio-ext web site hasbeen down?

2009-05-13 Thread Daniele Romagnoli
Hi, Now, also imageio-ext is up :) Daniele On Wed, May 13, 2009 at 6:11 PM, Dr. Andreas M?üller a...@chromgruen.comwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, at least https://openjfx.dev.java.net/ is up but this doesn't help you, does it? Andreas Landon Blake schrieb:

Re: [OSGeo-Discuss] Open Source Library For ECW Conversion

2009-05-13 Thread Tamas Szekeres
GDAL has working SWIG bindings for Java and you could do the same as gdal_translate is doing by using the SWIG API. Some examples about how to use the java bindings can be found in the GDAL source tree: http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/java/apps Best regards, Tamas