[Geotools-devel] [jira] Created: (GEOT-3065) Complex features support for any attribute

2010-05-05 Thread Rini Angreani (JIRA)
Complex features support for any attribute --- Key: GEOT-3065 URL: http://jira.codehaus.org/browse/GEOT-3065 Project: GeoTools Issue Type: Bug Components: data app-schema Affects Version

Re: [Geotools-devel] GeoTools Information

2010-05-05 Thread Michael Bedward
Hello, I'm moving your post from the developer list to the GeoTools user list. > ---Is there any possibility to develope a geotools web based application? That's what GeoServer is: http://geoserver.org/display/GEOS/Welcome > ---If you have sample examples please forward to me. All of our curre

[Geotools-devel] Hudson build is back to normal: geotools-trunk #2645

2010-05-05 Thread Hudson
See -- ___ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lis

Re: [Geotools-devel] Proposed Mosaicing GeoRaster Module

2010-05-05 Thread Thelen, Bruce
Christian, Whereas it is possible to have multiple rows in a table where each row represents a different map, what we really need is to be able to mosaic more than one map together in this use case. Bruce E. Thelen bthe...@corelogic.com -Original Message- From: christian.muel...@nvoe.

[Geotools-devel] Build failed in Hudson: geotools-trunk #2644

2010-05-05 Thread Hudson
See Changes: [simonegiannecchini] working towards a pluggable tile catalog [simonegiannecchini] mosaic out of the build while we experiment a bit with it -- [...truncated 5323 lines...] Ma

Re: [Geotools-devel] Proposed Mosaicing GeoRaster Module

2010-05-05 Thread christian . mueller
Bruce,Baskar, and Steve, many questions, I will try to give good answers :-) It is not true that the table has only one row. Each row is a map. If your enterprise has 20 different maps, you have 20 records in this table. You can assign a different raster data table for each of this 20 rows.

Re: [Geotools-devel] Proposed Mosaicing GeoRaster Module

2010-05-05 Thread Steve Way
Hi Christian, I would also like to mention that in our experience, we have seen clients with large scale (1K by 1K tiles), national coverage raster datasets, which are updated every 6 weeks. In this scenario, AFAIK, creating a mosaic for the whole country is not optimum, as if only one tile ne

Re: [Geotools-devel] Proposed Mosaicing GeoRaster Module

2010-05-05 Thread Thelen, Bruce
Christian, If I read these instructions and the other documentation correctly, this module is only intended to work on an Oracle GeoRaster table that includes one row, is this correct? What if we have a dataset, such as a 1/3 arc second elevation grid from the USGS that will be extremely large

[Geotools-devel] [jira] Created: (GEOT-3064) DefaultFeatureResults may leave Feature reader open

2010-05-05 Thread Charles Ballance (JIRA)
DefaultFeatureResults may leave Feature reader open --- Key: GEOT-3064 URL: http://jira.codehaus.org/browse/GEOT-3064 Project: GeoTools Issue Type: Bug Components: data Affects Ve

Re: [Geotools-devel] Oracle GeoRaster Module Documentation

