Discussion:
[Jts-topo-suite-user] Little JTS Code Sprint
Landon Blake
2016-09-16 02:38:21 UTC
Permalink
Java OSGeo Folks:

I was going to try to do a little work on JTS this weekend or next. Nothing
sexy, just updates to the unit tests and maybe a little Javadoc
improvement. It looks like there haven't been any commits for a while.

Let me know if you want to assist, and we can organize an informal little
code sprint and try to recruit more hands.

Landon
--
Landon
"Homemade cookies. Hmmmmmmmmmm!"

Web: www.landonblake.com

LinkedIn: https://www.linkedin.com/in/landonblake

Google+: https://plus.google.com/u/0/+LandonBlake

Facebook: https://www.facebook.com/scott.l.blake.3

Pinterest: https://www.pinterest.com/landon_blake/

Sumry: https://sumry.me/landonblake

About.Me: https://about.me/landonblake
Jody Garnett
2016-09-19 22:16:38 UTC
Permalink
Landon is this a fork of JTS?
Post by Landon Blake
I was going to try to do a little work on JTS this weekend or next.
Nothing sexy, just updates to the unit tests and maybe a little Javadoc
improvement. It looks like there haven't been any commits for a while.
Let me know if you want to assist, and we can organize an informal little
code sprint and try to recruit more hands.
Landon
--
Landon
"Homemade cookies. Hmmmmmmmmmm!"
Web: www.landonblake.com
LinkedIn: https://www.linkedin.com/in/landonblake
Google+: https://plus.google.com/u/0/+LandonBlake
Facebook: https://www.facebook.com/scott.l.blake.3
Pinterest: https://www.pinterest.com/landon_blake/
Sumry: https://sumry.me/landonblake
About.Me: https://about.me/landonblake
------------------------------------------------------------------------------
_______________________________________________
Jts-topo-suite-user mailing list
https://lists.sourceforge.net/lists/listinfo/jts-topo-suite-user
--
--
Jody Garnett
Landon Blake
2016-09-20 15:52:27 UTC
Permalink
It is currently. Martin told me the SVN repo on SourceForge is no longer
taking commits. I've cloned the code from there in my own public SVN repo
hosted on Assembla.

I've attempted to reach out to the LocationTech folks on the mailing list
and directly, but I still haven't heard anything back. I'd much prefer that
we get our improvements into the main LocationTech source code repo once
they are approved...but I need some response from the other end of the
line. :]

I'm not trying to create a fork, but it doesn't look like there have been
any contributions to the Git repo for JTS at LocationTech since the initial
import, and I don't want JTS to languish. If you've got connections at the
LocationTech organization, perhaps you can put me in touch with the right
people. I'm willing to jump through some hoops to get our improvements
approved, and that is why I wanted to start with non-controversial changes
like updating unit tests and improving javadoc.

I hope that makes sense. I think I'll need the separate SVN repo down the
road so we can play with some bigger changes like adding support for
circular arcs and refactoring the Geometry class into an interface. But I
can also keep anything really radical in my JTSWarped code base:
https://subversion.assembla.com/svn/surveyos-main-code-repo/trunk/main/jts-warped/src

I want to be a good team player. :]

Landon
Post by Jody Garnett
Landon is this a fork of JTS?
On Fri, Sep 16, 2016 at 12:39 PM Landon Blake <
Post by Landon Blake
I was going to try to do a little work on JTS this weekend or next.
Nothing sexy, just updates to the unit tests and maybe a little Javadoc
improvement. It looks like there haven't been any commits for a while.
Let me know if you want to assist, and we can organize an informal little
code sprint and try to recruit more hands.
Landon
--
Landon
"Homemade cookies. Hmmmmmmmmmm!"
Web: www.landonblake.com
LinkedIn: https://www.linkedin.com/in/landonblake
Google+: https://plus.google.com/u/0/+LandonBlake
Facebook: https://www.facebook.com/scott.l.blake.3
Pinterest: https://www.pinterest.com/landon_blake/
Sumry: https://sumry.me/landonblake
About.Me: https://about.me/landonblake
------------------------------------------------------------
------------------
_______________________________________________
Jts-topo-suite-user mailing list
https://lists.sourceforge.net/lists/listinfo/jts-topo-suite-user
--
--
Jody Garnett
--
Landon
"Homemade cookies. Hmmmmmmmmmm!"

Web: www.landonblake.com

LinkedIn: https://www.linkedin.com/in/landonblake

Google+: https://plus.google.com/u/0/+LandonBlake

Facebook: https://www.facebook.com/scott.l.blake.3

Pinterest: https://www.pinterest.com/landon_blake/

Sumry: https://sumry.me/landonblake

About.Me: https://about.me/landonblake
David Smiley
2016-09-20 16:04:26 UTC
Permalink
Why not clone the GitHub repo and submit a PR when you're done? That would
be more constructive than this path.

Also, please join the new list:
https://locationtech.org/mailman/listinfo/jts-dev I see no email traffic
from you there. Perhaps you have tried but there is an issue in the
subscription? Sadly, my Spatial4j project on LocationTech had some mailing
list sign-up issues and I would not be surprised if this is happening for
JTS's list too. I can't pin down exactly what the problem is, but when I
ask for help from the list admin I get it. If this seems like a
possibility, I can ping the list admin.

~ David
Post by Landon Blake
It is currently. Martin told me the SVN repo on SourceForge is no longer
taking commits. I've cloned the code from there in my own public SVN repo
hosted on Assembla.
I've attempted to reach out to the LocationTech folks on the mailing list
and directly, but I still haven't heard anything back. I'd much prefer that
we get our improvements into the main LocationTech source code repo once
they are approved...but I need some response from the other end of the
line. :]
I'm not trying to create a fork, but it doesn't look like there have been
any contributions to the Git repo for JTS at LocationTech since the initial
import, and I don't want JTS to languish. If you've got connections at the
LocationTech organization, perhaps you can put me in touch with the right
people. I'm willing to jump through some hoops to get our improvements
approved, and that is why I wanted to start with non-controversial changes
like updating unit tests and improving javadoc.
I hope that makes sense. I think I'll need the separate SVN repo down the
road so we can play with some bigger changes like adding support for
circular arcs and refactoring the Geometry class into an interface. But I
https://subversion.assembla.com/svn/surveyos-main-code-repo/trunk/main/jts-warped/src
I want to be a good team player. :]
Landon
Post by Jody Garnett
Landon is this a fork of JTS?
On Fri, Sep 16, 2016 at 12:39 PM Landon Blake <
Post by Landon Blake
I was going to try to do a little work on JTS this weekend or next.
Nothing sexy, just updates to the unit tests and maybe a little Javadoc
improvement. It looks like there haven't been any commits for a while.
Let me know if you want to assist, and we can organize an informal
little code sprint and try to recruit more hands.
Landon
--
Landon
"Homemade cookies. Hmmmmmmmmmm!"
Web: www.landonblake.com
LinkedIn: https://www.linkedin.com/in/landonblake
Google+: https://plus.google.com/u/0/+LandonBlake
Facebook: https://www.facebook.com/scott.l.blake.3
Pinterest: https://www.pinterest.com/landon_blake/
Sumry: https://sumry.me/landonblake
About.Me: https://about.me/landonblake
------------------------------------------------------------------------------
_______________________________________________
Jts-topo-suite-user mailing list
https://lists.sourceforge.net/lists/listinfo/jts-topo-suite-user
--
--
Jody Garnett
--
Landon
"Homemade cookies. Hmmmmmmmmmm!"
Web: www.landonblake.com
LinkedIn: https://www.linkedin.com/in/landonblake
Google+: https://plus.google.com/u/0/+LandonBlake
Facebook: https://www.facebook.com/scott.l.blake.3
Pinterest: https://www.pinterest.com/landon_blake/
Sumry: https://sumry.me/landonblake
About.Me: https://about.me/landonblake
------------------------------------------------------------------------------
_______________________________________________
Jts-topo-suite-user mailing list
https://lists.sourceforge.net/lists/listinfo/jts-topo-suite-user
--
Lucene/Solr Search Committer, Consultant, Developer, Author, Speaker
LinkedIn: http://linkedin.com/in/davidwsmiley | Book:
http://www.solrenterprisesearchserver.com
Loading...