Re: [Geotools-devel] geopackage unsupported module

2013-07-11 Thread Justin Deoliveira
Cool. Be great for someone to try it out. I just pushed the code up. On Thu, Jul 11, 2013 at 1:26 AM, Ian Turton wrote: > Excellent plan +1 from me, if you'd like some help give me a shout (it > ties in with work I'm peripherally involved with at work). > > Ian > > > On 10 July 2013 18:19, Just

Re: [Geotools-devel] geopackage unsupported module

2013-07-11 Thread Justin Deoliveira
On Wed, Jul 10, 2013 at 6:32 PM, Jody Garnett wrote: > We've been working on an implementation for geotools and would like to > push it in as an supported module. The code is currently on a branch in my > github repo. > > Sorry answering email before coffee, in that case a simple +1 will suffice!

Re: [Geotools-devel] geopackage unsupported module

2013-07-11 Thread Ian Turton
Excellent plan +1 from me, if you'd like some help give me a shout (it ties in with work I'm peripherally involved with at work). Ian On 10 July 2013 18:19, Justin Deoliveira wrote: > Hi all, > > Some folks may have heard of the geopackage spec that is currently being > developed by the OGC. F

Re: [Geotools-devel] geopackage unsupported module

2013-07-10 Thread Jody Garnett
> We've been working on an implementation for geotools and would like to push > it in as an supported module. The code is currently on a branch in my github > repo. > Sorry answering email before coffee, in that case a simple +1 will suffice! --

Re: [Geotools-devel] geopackage unsupported module

2013-07-10 Thread Chris Holmes
Definitely should be unsupported, since the specification itself isn't even supported. Hopefully by end of September it'll be ratified - I've been going to most all the meetings, it's come along pretty nicely. And Justin helped a lot with this early coding of it. On Wed, Jul 10, 2013 at 5:52 PM

Re: [Geotools-devel] geopackage unsupported module

2013-07-10 Thread Justin Deoliveira
On Wed, Jul 10, 2013 at 3:33 PM, Jody Garnett wrote: > This is much more exciting then your low key delivery Justin :) > > So as a supported module we need to do the code review thing, check > headers and code coverage, and I need one page of docs ( as small as a > single code example you can inli

Re: [Geotools-devel] geopackage unsupported module

2013-07-10 Thread Jody Garnett
This is much more exciting then your low key delivery Justin :) So as a supported module we need to do the code review thing, check headers and code coverage, and I need one page of docs ( as small as a single code example you can inline in from a test case ). So what can I do? Vote +1 And che

[Geotools-devel] geopackage unsupported module

2013-07-10 Thread Justin Deoliveira
Hi all, Some folks may have heard of the geopackage spec that is currently being developed by the OGC. For those that haven't the short of it is that it is a SQLite based format capable of housing vector and raster datasets, as well as pre rendered tile sets (inspired by mbtiles). We've been work