Re: [Geotools-devel] OGC WMTS 1.0.0 client

2015-10-22 Thread Jody Garnett
You may certainly start working - if you check the commit logs or pom.xml
to contact the current volunteer.

  

  utaddei
  Ugo Taddei
  developeres...@gmail.com
  none
  
Module Maintainer
Java Developer
  




--
Jody Garnett

On 22 October 2015 at 05:43, Christian Mueller <
christian.muel...@os-solutions.at> wrote:

> Hi Jody
>
> Can I start working ?
>
> Cheers
> Christian
>
> On Fri, Sep 18, 2015 at 1:44 AM, Brad Hards  wrote:
>
>> On Thu, 17 Sep 2015 04:02:38 PM Christian Mueller wrote:
>> > Hi
>> >
>> > I have a mandate to develop/maintain  a WMTS client. At the moment I am
>> > unsure where to start. WMS is an extension and I think WMTS is also a
>> > candidate for an extension.
>> Based on the WMTS implementation I did for OWSlib
>> (https://github.com/geopython/OWSLib), I can say that servers aren't all
>> that
>> consistent in their implementation. Focusing on the specific target is a
>> good
>> idea.
>>
>> Brad
>>
>>
>>
>> --
>> Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
>> Get real-time metrics from all of your servers, apps and tools
>> in one place.
>> SourceForge users - Click here to start your Free Trial of Datadog now!
>> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
>> ___
>> GeoTools-Devel mailing list
>> GeoTools-Devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>
>
>
>
> --
> DI Christian Mueller MSc (GIS), MSc (IT-Security)
> OSS Open Source Solutions GmbH
>
>
>
> --
>
> ___
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
>
--
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] OGC WMTS 1.0.0 client

2015-10-22 Thread Christian Mueller
Hi Jody

Can I start working ?

Cheers
Christian

On Fri, Sep 18, 2015 at 1:44 AM, Brad Hards  wrote:

> On Thu, 17 Sep 2015 04:02:38 PM Christian Mueller wrote:
> > Hi
> >
> > I have a mandate to develop/maintain  a WMTS client. At the moment I am
> > unsure where to start. WMS is an extension and I think WMTS is also a
> > candidate for an extension.
> Based on the WMTS implementation I did for OWSlib
> (https://github.com/geopython/OWSLib), I can say that servers aren't all
> that
> consistent in their implementation. Focusing on the specific target is a
> good
> idea.
>
> Brad
>
>
>
> --
> Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
> Get real-time metrics from all of your servers, apps and tools
> in one place.
> SourceForge users - Click here to start your Free Trial of Datadog now!
> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
> ___
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>



-- 
DI Christian Mueller MSc (GIS), MSc (IT-Security)
OSS Open Source Solutions GmbH
--
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] OGC WMTS 1.0.0 client

2015-09-17 Thread Brad Hards
On Thu, 17 Sep 2015 04:02:38 PM Christian Mueller wrote:
> Hi
> 
> I have a mandate to develop/maintain  a WMTS client. At the moment I am
> unsure where to start. WMS is an extension and I think WMTS is also a
> candidate for an extension.
Based on the WMTS implementation I did for OWSlib 
(https://github.com/geopython/OWSLib), I can say that servers aren't all that 
consistent in their implementation. Focusing on the specific target is a good 
idea.

Brad


--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] OGC WMTS 1.0.0 client

2015-09-17 Thread Jody Garnett
Hey Christian,

The unsupported module is a port of the uDig client code. I tried doing the
migration back in GeoTools 2.5.x and got stuck on an off-by-one error. The
unsupported module is back again, but I am not sure if it is a fresh port
from uDig codebase, or it is just bringing the code from 2.5.x forward.

I am all in favour of porting the tile client code to geotools and
refactoring uDig to use it!

The one wrinkle to the design that this necessitates is each tile is
fetched independently, eventually populating a feature collection for
display. The uDig workflow wants notification as the tiles come in so the
screen can be dynamically updated.

There are two implementations for storing tiles, one in memory and one on
disk. We may wish to collaborate with Kevin on that interface in the hopes
GeoWebCache could benefit from a simple API to manage tiles on disk.

Note this *is* an unsupported module so we do not need any special
proposals or anything, I just would like to double check you are starting
with the latest most complete code for your work.


--
Jody Garnett

On 17 September 2015 at 23:02, Christian Mueller <
christian.muel...@os-solutions.at> wrote:

> Hi
>
> I have a mandate to develop/maintain  a WMTS client. At the moment I am
> unsure where to start. WMS is an extension and I think WMTS is also a
> candidate for an extension.
>
> There is an unsupported module "tile-client" which I want to integrate.
>
> At the end of the day my customer wants an integration (geotools and
> geoserver) of
>
> http://basemap.at/index_en.html
>
> The customer is founding 160 hours and I should finish in December/2015. I
> think this is possible.
> A bare minimum is supporting the WMTS  REST interface.
>
>
> Thanks in advance for your hints.
>
> Cheers
> Chrilstian
>
> Btw: I did no cross posting to the geoserver devel list but maybe this
> topic is interesting for the geosesrver  developers too.
>
>
> --
> DI Christian Mueller MSc (GIS), MSc (IT-Security)
> OSS Open Source Solutions GmbH
>
>
>
> --
> Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
> Get real-time metrics from all of your servers, apps and tools
> in one place.
> SourceForge users - Click here to start your Free Trial of Datadog now!
> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
> ___
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
>
--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] OGC WMTS 1.0.0 client

2015-09-17 Thread Christian Mueller
Hi

I have a mandate to develop/maintain  a WMTS client. At the moment I am
unsure where to start. WMS is an extension and I think WMTS is also a
candidate for an extension.

There is an unsupported module "tile-client" which I want to integrate.

At the end of the day my customer wants an integration (geotools and
geoserver) of

http://basemap.at/index_en.html

The customer is founding 160 hours and I should finish in December/2015. I
think this is possible.
A bare minimum is supporting the WMTS  REST interface.


Thanks in advance for your hints.

Cheers
Chrilstian

Btw: I did no cross posting to the geoserver devel list but maybe this
topic is interesting for the geosesrver  developers too.


-- 
DI Christian Mueller MSc (GIS), MSc (IT-Security)
OSS Open Source Solutions GmbH
--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel