Re: [Geotools-devel] Finding the "best" jiras to solve

2010-03-13 Thread Andrea Aime
Michael Bedward ha scritto: > That's a nice idea. > > Do you know if other projects attach a maximum lifespan to unresolved > issues ? (although there doesn't seem to be an "expired" category - > "won't fix" is the closest) Mumble, nope, I cannot say I have encountered one. That said, the GeoSe

Re: [Geotools-devel] JDBC cleanup, getting rid of some old modules, deprecating others

2010-03-13 Thread Christian Müller
Yep, I know, the milestones use the new one, but the official version still uses the old one. Anyway, it does not work http://jira.codehaus.org/browse/UDIG-1604 I think I will try an Udig check out and look for the problems. Jody Garnett writes: > uDig is using DB2NGDataStoreFactory (curr

[Geotools-devel] [jira] Created: (GEOT-2986) RastertoVectorProcess doesn't update progress listener properly

2010-03-13 Thread Michael Bedward (JIRA)
RastertoVectorProcess doesn't update progress listener properly --- Key: GEOT-2986 URL: http://jira.codehaus.org/browse/GEOT-2986 Project: GeoTools Issue Type: Bug Affects Versi

Re: [Geotools-devel] process api?

2010-03-13 Thread Michael Bedward
On 14 March 2010 13:01, Jody Garnett wrote: > Ah that is just it - not supposed to run the process in the event thread :-) > I'm proud of my continuing ability to discover most of the mistakes that one can make with GeoTools. I'm using SwingWorker in the example now (not committed yet) and it's

Re: [Geotools-devel] process api?

2010-03-13 Thread Jody Garnett
Ah that is just it - not supposed to run the process in the event thread :-) Jody On 14/03/2010, at 12:51 PM, Michael Bedward wrote: > On 14 March 2010 12:44, Jody Garnett wrote: >> Still a useful example; may as well show all three ways of using. > > But the un-useful thing about it is that t

Re: [Geotools-devel] process api?

2010-03-13 Thread Michael Bedward
On 14 March 2010 12:44, Jody Garnett wrote: > Still a useful example; may as well show all three ways of using. But the un-useful thing about it is that the progress meter doesn't update properly because the process is hogging the event dispatch thread :-( Michael --

Re: [Geotools-devel] Finding the "best" jiras to solve

2010-03-13 Thread Michael Bedward
That's true. I was think more of issues that refer to modules or components that have been superseded or discontinued. I suppose I want a category like: "we have transcended this issue" :) Michael -- Download Intel® Para

Re: [Geotools-devel] process api?

2010-03-13 Thread Jody Garnett
Still a useful example; may as well show all three ways of using. Jody On 13/03/2010, at 10:41 PM, Michael Bedward wrote: > On 13 March 2010 19:15, Jody Garnett wrote: >> Interesting. >> >> The example shows using a Process in the current thread with a swing >> progress bar. >> > > No, that'

Re: [Geotools-devel] JDBC cleanup, getting rid of some old modules, deprecating others

2010-03-13 Thread Jody Garnett
uDig is using DB2NGDataStoreFactory (currently untested). Jody On 14/03/2010, at 1:57 AM, Christian Müller wrote: > Concerning the old db2 module. > > I think only UDIG is using the old db2 module, and it does not work > properly. I have never seen a complaint on the mailing list, and if some

Re: [Geotools-devel] Finding the "best" jiras to solve

2010-03-13 Thread Jody Garnett
If you just want the issue to go away - Mark as won't fix - and cite lack of volunteer interest / funding. That woudl be a suitable response to a feature request or wish. However if it is an actual issue it may be best to leave it open as it is documenting an issue/discussion a user may run into

Re: [Geotools-devel] Finding the "best" jiras to solve

2010-03-13 Thread Michael Bedward
That's a nice idea. Do you know if other projects attach a maximum lifespan to unresolved issues ? (although there doesn't seem to be an "expired" category - "won't fix" is the closest) Michael -- Download Intel® Parall

[Geotools-devel] Setting crs of a gdal coverage reader

2010-03-13 Thread Justin Deoliveira
Hi all, Playing with some mrsid files I have run into a situation in which the coordinate system of the data is not being read properly and is falling back onto 4326. This results from the fact that (a) i have no .prj file and (b) the referencing info is not encoded as metadata directly in the

[Geotools-devel] Finding the "best" jiras to solve

2010-03-13 Thread Andrea Aime
Hi, both in GeoTools and GeoServer we have piled up a significant number of open issues. How do we pick the ones to solve? Sometimes it's really hard. Voting on issues is not very common, and the few issues with many votes are usually associated to new features that would take significant time to

