Re: [Geotools-devel] ArcSDE raster suppor refurbished, concept check and call for review

2009-02-11 Thread Saul Farber
Gabriel, I think the move to JAI is *awesome*.  I haven't looked at the code specifically yet, but I really like that you've offloaded the implementation details that can be handled by JAI to code that doesn't need to be supported inside geotools. There's a little on the LZERO_ORIGIN_TILE par

Re: [Geotools-devel] ArcSDE GCE may go JAI

2009-02-03 Thread Saul Farber
> I understand. My approach is as follows > > - we pick up the correct pyramid level before issueing the request > just as its being done now, then instruct JAI to request always the > image at index 0. this allows a single query to carry over all the > tiles for the chosen level, and jai sees it

Re: [Geotools-devel] ArcSDEPyramid

2009-01-23 Thread Saul Farber
Gabriel, I think level zero (the "base" level of a raster) is i ==0 Level one (the "next up" level of a raster) is sometimes skipped because it's only 1/4 the size, and on-the-fly interpolation of the interesting area can be faster than the space saved by the level-one pyramid area. I could be w

Re: [Geotools-devel] ArcSDEPyramid

2009-01-23 Thread Saul Farber
Gabriel, That sounds 100% fine to me. --saul Gabriel Roldan wrote: btw, I'm moving the ArcSDEPyramid and ArcSDEPyramidLevel classes from the org.geotools.arcsde.gce package to the org.geotools.arcsde.gce.imageio package as I think they better fit there. Otherwise we end up with cyclic d

Re: [Geotools-devel] ArcSDE command queue backport and switch on trunk

2008-06-06 Thread Saul Farber
Gabriel, I totally understand that the command-queue stuff needs to move forward. I'm willing to put some time into the gce stuff, but it would be great if the gce tests were doing everything the are supposed to be doing (namely, telling us whether or not the build is working!) Then we could

[Geotools-devel] ArcSDE sde-managed rowid columns, NSTRING column types and connection pools

2008-06-02 Thread Saul Farber
Hey gabriel, jody (and others interested in the arcsde datastore!) I've been working through a local fire here on my end with a partially successful upgrade from sde 9.1 to sde 9.2, and I've run into a few weirdnesses with the latest geoserver 1.6.x (geotools 2.4.x) releases. 1) It seems that

[Geotools-devel] maven 2.0.9 and 'cascaded' pom.xml profile version expansion

2008-05-30 Thread Saul Farber
Whew, that's a mouthful. So I found a bug/issue with maven 2.0.9 today. I have the following pom structure: geoserver/web/pom.xml -> triggers profile to include gt-arcsde/datastore/pom.xml in gt-arcsde/datastore/pom.xml a profile is activated to include an extra jar in the 'include that extr

Re: [Geotools-devel] ArcSDE state of play, some mistakes due to new feature model handling of Date converations

2008-04-29 Thread Saul Farber
> About date.. Saul, is calendar really needed? I understand the binding should > be either Date or javax.sql.TimeStamp and Calendar provides just a proper way > to deal with dates, but its not a data object itself? > Two things: 1) calendar (confusingly) *is* a data object itself. It's a dat

Re: [Geotools-devel] ArcSDE state of play

2008-04-29 Thread Saul Farber
Cool. Glad you were able to get things testing jody. Re: arcsdepyramidtest -- yes, that's a problem. I'll get that fixed as soon as I'm back in front of my dev station (thursday). Re: the filter tests failing and the use of calendar...I'll reply to that email seperately. --saul On Fri, 2008-0

Re: [Geotools-devel] Dancing with pom.xml: next step

2008-04-21 Thread Saul Farber
Martin, Can you try it on your local copy and see if it works? Then if it all works with maven 2.0.9 and no pluginRepository sections, we can consider the question more fully...as there will be concrete benefits and costs. --saul On Sun, 2008-04-20 at 23:40 +0200, Martin Desruisseaux wrote: > A

[Geotools-devel] hudson is freaking cool

2008-04-18 Thread Saul Farber
Just a heads up to anyone who doesn't know: hudson is freaking cool. And it's great that TOPP hosts the public hudson build server for geotools. Thanks everyone at TOPP. I broke the build, and as I try to fix it, it's really valuable to be able to look at the remote maven output so easily. --sa

[Geotools-devel] [jira] Created: (GEOT-1776) versioned edit tests fail to run against ArcSDE 9.2

2008-04-18 Thread Saul Farber (JIRA)
Affects Versions: 2.5-M1 Environment: Client: arcsde 9.2 jars on linux Server: arcsde 9.2, oracle 10g on linux Reporter: Saul Farber Assignee: Gabriel Roldán Errors occur when running the Versioned tests in the ArcSDEFeatureStore test suite

Re: [Geotools-devel] RasterSymbolizer proposal (again :-) )

2008-04-17 Thread Saul Farber
I've read the proposal, and it looks really good to me. I'm trying to get rastersymbolizer-required raster types built into ArcSDE on trunk, so I'm really hoping that this proposal passes and I can get those working soon. All you PMC folks...vote! Let's get this one rolling. --saul On Thu, 20

Re: [Geotools-devel] FID into TXT Language (CQL Extension)

2008-04-16 Thread Saul Farber
Indeed. '#' can be troublesome in web requests (if not escaped properly). Also, it shouldn't matter what the "ID" character is in CQL ('@','#', etc.) as long as there is a way to 'escape' that character when it appears as a part of the query. I.e., if there's a '\#' character pair, then that's t

Re: [Geotools-devel] Project name template for eclipse:eclipse... does it work for you?

2008-04-16 Thread Saul Farber
andrea, this command worked for me on trunk in the last few days: mvn -Dmaven.test.skip -Declipse.projectNameTemplate="1.6.x-[artifactId]" eclipse:clean eclipse:eclipse could it be the 'eclipse.' in front of the projectNameTemplate? --saul On Wed, 2008-04-16 at 15:08 +0200, Andrea Aime wrote:

Re: [Geotools-devel] Fun with arcsde session

2008-04-15 Thread Saul Farber
Jody, Sorry to be so silent as you and Gabriel work through the arcsde issues. I'm not sure what to make of these errors. It could be that someone has arcmap open and has that layer locked that way. However, when the arcsde plugin dies in the middle of a test (say with one of those SeExceptions

[Geotools-devel] ArcSde class name standardization

2008-04-04 Thread Saul Farber
Hey gabriel (and anyone else interested), Do you think we should go with "ArcSdeXXX" or "ArcSDEXXX" for class names? Also, when should that prefix be applied, and when shouldn't it? For example, we've got the following classes: FidReader.java SdeRow.java Should these be "ArcS{de,DE}FidReader" a

Re: [Geotools-devel] Asking for feedback on SLD RasterSymbolizer support

2008-04-03 Thread Saul Farber
Simone, Martin, I'm actually butting up against this very issue right now. I've got a float-denominated elevation-model raster with values that are "geophysics" values, not image values. From what I can tell, in order to handle float-backed rasters, java wants the floats to be normalized (mapped

[Geotools-devel] [jira] Created: (GEOT-1751) Support single-band ArcSDE Rasters with no colormap and pixel type SeRaster.SE_PIXEL_TYPE_8BIT_U (1-byte grayscale rasters)

2008-03-20 Thread Saul Farber (JIRA)
URL: http://jira.codehaus.org/browse/GEOT-1751 Project: GeoTools Issue Type: Improvement Components: data arcsde Reporter: Saul Farber Assignee: Saul Farber Fix For: 2.5-M1 -- This message is automatically generated by

[Geotools-devel] [jira] Created: (GEOT-1750) Support ArcSDE Rasters with no colormap and pixel type SeRaster.SE_PIXEL_TYPE_32BIT_REAL (floating point rasters)

2008-03-20 Thread Saul Farber (JIRA)
://jira.codehaus.org/browse/GEOT-1750 Project: GeoTools Issue Type: Improvement Components: data arcsde Reporter: Saul Farber Assignee: Saul Farber Fix For: 2.5-M1 -- This message is automatically generated by JIRA. - If you think it

[Geotools-devel] [jira] Created: (GEOT-1744) Support ArcSDE Raster Catalogs made up of any supported raster storage type

2008-03-18 Thread Saul Farber (JIRA)
Type: New Feature Components: data arcsde Reporter: Saul Farber Assignee: Saul Farber Fix For: 2.5-M1 We should be able to support raster catalogs (raster tables with multiple rasters in them) for any raster type that we already support. This JIRA is

[Geotools-devel] [jira] Created: (GEOT-1743) Support ArcSDE Rasters with colormap and pixel type SeRaster.SE_PIXEL_TYPE_8BIT_U

2008-03-18 Thread Saul Farber (JIRA)
Issue Type: New Feature Components: data arcsde Reporter: Saul Farber Assignee: Saul Farber Fix For: 2.5-M1 This issue is to track support for 1-byte colormapped rasters stored in ArcSDE -- This message is automatically generated by JIRA. - If

[Geotools-devel] building with jdk1.6.0_04 on linux-x86 fails in xsd-core module

2008-03-13 Thread Saul Farber
I think it's due to a conflict or bug in the included jaxb jars (in the 1.6.0 jdk distribution). Failure is in the XSQNameBindingTest test. Building with jdk 1.5.0_14 works like a charm. Anyone else have this problem? --saul ---

Re: [Geotools-devel] Maven group for dummy modules?

2008-03-13 Thread Saul Farber
Hmm, ok. I'll buy it. That makes sense to me. Can we (as you suggested, martin) roll this move into the whole "remove the gt2- prefix" change that we're doing later? --saul On Thu, 2008-03-13 at 20:44 +0100, Martin Desruisseaux wrote: > Saul Farber a écrit : > >

Re: [Geotools-devel] ArcSDE versioned tables

2008-03-13 Thread Saul Farber
Gabriel, Jody, Yes, I'm working with ArcSDE on trunk so I'll be sure to run the test suite. Also, gabriel: Justin was able to connect to SDE from geo without problem. Could it have been a general test failure (something leaving connections open and the pool running out) rather than a failure to

Re: [Geotools-devel] Maven group for dummy modules?

2008-03-13 Thread Saul Farber
Hey all, I'm a little hesitant to move the sde-dummy code away from the sde module. It is true that it's only used (currently) for building, but why does that mean that we should move it away from its current home? I guess I just think that the sde-dummy module isn't really of any general use, e

Re: [Geotools-devel] WMS Binding question

2008-03-04 Thread Saul Farber
Quote away! And feel free to refactor/copy into a post on your blog. I'd keep a blog, but it's hard enough to remember to eat during the day...let alone get content up into a blog! --saul On Tue, 2008-03-04 at 09:25 -0800, Jody Garnett wrote: > Thanks Saul; now if only you had a blog to post tha

Re: [Geotools-devel] WMS Binding question

2008-03-04 Thread Saul Farber
Good morning Jody, It took me about 3 days to get up to speed on the xml-xsd parser, and to implement bindings that read an xml document and generated the appropriate domain objects. I'll share my EXTREMELY LIMITED AND DEFINITELY INCOMPLETE/POSSIBLY INACCURATE analysis of what I've figured out fr

[Geotools-devel] missing .wkt files for ArcSDE tests?

2008-02-25 Thread Saul Farber
Hey gabriel, Any chance you've forgotten to commit the .wkt files referenced in GeometryBuilderTest.java? I'm trying to track them down, but can't seem to find them in geotools anywhere. Am I looking in the wrong spot? thanks much! --saul --

[Geotools-devel] online tests being run these days?

2008-02-21 Thread Saul Farber
Hey all, Are online tests being run these days? I assume that the hudson build server isn't running them as they're probably really extensive. I'd love to integrate the ArcSDE test suite into running online tests so we can get that feedback to the public list. If someone can let me know the set

[Geotools-devel] Still getting consistent test failure in org.geotools.xs.bindings.XSQNameBindingTest

2008-02-19 Thread Saul Farber
mvn -U clean install gives me a failure in that method. I cleared out every maven dependency of that module (xsd/core) and ran it again...same effect. anyone else seen this test failure? --saul - This SF.net email is spon

[Geotools-devel] Test failure on gt-trunk?

2008-02-06 Thread Saul Farber
I'm getting a test failure in org.geotools.xs.bindings.XSQNameBindingTest.java as of today (didn't happen yesterday) Anyone else seeing it? I poked around in the test a bit, but didn't see anything obvious. --saul - This S

