Re: [Geotools-devel] COG Image Reader

2019-09-27 Thread Daniele Romagnoli
Hi Josh, On Wed, Sep 25, 2019 at 9:21 PM Josh Fix via GeoTools-Devel < geotools-devel@lists.sourceforge.net> wrote: > I attempted to follow the link for the imageio mailing list, but it takes > me to a google page that says I do not have permission to access it. > Could you please try again? Onc

Re: [Geotools-devel] COG Image Reader

2019-09-25 Thread Josh Fix via GeoTools-Devel
I attempted to follow the link for the imageio mailing list, but it takes me to a google page that says I do not have permission to access it. That being said, I have finished coding and submitted a PR: https://github.com/geosolutions-it/imageio-ext/pull/211 Please reach out to me with any questi

Re: [Geotools-devel] COG Image Reader

2019-09-19 Thread Andrea Aime
You were correct five minutes ago! We just fixed it, there are now two lists: https://github.com/geosolutions-it/imageio-ext#mailing-list Cheers Andrea On Thu, Sep 19, 2019 at 6:13 PM Torben Barsballe via GeoTools-Devel < geotools-devel@lists.sourceforge.net> wrote: > As far as I can tell,

Re: [Geotools-devel] COG Image Reader

2019-09-19 Thread Torben Barsballe via GeoTools-Devel
As far as I can tell, it does not. The link in their wiki goes to a dead page. I think past imageio-ext discussion has wound up here, as GeoTools is the biggest project it supports. On Wed, Sep 18,

Re: [Geotools-devel] COG Image Reader

2019-09-18 Thread Jody Garnett
Does the ImageIO-ext project have a lost, should really be speaking with that crew. On Wed, Sep 18, 2019 at 5:26 PM Josh Fix via GeoTools-Devel < geotools-devel@lists.sourceforge.net> wrote: > I'm in the process of merging my pure JAVA COG reader code into > imageio-ext. Because I'm extending TI

Re: [Geotools-devel] COG Image Reader

2019-09-18 Thread Josh Fix via GeoTools-Devel
I'm in the process of merging my pure JAVA COG reader code into imageio-ext. Because I'm extending TIFFImageReader and reusing all of the existing TIFF codebase, is it preferred that I create a "cog" package under it.geosolutions.imageioimpl.plugins.tiff in the tiff plugin module, or should I crea

Re: [Geotools-devel] COG Image Reader

2019-09-10 Thread Josh Fix via GeoTools-Devel
Hey Jody, thanks for the feedback. Joining one of the bi-weekly meetings sounds good so I can make sure I'm going about things correctly. Can you shoot me the info? On Mon, Sep 9, 2019 at 1:19 PM Jody Garnett wrote: > That is a whole whack of interesting developments Josh! If possible I > reco

Re: [Geotools-devel] COG Image Reader

2019-09-09 Thread Jody Garnett
That is a whole whack of interesting developments Josh! If possible I recommend adding these as geotools unsupported modules to reach a wider audience and hopefully transition to plugins (depending on your budget/time/interest). You would be more than welcome at one of our bi-weekly meetings, or we

[Geotools-devel] COG Image Reader

2019-09-09 Thread Josh Fix via GeoTools-Devel
Hey all, just wanted to share some progress. I created a project that is capable of asynchronously reading COG tiles. It extends TIFFImageReader and overrides the read method to build a collection of information for all tiles that need to be read, then determines the byte ranges for groups of cont