2010-05-05 Thread christian . mueller
About your questions 1) I am wondering about your yellow background. Could you make 2 breakpoints in class ImageComposerThread, method getStartImage(int) and getStartImage(BufferedImage img). What value do you see for the instance variable outputTransparentColor 2) Mulitple layers Looking at yo

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Michael Bedward
Cool ! Sounds like a plan :-) (don't let me forget) Michael On 5 May 2010 19:33, Andrea Aime wrote: > > That would be awesome. I'll put  some of my spare time to double check > the examples or proofread the docs. > > Cheers > Andrea -

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Andrea Aime
Michael Bedward ha scritto: > I can't do anything to help with this until next month, but perhaps at > that time we could put together a couple of relatively simple grid > coverage examples for the web site that cover creation, grid - world > coordinate conversion, working with sample dimensions, g

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Simone Giannecchini
Ciao Martin, see below --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder - Software Engineer Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39 0584983027 fax: +39 0584983027 mob:+39 333 8128928 http://www.geo-solutions.

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Michael Bedward
Ciao Simone, >> At some stage it would be great to get more of this stuff documented >> and possibly have some example apps. I must confess that a lot of it >> is still unknown territory to me. > You are right, although I have to admit that finding time for this is > challenging. How do you sugge

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Simone Giannecchini
Ciao Michael, please see below... --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder - Software Engineer Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39 0584983027 fax: +39 0584983027 mob:+39 333 8128928 http://www.geo-sol

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Simone Giannecchini
you can use gdalinfo to check the structure of the data and gdal_translate/gdalado to modify them easily. Simone. --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder - Software Engineer Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Simone Giannecchini
Ciao Martin, this is a snippet that can help I believe: http://pastebin.com/Zqb7jzBt It does show how to read and crop a coverage. See also below... --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder - Software Engineer Via Carignoni 51 550

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Michael Bedward
Hi Simone, At some stage it would be great to get more of this stuff documented and possibly have some example apps. I must confess that a lot of it is still unknown territory to me. Meanwhile, for Martin's case, if his GeoTiffs are tiled, then will the following get him a cropped coverage withou

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Simone Giannecchini
Ciao Michael, please read below... --- Ing. Simone Giannecchini GeoSolutions S.A.S. Founder - Software Engineer Via Carignoni 51 55041 Camaiore (LU) Italy phone: +39 0584983027 fax: +39 0584983027 mob:+39 333 8128928 http://www.geo-so

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Andrea Aime
Martin Tomko ha scritto: > Thanks Andrea, > I really don't know enough how the mechanisms work behind the scenes, > hence my question. > I understand that if you have a tiled source of coverage, only the > relevant tiles can be read. (btw, I only played with tiled tiffs a long > time ago - would

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Andrea Aime
Martin Tomko ha scritto: > Hi guys (Andrea *2, Michael ) > thanks for the hints. Indeed, the GridGeometry2D approach will not help > my case, but a similar approach should be somehow possible. > > IN fact, if it was possible to read the current envelope of the geotiff > in without the actual ras

Re: [Geotools-devel] Oracle GeoRaster Module Documentation

2010-05-05 Thread ba...@geotools
Hi Christian, I have found few bugs today when I checked against with my sample data's. 1. In openlayers window, I am getting yellow color in no data area. See the attached word document. 2. The plugin does not seem to work well with other layers in the same request. If you are using the def

Re: [Geotools-devel] javadoc updates

2010-05-05 Thread Michael Bedward
Hi Jody, Ben, I think my brain hurts :-) I agree that we need to talk to Ben (code for "it's his fault") but in the short term I'll just leave defer any fiddling with the terminology in the javadocs for DataStore etc. Michael On 5 May 2010 17:27, Jody Garnett wrote: > Ben should really enter t

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Michael Bedward
Hi Andrea, > If it is like you say I feel that is really a big missing piece that > we should fill in, even if for now with a "dirty" cropping of the > coverage. > I'd like to wait for Simone or Daniele to comment too but I certainly agree with you. The present arrangement of providing a GridGeom

Re: [Geotools-devel] javadoc updates

2010-05-05 Thread Jody Garnett
Ben should really enter this conversation :-) The app schema guys are the only ones who are experiencing this stuff Let me try - type name is used here: - DataAccess.getNames(): List - DataStore.getTypeNames(): String[] - DataAccess.getFeatureSource( name ); - DataStore.getFeatureSource( Stri

[Geotools-devel] Hudson build is back to normal: geotools-2.6.x #319

2010-05-05 Thread Hudson
See -- ___ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/list

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Andrea Aime
andrea antonello ha scritto: > Hi Michael, > I posted the same problem in the list for the ArcgridReader a couple > of days ago but got no answer. > I got it now. :) Doh, did not understand you were looking into cropping the coverage, sorry Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread andrea antonello
Hi Michael, I posted the same problem in the list for the ArcgridReader a couple of days ago but got no answer. I got it now. :) So for most readers: GeneralParameterValue[] readParams = new GeneralParameterValue[1]; Parameter readGG = new Parameter( AbstractGridFormat

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Andrea Aime
Michael Bedward ha scritto: > Hi Martin, > >> Yes, I know about gdal, but I wanted a fully automated solution within >> geotools. > > Simone is the guru for this but I'm not sure that there a GeoTools > only solution exists at the moment. > > What would be nice is if the GeoTiffReader accepted a

Re: [Geotools-devel] [Geotools-gt2-users] reading (geo)TIFF within a given bbox (Envelope)

2010-05-05 Thread Michael Bedward
Hi Martin, > Yes, I know about gdal, but I wanted a fully automated solution within > geotools. Simone is the guru for this but I'm not sure that there a GeoTools only solution exists at the moment. What would be nice is if the GeoTiffReader accepted a parameter for the envelope to read (either