Re: [Geotools-devel] RasterSymbolizer support on 2.4.x and trunk

2008-01-25 Thread Saul Farber
Simone, Cool, all your comments make much sense! Shall we hop on IRC and do a little planning breakout? I'm curious to know how I can be of the most help while getting the way the least amount! I'll hop on IRC real quick and post back whatever we work out. --saul On Fri, 2008-01-25 at 20:5

[Geotools-devel] RasterSymbolizer support on 2.4.x and trunk

2008-01-24 Thread Saul Farber
Hey all, I've opened http://jira.codehaus.org/browse/GEOT-1691 Attached to the JIRA are a tarball (to be unrolled from the root of your 2.4.x checkout directory) and a patchfile. Both are required parts of the changes. Anyone who has a chance to try out the patch and/or review the code would be

[Geotools-devel] [jira] Created: (GEOT-1691) Bring 2.4.x_rs (raster symbolizer) work back to 2.4.x and trunk

2008-01-24 Thread Saul Farber (JIRA)
Components: core coverage, core main, core render Reporter: Saul Farber Assignee: Saul Farber Attachments: rasterSymbolizer_support.patch, rastersymbolizer_support_files.tar.gz the 2.4.x_rs branch contains code for full(ish) RasterSymbolizer support in geotools

Re: [Geotools-devel] Test failures on 2.4.x

2008-01-24 Thread Saul Farber
ed by comments). > > * Tests again with th build snapshot. > > > > Let me know if it was helpful. > > Best regards, > Daniele > > > On Jan 24, 2008 5:59 PM, Saul Farber <[EMAIL PROTECTED]> wrote: > Hey all, > >

[Geotools-devel] Test failures on 2.4.x

2008-01-24 Thread Saul Farber
Hey all, I'm getting test failures in the org.geotools.referencing.operation.transform.WarpTransformTest class Any ideas? I thought it might be my local mods, but I've just checked out a clean copy of 2.4.x from svn, and the failures are there too. --saul -

Re: [Geotools-devel] Trunk branch or direct modifications

2008-01-24 Thread Saul Farber
re a pain, and it's easy to have stuff get left "out there" or get stressful at times when it's most needed. --saul On Thu, 2008-01-24 at 08:29 +0100, Andrea Aime wrote: > Saul Farber ha scritto: > > Can you maintain the OWS5-based changes as diffs? > > Hum...

