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 questions or concerns.

Thank you!

On Thu, Sep 19, 2019 at 12:18 PM Andrea Aime <andrea.a...@geo-solutions.it>
wrote:

> 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, it does not. The link
>> <http://java.net/projects/imageio-ext/lists> in their wiki
>> <https://github.com/geosolutions-it/imageio-ext/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, 2019 at 10:02 PM Jody Garnett <jody.garn...@gmail.com>
>> wrote:
>>
>>> 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 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 create an entirely new cog plugin module?
>>>>
>>>> On Mon, Sep 9, 2019 at 8:59 AM Josh Fix <j...@federal.planet.com>
>>>> wrote:
>>>>
>>>>> 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 contiguous tiles.  The tiles are
>>>>> read using HTTP range requests and stored in-memory via an 
>>>>> ImageInputStream
>>>>> implementation that simply uses a MemoryCacheImageInputStream as a
>>>>> delegate.  Additionally, the project provides a caching image input stream
>>>>> that uses ehcache to cache each tile.  I would eventually like to expand
>>>>> this to support various cloud platform backends (implementing the
>>>>> RangeReader interface), but for now it's just HTTP.  I can provide more
>>>>> info/details if desired.  The repository is available here:
>>>>>
>>>>> https://github.com/joshfix/cog-image-reader
>>>>>
>>>>> Additionally, I have a project that is basically copied from the
>>>>> s3-geotiff project, but implements the Azure library to read from Azure
>>>>> blob storage:
>>>>>
>>>>> https://github.com/joshfix/azure-geotiff
>>>>>
>>>>> And finally, a GDAL-based reader that accepts VFS paths.  This project
>>>>> cherry picks (and thus duplicates) a lot of code from a lot of places in
>>>>> GeoTools and imageio-ext, so contributing this might be ugly.  It works on
>>>>> its own, but when used to build mosaics, there seem to be
>>>>> nodata/transparency issues.  It is available here:
>>>>>
>>>>> https://github.com/joshfix/gdal-vfs-reader
>>>>>
>>>>> Any feedback would be appreciated, and I'd be happy to contribute
>>>>> anything that the community might be interested in.
>>>>>
>>>>> Josh
>>>>>
>>>>
>>>>
>>>> --
>>>> Josh Fix
>>>> Systems Architect
>>>> Planet Federal
>>>> j...@federal.planet.com
>>>> +1 321.444.0412
>>>> _______________________________________________
>>>> GeoTools-Devel mailing list
>>>> GeoTools-Devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>>>
>>> --
>>> --
>>> Jody Garnett
>>> _______________________________________________
>>> GeoTools-Devel mailing list
>>> GeoTools-Devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>>
>>
>>
>> --
>> Torben Barsballe
>> Software Engineer
>> Planet Federal
>> tbarsba...@federal.planet.com
>> _______________________________________________
>> GeoTools-Devel mailing list
>> GeoTools-Devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>
>
>
> --
>
> Regards, Andrea Aime == GeoServer Professional Services from the experts!
> Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime
> @geowolf Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054
> Massarosa (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339
> 8844549 http://www.geo-solutions.it http://twitter.com/geosolutions_it
> ------------------------------------------------------- *Con riferimento
> alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
> Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
> circostanza inerente alla presente email (il suo contenuto, gli eventuali
> allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
> destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
> errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
> sarei comunque grato se potesse darmene notizia. This email is intended
> only for the person or entity to which it is addressed and may contain
> information that is privileged, confidential or otherwise protected from
> disclosure. We remind that - as provided by European Regulation 2016/679
> “GDPR” - copying, dissemination or use of this e-mail or the information
> herein by anyone other than the intended recipient is prohibited. If you
> have received this email by mistake, please notify us immediately by
> telephone or e-mail.*
> _______________________________________________
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>


-- 
Josh Fix
Systems Architect
Planet Federal
j...@federal.planet.com
+1 321.444.0412
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to