Re: [Geotools-devel] JUMP Lib for Multi-Threaded Geoprocessing

2013-06-11 Thread Andrea Aime
On Wed, Jun 12, 2013 at 12:49 AM, Landon Blake wrote: > > Please share your thoughts with me. I'll consider the input from the > Geotools community before I move forward. If hosting this code at Geotools > is a bad idea, tell me. I won't get my feelings hurt. :] > In order to be a GeoTools modul

Re: [Geotools-devel] Sosnoski license <> sos no kill license?

2013-06-11 Thread Jody Garnett
If so nobody told me. -- Jody Garnett On Wednesday, 12 June 2013 at 12:09 PM, Ben Caradoc-Davies wrote: > Please. I thought it was a standing joke! > > On 11/06/13 16:38, Jody Garnett wrote: > > Evening Ben: > > > > Reviewing meeting notes from a couple weeks ago, you mentioned that the > >

Re: [Geotools-devel] Geotools and Git

2013-06-11 Thread Ben Caradoc-Davies
Landon, please see Justin's helpful guide: http://docs.geotools.org/latest/developer/procedures/git.html (1) In githib fork geotools to make yourusername/geotools. (2) Add your github geotools repo as a git remote for your local repo. (3) Push your changes to your github repo (I recommend a bra

Re: [Geotools-devel] Sosnoski license <> sos no kill license?

2013-06-11 Thread Ben Caradoc-Davies
Please. I thought it was a standing joke! On 11/06/13 16:38, Jody Garnett wrote: > Evening Ben: > > Reviewing meeting notes from a couple weeks ago, you mentioned that the > SOSNOKILL license appears to be BSD? Indeed Sosnoski-License. > > While I am the first to admire the power of a typo, if thi

Re: [Geotools-devel] JUMP Lib for Multi-Threaded Geoprocessing

2013-06-11 Thread Jody Garnett
MultiThreaded processing is always a fun game. You may wish to look into what is already available and come up with some best practices for use with GeoSpatial data. Such a direction could benefit all the Java projects. There are a couple of approaches: 1) Thread First You should also have a

Re: [Geotools-devel] Geotools and Git

2013-06-11 Thread Jody Garnett
The pull request process is unqiue to github. It is basically a front end for the github server doing some merging on your behalf. If you click the correct link in github it will show you the commands to grab the pull request into your local computer (which you would want to do to run test case

[Geotools-devel] Geotools and Git

2013-06-11 Thread Landon Blake
I've been trying to learn how to use Git and Git in Eclipse for the last couple of days. I'll need to do this so I can help Julian add the JTin module for Summer of Code to the Geotools source code repository. I also need this to figure out how to review the push request on the Geotools DXF module.

[Geotools-devel] JUMP Lib for Multi-Threaded Geoprocessing

2013-06-11 Thread Landon Blake
I've been chewing over a plan to extract some of the most beneficial parts of OpenJUMP into a stand-alone library that can be used outside of the OpenJUMP GUI. I've decided to focus this project, at least for the short term, on supporting multi-threaded geospatial processing using OpenJUMP's simple

[Geotools-devel] [jira] (GEOT-4485) Allow to preserve location of isolated and superimposed points in PointStacker

2013-06-11 Thread Andrea Aime (JIRA)
Andrea Ai

Re: [Geotools-devel] SLDStyleFactoryTest failure

2013-06-11 Thread Edward Judge
Thanks Ben. ejudge@ejudgerhl:~$ locale LANG=C LC_CTYPE="C" LC_NUMERIC="C" LC_TIME="C" LC_COLLATE="C" LC_MONETARY="C" LC_MESSAGES="C" LC_PAPER="C" LC_NAME="C" LC_ADDRESS="C" LC_TELEPHONE="C" LC_MEASUREMENT="C" LC_IDENTIFICATION="C" LC_ALL= ejudge@ejudgerhl:~$ Edward Judge Software Engineer IBM

Re: [Geotools-devel] SLD and Internationalization

2013-06-11 Thread Mauro Bartolomeoli
> > I think I understood what you mean: the SLDTransformer class should be the > one doing the encoding. > I created a new JIRA to add support to that too. > I don't think it should be difficult to implement, but maybe the > GrowableInternationalString implementation that I'm using now will need to

Re: [Geotools-devel] SLD and Internationalization

2013-06-11 Thread Mauro Bartolomeoli
2013/6/10 Jody Garnett > Catching up with this thread! > > Checked it over, looks good. I may of missed it in the test cases, did > you support encoding on this one? > > It was pointed out in the Skype meeting that I need to be more clear :-D > > I was trying to ask if XML output can be generated

[Geotools-devel] [jira] (GEOT-4484) Add SLD internationalization support to SLDTransformer

2013-06-11 Thread Mauro Bartolomeoli (JIRA)
Mauro Bar

Re: [Geotools-devel] Supporting circular arcs in GeoTools

2013-06-11 Thread Andrea Aime
On Tue, Jun 4, 2013 at 3:30 PM, Justin Deoliveira wrote: > I see, so a generic binding for LineString that would then do some > typechecks and delegate to the proper > >> subclasses? My worry is, at that point, isn't the element used for >> encoding pretty much cast in stone? >> > > Yeah, the bind

[Geotools-devel] Sosnoski license <> sos no kill license?

2013-06-11 Thread Jody Garnett
Evening Ben: Reviewing meeting notes from a couple weeks ago, you mentioned that the SOSNOKILL license appears to be BSD? Indeed Sosnoski-License. While I am the first to admire the power of a typo, if this is indeed the case I would like to fix our docs. -- Jody Garnett --