[Geotools-devel] RasterSymbolizer support, and extension of SLDs RasterSymbolizer definitions...

2008-01-23 Thread Saul Farber
Hey all, I couldn't let Andrea get away with poking at standard SLD support in geotools all by himself! I'd also like to support a slight extension to the SLD spec, too. Specifically, the SLD spec only supports two "contrast enhancement" techniques for rasters. I'd like to also support some vari

Re: [Geotools-devel] Trunk branch or direct modifications

2008-01-23 Thread Saul Farber
Can you maintain the OWS5-based changes as diffs? Or can you promise to merge in changes from the trunk to your branch every day or something? --saul On Wed, 2008-01-23 at 20:35 +0100, Andrea Aime wrote: > Andrea Aime ha scritto: > > Hi guys, > > I need to make some some SLD experiments for the

[Geotools-devel] [jira] Created: (GEOT-1684) Support ArcSDE domains in the ArcSDE plugin

2008-01-22 Thread Saul Farber (JIRA)
Reporter: Saul Farber Assignee: Saul Farber Priority: Minor ArcSDE allows one to provide "human-readable" values for less-meaningful attribute values stored in a database. For example, you could have the value "1" in the short-integer column "ST_T

Re: [Geotools-devel] Hudson does not cover gt2 2.4.x and... guess what?

2008-01-21 Thread Saul Farber
Mea culpa! Sorry to make those commits and then disappear for a week's vacation. I'll double-check all this tomorrow in the morning when I'm in front of my dev environment. --saul On Tue, 2008-01-15 at 12:07 -0800, Justin Deoliveira wrote: > Ha... figures. This time around I decided not to set

Re: [Geotools-devel] Test failure in WorldImageWriterTest

2008-01-11 Thread Saul Farber
ndrea Aime <[EMAIL PROTECTED]> wrote: > > Martin Desruisseaux ha scritto: > > > Hello Saul > > > > > > Saul Farber a écrit : > > >> I've got a test failure in WorldImageWriterTest that I think I've > > >> isolated. You have a

[Geotools-devel] gt2-wms StreamingParser-based wmsv1_1_1 configuration committed to 2.4.x (not yet working on trunk)

2008-01-10 Thread Saul Farber
Hey all, I've committed a gt2-xml-xsd based wms v1_1_1 configuration/bindings to the 2.4.x geotools branch. It's not actually used by any internal code in geotools right now, but it's an option for anyone who is parsing WMS v1_1_1 capabilities documents and doesn't want to use the gt2-xml (GTXML)

[Geotools-devel] Test failure in WorldImageWriterTest

2008-01-10 Thread Saul Farber
Hey martin, I've got a test failure in WorldImageWriterTest that I think I've isolated. You have a second to hop on irc:#geotools and work through it with me? --saul - Check out the new SourceForge.net Marketplace. It's th

Re: [Geotools-devel] How to manage so many projects?

2007-12-12 Thread Saul Farber
sappeared, We had to manully edit the pom.xml. > > We need a stable environment, we don't want the code update break our > work every day. We need some advice on them. > > Thank you. > > On Dec 12, 2007 1:39 PM, Saul Farber <[EMAIL PROTECTED]> wrote: > > A reall

Re: [Geotools-devel] How to manage so many projects?

2007-12-11 Thread Saul Farber
A really important part of working with geotools/geoserver is to use maven's "eclipse:eclipse" plugin/goal. So start with nothing in your eclipse workspace (delete all projects you have in eclipse, but leave the svn checkout) Then do "mvn clean install" in the root geotools directory (optionally

Re: [Geotools-devel] What version of maven are you using?

2007-12-10 Thread Saul Farber
[EMAIL PROTECTED]:~> mvn -version Maven version: 2.0.7 Java version: 1.6.0_03 OS name: "linux" version: "2.6.22.13-0.3-default" arch: "i386" --saul On Mon, 2007-12-10 at 09:25 -0800, Jody Garnett wrote: > I did a quick poll on yahoo messanger and found that many developers are > using a version

[Geotools-devel] wms classes in org.geotools.ows.wms

2007-12-05 Thread Saul Farber
Hey all, So as I've been going through the (iterative) process of building bindings for WMS 1.1.1 using the streaming parser, I've come across a general question. Namely: How wedded is everyone to the classes and implementation in org.geotools.ows.wms? For example: WMSCapabilities.java isn't qu

Re: [Geotools-devel] How to generate a new xml-bindings parser configuration

2007-11-30 Thread Saul Farber
+Generator I've installed it into eclispe and the GTXML sub-menu shows up. We'll see how it goes from here. --saul On Fri, 2007-11-30 at 18:53 -0500, Saul Farber wrote: > Hey all, > > So I'd like to port the WMS client to use the XML-bindings parser (away > from the XDO

