I am trying to display our ArcSDE JPEG 2000 orthophotography raster layers with GeoServer. Our ArcSDE Raster Layer is loaded with JPEG2000 compression to save space (we were using LZW77 before) and is 8bit unsigned. I can't find anything except the stack trace message that says the ESRI ArcSDE Java API doesn't support JP2. The GDAL folks make is sound like they support it (through the ESRI ArcSDE C API).
http://www.gdal.org/frmt_sde.html I know Gabriel is working on ArcSDE raster support. Is JP2 part of that work? Thanks again, Jared Simone Giannecchini-2 wrote: > > Ciao Jared, > just out of curiosity, what are you trying to achieve? > I am not 100% sure that the couple arcsde + jpeg2000 is the best > choice. I might try to give an alternative path. > > Simone. > ------------------------------------------------------- > Ing. Simone Giannecchini > GeoSolutions S.A.S. > Owner - Software Engineer > Via Carignoni 51 > 55041 Camaiore (LU) > Italy > > phone: +39 0584983027 > fax: +39 0584983027 > mob: +39 333 8128928 > > > http://www.geo-solutions.it > http://simboss.blogspot.com/ > http://www.linkedin.com/in/simonegiannecchini > > ------------------------------------------------------- > > > > On Tue, Mar 3, 2009 at 8:51 PM, jericks <[email protected]> wrote: >> >> Hello! >> >> I am trying to use GeoTools' ArcSDE raster (2.5.3) support to display >> some >> of our orthophotos in GeoServer (1.7.2), but I am getting the following >> error: >> >> ERROR [imageio.ArcSDERasterReader] - INVALID COMPRESSION TYPE. >> >> ArcSDE Error Number : -316 >> Error Description : INVALID COMPRESSION TYPE. >> Extended Error Description : JP2 compression type not yet supported >> Extended Error Description : JP2 compression type not yet supported >> >> com.esri.sde.sdk.client.SeException: JP2 compression type not yet >> supported >> at com.esri.sde.sdk.client.SeRasterTile.a(Unknown Source) >> at com.esri.sde.sdk.client.f.a(Unknown Source) >> at com.esri.sde.sdk.client.k.C(Unknown Source) >> at com.esri.sde.sdk.client.SeRow.getRasterTile(Unknown Source) >> at >> org.geotools.arcsde.gce.imageio.ArcSDERasterReader.read(ArcSDERasterReader.java:277) >> at >> org.geotools.arcsde.gce.ArcSDERasterGridCoverage2DReader.createCoverage(ArcSDERasterGridCoverage2DReader.java:440) >> at >> org.geotools.arcsde.gce.ArcSDERasterGridCoverage2DReader.read(ArcSDERasterGridCoverage2DReader.java:243) >> at >> org.vfny.geoserver.config.CoverageConfig.<init>(CoverageConfig.java:291) >> at >> org.vfny.geoserver.action.data.DataCoveragesNewAction.newCoverageConfig(DataCoveragesNewAction.java:106) >> at >> org.vfny.geoserver.action.data.CoverageStoresEditorAction.execute(CoverageStoresEditorAction.java:90) >> >> Does GeoTools support JPEG 2000 ArcSDE Rasters? >> >> Thanks, >> Jared Erickson >> -- >> View this message in context: >> http://n2.nabble.com/ArcSDE-Raster-support-JP2-tp2417526p2417526.html >> Sent from the geotools-gt2-users mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------------ >> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, >> CA >> -OSBC tackles the biggest issue in open source: Open Sourcing the >> Enterprise >> -Strategies to boost innovation and cut costs with open source >> participation >> -Receive a $600 discount off the registration fee with the source code: >> SFAD >> http://p.sf.net/sfu/XcvMzF8H >> _______________________________________________ >> Geotools-gt2-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users >> > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > > -- View this message in context: http://n2.nabble.com/ArcSDE-Raster-support-JP2-tp2417526p2418316.html Sent from the geotools-gt2-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
