Re: [Geotools-devel] [ExternalEmail] GeoTools / GeoServer Meeting 2013-07-08

2013-07-10 Thread Ben Caradoc-Davies
Thanks, Justin, i can confirm this failure. My bad (or rather, POSIX's perversity); the POSIX for is MDT+6 not MDT-6 (yes, hours west). (Aren't you in DST until November?) I can see all the failures you report with (POSIX): TZ=MDT+6 mvn -o -Dtest="TimeSeries*Test" test and also with the positi

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

Re: [Geotools-devel] [jira] (GEOT-4507) Easiest way to setup imageMosaicJDBC-PGRaster

2013-07-10 Thread Daniele Romagnoli
A few notes about this JIRA. I would like to do something like this: 1) specify basic parameters (maybe as Hints or as a ConfigurationBean): - tablename_prefix - mosaic_table_name - mosaic_name - db properties (host, user, password, db, schema) 2) configure an ImageMosaicJDBC against a folder con

[Geotools-devel] [jira] (GEOT-4507) Easiest way to setup imageMosaicJDBC-PGRaster

2013-07-10 Thread Daniele Romagnoli (JIRA)
Daniele R

Re: [Geotools-devel] JDBCAccessPGRaster - updating mosaic extent/resolutions table

2013-07-10 Thread Christian Mueller
Hi Daniele Strange, I see the rollback is out-commented too. Please remove the comments for rollback and commit and check the result. Another question: There is a new API supporting multiple coverages for a reader. This is the way the imagemosaic-jdbc module should work, but I have no time left a

Re: [Geotools-devel] [ExternalEmail] GeoTools / GeoServer Meeting 2013-07-08

2013-07-10 Thread Justin Deoliveira
Here is the bug report. https://jira.codehaus.org/browse/GEOS-5884 On Mon, Jul 8, 2013 at 9:07 PM, Ben Caradoc-Davies < ben.caradoc-dav...@csiro.au> wrote: > Justin, > > I am building in an environment with "export TZ=MDT-6" to see if I can > replicate the failures you reported. Please report bu

Re: [Geotools-devel] base directory for file datastores

2013-07-10 Thread Andrea Aime
On Wed, Jul 10, 2013 at 12:23 AM, Niels Charlier wrote: > Jody, > > There is an additional issue. A lot of unit tests use paths with the > property data store, relative to the start-up directory rather than the > data directory. We need to avoid having to edit all those tests. > > I have found a

[Geotools-devel] JDBCAccessPGRaster - updating mosaic extent/resolutions table

2013-07-10 Thread Daniele Romagnoli
Hi Christian, I'm "playing" with the ImageMosaicJDBC using PGRaster. I have noticed that the JDBCAccessPGRaster class does some initialization steps where it looks for overviews (ImageLevelInfo) extents and resolutions. Then it setup values for preparedStatement to do updates of resolutoins and ex

[Geotools-devel] [jira] (GEOT-4506) JDBCDataStore initialization not thread-safe

2013-07-10 Thread Robin Pradel (JIRA)
Robin Pra