[Geotools-devel] How to generate a new xml-bindings parser configuration

2007-11-30 Thread Saul Farber
Hey all, So I'd like to port the WMS client to use the XML-bindings parser (away from the XDO parser). Partly this is a test of my own knowledge, and partly it's that I'm developing a client and I'd like to not have to bundle two sets of jars/parser-engines along with it. I assume that the gt2-x

Re: [Geotools-devel] schema '.xsd' file to FeatureType

2007-11-30 Thread Saul Farber
n the code and see if I can come up with anything. Also I'll ask Justin when he gets back (as this is largely his area of expertise/code, right?) --saul On Fri, 2007-11-30 at 12:51 -0500, Saul Farber wrote: > Hey all, > > So I know on some level that there's code to read a .X

Re: [Geotools-devel] schema '.xsd' file to FeatureType

2007-11-30 Thread Saul Farber
AXHandler schemaHandler = new XSISAXHandler(schemaLoc); > > > > reader.setContentHandler(schemaHandler); > > reader.parse(new InputSource(new > > URL(schemaLoc.toString()).openConnection().getInputStream())); > > > > FeatureType ft = > > GMLComplexTypes.createFea

Re: [Geotools-devel] schema '.xsd' file to FeatureType

2007-11-30 Thread Saul Farber
Loc.toString()).openConnection().getInputStream())); FeatureType ft = GMLComplexTypes.createFeatureType(schemaHandler.getSchema().getElements()[0]); --saul On Fri, 2007-11-30 at 12:51 -0500, Saul Farber wrote: > Hey all, > > So I know on some level that there's code to read a .XSD file

[Geotools-devel] schema '.xsd' file to FeatureType