Re: [Geotools-devel] JDBC cleanup, getting rid of some old modules, deprecating others

2010-03-13 Thread Christian Müller
Concerning the old db2 module. I think only UDIG is using the old db2 module, and it does not work properly. I have never seen a complaint on the mailing list, and if somebody uses it, there should have been some because of errors. Big +1 for getting rid of the old module. Andrea Aime w

Re: [Geotools-devel] unsupported vs dumped

2010-03-13 Thread Simone Giannecchini
Suggestion, what if we separate concerns here and we split modules that are dying or that are zombies from modules that are being worked on or close to be supported? The apache foundation does something similar, we could use a similar approach. It might probably be easier to explain why somethin

Re: [Geotools-devel] process api?

2010-03-13 Thread Michael Bedward
On 13 March 2010 19:15, Jody Garnett wrote: > Interesting. > > The example shows using a Process in the current thread with a swing progress > bar. > No, that's just me being quick and sloppy... I'll fix that up. Michael --

Re: [Geotools-devel] JDBC cleanup, getting rid of some old modules, deprecating others

2010-03-13 Thread Andrea Aime
Jody Garnett ha scritto: > I think we may be able to mark the package-java with a @deprecated? Sounds nice but there is a crack, the same package is often used in various modules, with deprecated and non deprecated classes. Better find a way to say the module is deprecated. Moving in unsupported

Re: [Geotools-devel] unsupported vs dumped

2010-03-13 Thread Andrea Aime
Jody Garnett ha scritto: > I agree with the story aspect! Could we use the pom description to explain > what is going on? Process process... we already have enough that it's hard to make it respected. If people want to note somewhere about the history of a module that's fine, but I would leave i

[Geotools-devel] [jira] Created: (GEOT-2985) JDataStoreWizard is ugly when there are many connection parameters

2010-03-13 Thread Michael Bedward (JIRA)
JDataStoreWizard is ugly when there are many connection parameters -- Key: GEOT-2985 URL: http://jira.codehaus.org/browse/GEOT-2985 Project: GeoTools Issue Type: Improvement

Re: [Geotools-devel] process api?

2010-03-13 Thread andrea antonello
Thanks Jody, > Note that if you are using the in jgrass we should make a "processexecutor" > around the eclipse job mechanism (rather then Java threadpool). > I am on IRC if you would like to discuss such things ... In fact in JGrass we will use the OMS model chaining and execution mechanisms. I

Re: [Geotools-devel] JDBC cleanup, getting rid of some old modules, deprecating others

2010-03-13 Thread Jody Garnett
I think we may be able to mark the package-java with a @deprecated? I like your plan Andrea. Jody On 13/03/2010, at 3:04 AM, Andrea Aime wrote: > Justin Deoliveira ha scritto: >> Sounds like a good idea to me. Although did we officially deprecate any >> of the plugin jdbc modules? Or was that m

Re: [Geotools-devel] process api?

2010-03-13 Thread Jody Garnett
Note that if you are using the in jgrass we should make a "processexecutor" around the eclipse job mechanism (rather then Java threadpool). I am on IRC if you would like to discuss such things ... Jody On 13/03/2010, at 7:14 PM, andrea antonello wrote: > Aha, that was what I was seraching for.

Re: [Geotools-devel] unsupported vs dumped

2010-03-13 Thread Jody Garnett
I agree with the story aspect! Could we use the pom description to explain what is going on? Jody On 13/03/2010, at 6:28 PM, Andrea Aime wrote: > Michael Bedward ha scritto: >> Hello all, >> >> In the thread "gt-postgis + hibernate-spatial pom dependency conflict" >> Andrea wrote: >> >>> gt-p

Re: [Geotools-devel] process api?

2010-03-13 Thread Jody Garnett
Interesting. The example shows using a Process in the current thread with a swing progress bar. The fun for me in this API is the use of a thread pool (to control cpu resources) and schedule work to be done. I have updated the wiki page to separately show both techniques. Jody On 13/03/2010

Re: [Geotools-devel] process api?

2010-03-13 Thread andrea antonello
Aha, that was what I was seraching for. I found several pages but not that one. Thanks Jody, that page (and childs) seems to contain everything needed. Andrea On Sat, Mar 13, 2010 at 9:04 AM, Jody Garnett wrote: > I updated the wiki a while ago ... > - http://docs.codehaus.org/display/GEOTDOC/

Re: [Geotools-devel] process api?

2010-03-13 Thread Jody Garnett
I updated the wiki a while ago ... - http://docs.codehaus.org/display/GEOTDOC/Process+Plugin The only api change (like ever) has been the addition of a list of names (so a factory can produce more then one process... looks like I need to update the wiki page to match. Jody On 13/03/2010, at 12