2007-11-30 Thread Saul Farber
Hey all, So I know on some level that there's code to read a .XSD file and turn it into a FeatureType object (at minimum for GML2 there's the 'old' SAX parsing stuff in gt2-xml). My goal is something like this: FeatureType t = FeatureTypeFromSchema.readXSD(new File("myfeaturetype.xsd)); t.getNu

Re: [Geotools-devel] On the evil-ness of maven profiles in the ArcSDE module pom

2007-11-29 Thread Saul Farber
means we should be extra cautious about keeping the > dummy api binary compatible with the esri jars? > > cheers, > > Gabriel > On Thursday 29 November 2007 06:33:22 pm Saul Farber wrote: > > Hey all, > > > > A while ago there was this specific problem in buildin

[Geotools-devel] On the evil-ness of maven profiles in the ArcSDE module pom

2007-11-29 Thread Saul Farber
Hey all, A while ago there was this specific problem in building the arcsde datastore. The problem was: * if you were building the datastore in a DEFAULT way (i.e., not to actually use it, just to make sure it would compile) then you needed one set of jarfiles on your classpath. * if you were b

[Geotools-devel] unsupported/gt2-gml module fixes

2007-11-28 Thread Saul Farber
Hey all, I had occasion to try and help some folks serve a GML2 file as a datastore in geoserver today. I put together some fixes which are in a patch attached to http://jira.codehaus.org/browse/GEOT-1602 Anyone object to my commiting those fixes there? Anyone have production code running on th

[Geotools-devel] [jira] Created: (GEOT-1602) gml file-based datastore has issues reading annotation, documentation nodes and 'coord' elements

2007-11-28 Thread Saul Farber (JIRA)
/GEOT-1602 Project: GeoTools Issue Type: Bug Components: data gml Affects Versions: 2.4-RC1, 2.4.0 Reporter: Saul Farber Assignee: Saul Farber Fix For: 2.4-RC1 Attachments: gmlfile-broken-sample.zip, gt-gml-datastore.patch

[Geotools-devel] Logger.getAnonymousLogger() causes exception?

2007-11-14 Thread Saul Farber
Hey all (especially martin!) I parsed a heterogeneous featurecollection today. This caused line 220 of DefaultFeatureCollection.java to be run (http://svn.refractions.net/geotools/geotools/branches/2.4.x/modules/library/main/src/main/java/org/geotools/feature/DefaultFeatureCollection.java) When

Re: [Geotools-devel] Eclipse user volunter for testing "gt2-prefix-removal"?

2007-11-14 Thread Saul Farber
m. Other than that everything went fine. --saul On Wed, 2007-11-14 at 20:03 +0100, Martin Desruisseaux wrote: > Saul Farber a écrit : > > $ mvn -Declipse.projectNameTemplate="2.4.x-[artifactId]" eclipse:eclipse > > > > I'll be trying it out m

Re: [Geotools-devel] Eclipse user volunter for testing "gt2-prefix-removal"?

2007-11-14 Thread Saul Farber
Martin, I'm trying it out. By the way, there's no special mvn setup to get eclipse:eclipse working. It's a special -D option passed to eclipse:eclipse to get it to add a prefix to the project name. Like so: $ mvn -Declipse.projectNameTemplate="2.4.x-[artifactId]" eclipse:eclipse I'll be tryin

Re: [Geotools-devel] Bug in PostPreProcessFilterSplittingVisitor

2007-10-31 Thread Saul Farber
Ahh, the curse of the "willing to do it". Stefan, I've looked at your suggestions, and here are my thoughts: 1) I'm not sure I understand the changes well enough on this one, but if you could provide a patch using "svn diff" on the PPPFSV.java file, then I can review and give you the ok on this

Re: [Geotools-devel] Bug in PostPreProcessFilterSplittingVisitor

2007-10-31 Thread Saul Farber
to do in the next couple of days. > So I don't think, I will be able to finish any of the things I just > promised to do before the end of next week. I hope you can wait that > long. Otherwise someone else has to volunteer. > > cheers, > stefan > > > Saul Far

Re: [Geotools-devel] [Geoserver-devel] Alternate logging factory proposal ready for voting

2007-10-30 Thread Saul Farber
I really think this conversation needs to move to the IRC meeting. There are LOTS of things to say, and I can't send my emails fast enough to keep up with the changing discussion. 3:00. Be there or be square! --saul On Tue, 2007-10-30 at 14:30 -0400, Chris Holmes wrote: > > Andrea Aime wrote:

Re: [Geotools-devel] Bug in PostPreProcessFilterSplittingVisitor

2007-10-29 Thread Saul Farber
Ahh, the curse of the "willing to do it". Stefan, I've looked at your suggestions, and here are my thoughts: 1) I'm not sure I understand the changes well enough on this one, but if you could provide a patch using "svn diff" on the PPPFSV.java file, then I can review and give you the ok on this

[Geotools-devel] [jira] Created: (GEOT-1468) Make ArcSDE stop logging WARN messages before isAvailable() is called

2007-08-30 Thread Saul Farber (JIRA)
: Improvement Components: data arcsde Affects Versions: 2.4-RC0 Reporter: Saul Farber Assignee: Saul Farber See http://www.nabble.com/ArcSDE-and-DB2-always-produces-warnings-...-t4351884.html -- This message is automatically generated by JIRA. - If you think it was

[Geotools-devel] [jira] Created: (GEOT-1391) Support Histogram Contrast Stretching in GeoTools Rasters

2007-07-12 Thread Saul Farber (JIRA)
: core coverage Affects Versions: 2.4.0 Reporter: Saul Farber Assignee: Martin Desruisseaux Fix For: 2.5-M0 I'd like to support histogram-statistical contrast stretching on rasters, specifically in ArcSDE, but possibly as a general filter for GridCove

[Geotools-devel] [jira] Created: (GEOT-1387) Bring ArcSDE module to supported status

2007-07-11 Thread Saul Farber (JIRA)
Reporter: Saul Farber Assignee: Gabriel Roldán Fix For: 2.4.0 The ArcSDE module is ready for supported status. This task is to make sure it happens. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of

[Geotools-devel] [jira] Created: (GEOT-1354) Eliminate ArcSDE-testing requirement to have tables pre-created

2007-06-21 Thread Saul Farber (JIRA)
Components: data arcsde Reporter: Saul Farber Assignee: Gabriel Roldán Priority: Minor Fix For: 2.5.0 We should have the ArcSDE testing code create all the tables that it needs, rather than depending on pre-loading data. That way we can skip the

[Geotools-devel] [jira] Created: (GEOT-1268) Add a MapProjection.equivalent(MapProjection) method

2007-05-14 Thread Saul Farber (JIRA)
Reporter: Saul Farber Assignee: Martin Desruisseaux Priority: Minor A MapProjection.equivalent(MapProjection) method could performs a work similar to MapProjection.equals(Object), but check only for field values relevant to 'transform' and 'i

[Geotools-devel] [jira] Created: (GEOT-1220) Let the 'Logging' class be more useful to geotools library client code

2007-04-03 Thread Saul Farber (JIRA)
Issue Type: Improvement Components: core referencing Affects Versions: 2.4.M1, 2.4.M0, 2.3.0, 2.3.M0 Reporter: Saul Farber Assigned To: Martin Desruisseaux Attachments: Logging.patch The org.geotools.util.Logging class (coupled with the org.geotools.util.Com

Re: [Geotools-devel] Usage of WFS(WAS Re: PropertyAccess subsystem killing our rendering performance)

2007-02-12 Thread Saul Farber
> who is using geoserver as a WFS in production systems? Commonwealth of Massachusetts in the USA is. > > Is it as a "point of truth" or as a public usage data source (if the > latter, URLs anyone, and what is the basis of the "contract:" between > the provider and a client who has to interpr

Re: [Geotools-devel] Current build failure

2007-02-09 Thread Saul Farber
I removed my idiot hat, figured out that you have to explicitly declare dependencies between modules, fixed the pom and now it should work. --saul - Using Tomcat but need to do more? Need to support web services, security? G

[Geotools-devel] Current build failure

2007-02-09 Thread Saul Farber
Hey all, I'm a little stumped...what's up with the current continuum build failing? Here's the error message: /home/cruise/continuum-1.0.3/apps/continuum/working-directory/224/plugin/arcsde/datastore/test/org/geotools/arcsde/gce/ArcSDEGCReaderSymbolizedTest.java:[40,49] package org.geotools.re

Re: [Geotools-devel] [continuum] BUILD FAILURE: Geotools 2.3.x

2007-02-09 Thread Saul Farber
My bad. I forgot to update the dummy api to cover the newly used raster classes. Will be fixed shortly. --saul Continuum wrote: > http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/224/buildId/526 > > -

[Geotools-devel] ArcSDE raster support is commited on 2.3.x

2007-02-09 Thread Saul Farber
Gabriel, if there's anything you see that needs to be changed, please let me know, or just change it! All tests are passing on my end. Next up: getting all this work on trunk. --saul - Using Tomcat but need to do more? Nee

[Geotools-devel] Preliminary support for ArcSDE Rasters

2007-02-02 Thread Saul Farber
Hey all, So I'm finally wrapped up with a VERY alpha cut at ArcSDE Rasters. They're not committed to SVN yet, but they're in-sync with the latest 2.3.x revision. I've updated the ArcSDE Plugin page in confluence to mention them, and have linked it to a "status" page to track their eventual pro

[Geotools-devel] Online testing framework on 2.3.x?

2007-01-31 Thread Saul Farber
Hey all, Is the OnlineTestCase and related framework stuff in-place on 2.3.x, or is it a trunk-only thing? Working from here: http://docs.codehaus.org/display/GEOT/5.+7+Testing Just checking. thanks! --saul - Using Tomcat

Re: [Geotools-devel] commons-collections version

2007-01-22 Thread Saul Farber
Justin, > Gabriel: Is it an option to upgrade the commons-pool library to 1.3? I've bumped against the commons-pool-in-arcsde code lately (refactoring ArcSDE pooling for ArcSDE GCE support) and I didn't think there would be any problem with upgrading to commons-pool-1.3. So I did it (changed

Re: [Geotools-devel] udig trunk on trunk finding problems as grid coverage reader support changes?

2007-01-19 Thread Saul Farber
Jody, I think it's well understood that having most of the good coverage support/work on 2.3.x is unideal right now, but I'm surprised that you're just coming across this issue for the first time right now. As I understand it Simone and Alessio targeted 2.3.x back when 2.4.x was still a gleam

Re: [Geotools-devel] Any chance of an IRC chat tomorrow sometime?

2007-01-17 Thread Saul Farber
y the GridCoverageRenderer! sorry for any confusion. --saul Saul Farber wrote: > I've got some questions (hopefully quick!) about Category and > GridSampleDimension. Specifically about how I should create categories > for a stored photo...it's both geophysics (as in it is a

[Geotools-devel] Any chance of an IRC chat tomorrow sometime?

2007-01-17 Thread Saul Farber
I've got some questions (hopefully quick!) about Category and GridSampleDimension. Specifically about how I should create categories for a stored photo...it's both geophysics (as in it is actually what's on the ground) and it's the true sample values (as in it's actually what's in the coverage

Re: [Geotools-devel] Long-lived ImageReaders

2007-01-04 Thread Saul Farber
Jody Garnett wrote: > Saul Farber wrote: >> Jody Garnett wrote: >>> Saul this API (ImageReaders) kind of is what you want to make it to be; >> Or do you mean that the API as defined in modules/coverage (I think >> you referred to it as GCE below) is open-ended enoug

Re: [Geotools-devel] Long-lived ImageReaders

2007-01-04 Thread Saul Farber
Jody Garnett wrote: > Saul this API (ImageReaders) kind of is what you want to make it to be; Not quite sure what you mean here...do you mean that the javax.imageio.ImageReader class (the ImageReader I'm referring to below) is an open-ended enough API that one can write a new ImageIO plugin (an

[Geotools-devel] Long-lived ImageReaders

2007-01-04 Thread Saul Farber
Hey simone, (ccing geotools-devel for posterity) Quick question: when we chatted earlier I said that I was creating "short-lived" ImageReaders (err, ArcSDE raster ImageReader subclasses) and throwing them away from request to request, but in order to do that I'm discarding the ability of the

[Geotools-devel] Using ImageIO via JAI (vs. directly)

2006-12-29 Thread Saul Farber
Hey Simone, I've read through the ArcGrid raster example as well as other documentation, and I'm pretty clear on why and how to create an ImageIO plugin. It'll take a little "stretching" of the traditional semantics of the model to make it fit pulling images from a database, but it seems that

Re: [Geotools-devel] FeatureType equality (and troubles in JDBC land)

2006-12-28 Thread Saul Farber
> > Sure I can, but before I would like to have feedback from other people too. > I've been away from Geotools quite a bit of time and some things changed > in my absence, so I fear breaking stuff. Makes perfect sense to me. I figure if I bring it to your attention when you're also digging int

Re: [Geotools-devel] FeatureType equality (and troubles in JDBC land)

2006-12-28 Thread Saul Farber
Oh yeah, if you work out your issues on this by applying changes to ReTypeFeatureReader and DefaultAttributeType.equals(), can you also take a look at the patches attached to my JIRA issues and see if you can work them in too? thanks much! --saul Andrea Aime wrote: > Hi all, > I have a few que

Re: [Geotools-devel] FeatureType equality (and troubles in JDBC land)

2006-12-28 Thread Saul Farber
Andrea, I bumped against the ReTypeFeatureReader and FeatureType equality recently. I don't think my issues were quite as general as yours are, but here's what I came up with: http://jira.codehaus.org/browse/GEOT-1080 and http://jira.codehaus.org/browse/GEOT-1081 Here's the nabble thread: htt

Re: [Geotools-devel] ReTypeFeatureReader use

2006-12-20 Thread Saul Farber
But of course! This was really three bugs all rolled up into one, so I created three jiras, and attached testcases to two of them. ReTypeFeatureReaderTest is the one that addresses this thread. See http://jira.codehaus.org/browse/GEOT-1080 --saul Jody Garnett wrote: > Saul we must limp befor

[Geotools-devel] [jira] Created: (GEOT-1082) CRS is skipped when parsing inlineFeature SLD requests

2006-12-20 Thread Saul Farber (JIRA)
Affects Versions: 2.3.0, 2.3.M0, 2.3.1, 2.4.M0, 2.4.0 Reporter: Saul Farber Assigned To: James Macgill Fix For: 2.3.1, 2.4.M0, 2.4.0 Attachments: handleCRSOnInlineFeatures.patch, inlineFeatures.sld, SLDInlineFeaturesTest.java Just a straight-up bug

[Geotools-devel] [jira] Created: (GEOT-1081) Two GeometricAttributeTypes with different CRS should not be "equals()" to each other

2006-12-20 Thread Saul Farber (JIRA)
Project: GeoTools Issue Type: Bug Components: core feature Affects Versions: 2.3.0, 2.3.M0 Reporter: Saul Farber Fix For: 2.3.1 Attachments: differentCRSGeometricAttributeTypesAreDifferent.patch Consider two featureTypes: featureTypeA.getDefau

[Geotools-devel] [jira] Created: (GEOT-1080) ReTypeFeatureReader should support casting, as well as subsetting

2006-12-20 Thread Saul Farber (JIRA)
Components: core main Affects Versions: 2.3.0, 2.3.M0 Reporter: Saul Farber Assigned To: James Macgill Fix For: 2.3.1 Attachments: reTypeFeatureReaderCasting.patch, ReTypeFeatureReaderTest.java Ok, here's a re-thinking of this pr

Re: [Geotools-devel] Request commit access for Saul Farber

2006-12-20 Thread Saul Farber
Done and done. Confirming that I can commit to the ArcSDE module. --saul Gabriel Roldán wrote: > How about applying http://jira.codehaus.org/browse/GEOT-1025 on 2.3 and trunk > yourself? > > btw, welcome and god bless you for helping with this beast :) > > Gabriel >

Re: [Geotools-devel] ReTypeFeatureReader use

2006-12-20 Thread Saul Farber
Cool. Totally makes sense now. Feel a little stupid for reading "newType.numAtts() > oldType.numAtts" as "newType.numAtts() != oldType.numatts()" In any case, with a few fixes that I put into ReTypeFeatureReader, it does everything it used to do, and now covers a slightly more general case (

Re: [Geotools-devel] ReTypeFeatureReader use

2006-12-20 Thread Saul Farber
Ok, here's a re-thinking of this problem. ReTypeFeatureReader was really a "ReOrderFeatureReader" because it used the same "equals()" call to determine whether the featureTypes were really the same *and* to determine whether they were "compatible" or maybe "retype-able". So the question is, wh

[Geotools-devel] ReTypeFeatureReader use

2006-12-20 Thread Saul Farber
Hey all, I'm trying to fix InlineFeature support in Geoserver, and I tracked the problem down to a lack of CRS info on the created DataStore. Basically, the StreamingRenderer didn't know which CRS to use to render the inline-supplied data, so it didn't get rendered at all. Fixing up a few thin

Re: [Geotools-devel] Request commit access for Saul Farber

2006-12-20 Thread Saul Farber
Ok, then I'll confirm 90% right now, and confirm 100% that it works when I get a chance to commit something. --saul > > this latter, > --adrian >> --saul >> - Take Surveys. Earn Cash. Influence the Future of IT Join Source

Re: [Geotools-devel] Request commit access for Saul Farber

2006-12-20 Thread Saul Farber
Hmm...I can confirm receipt of emails, but having trouble confirming with a checkout. Is there a different SVN url for r/w checkouts of the gt tree? I tried the following, and it worked (which means something is wrong, right? My password isn't 'garbage' so it should have failed, no?) svn co

  1   2   >