Re: [Geoserver-devel] Proposal: New ResourcePool extension point

2020-02-14 Thread Josh Fix via Geoserver-devel
Thanks Andrea.  Proposal is up (thanks Torben):

https://github.com/geoserver/geoserver/wiki/GSIP-188

On Fri, Feb 14, 2020 at 11:38 AM Andrea Aime 
wrote:

> Hi Josh,
> not much to add, looks good to me
>
> Cheers
> Andrea
>
>
> On Thu, Feb 13, 2020 at 8:36 PM Josh Fix via Geoserver-devel <
> geoserver-devel@lists.sourceforge.net> wrote:
>
>> Hi all,
>>
>> I'm looking to propose a new extension point in ResourcePool.  The long
>> and short of it is, the ResourcePool attempts to instantiate
>> GridCoverageReaders and ImageInputStreams by analyzing the input object
>> passed to it.  ImageInputStreams in particular advertise an "inputClass",
>> which is used to match the class type of the input object.
>>
>> The ResourcePool currently makes a single attempt to determine if the
>> input object is a String that represents a File URL.  If so, it creates a
>> new File object and uses that as the input.  There is currently no way to
>> define custom input objects that may align with readers that require
>> specialized input classes.
>>
>> I've created a draft proposal on Gist and was hoping to start a
>> conversation before formally making the proposal.  Any feedback would
>> be appreciated.
>>
>> https://gist.github.com/joshfix/d5458221192fe6f678f37e5a225954cd
>>
>> --
>> Josh Fix
>> Systems Architect
>> Planet Federal
>> j...@federal.planet.com
>> +1 321.444.0412
>> ___
>> Geoserver-devel mailing list
>> Geoserver-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-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.*
>


-- 
Josh Fix
Systems Architect
Planet Federal
j...@federal.planet.com
+1 321.444.0412
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP-176 Cite Automation update?

2020-02-14 Thread Jody Garnett
Thanks, we may need to circle around build.geoserver.org plans.

On Fri, Feb 14, 2020 at 6:42 PM Simone Giannecchini <
simone.giannecch...@geo-solutions.it> wrote:

> Hi Jody,
> We are a little beyond schedule with this, the work has started but there
> is little to show.
>
> We will send periodic updates to the psc and devel list starting next week.
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://bit.ly/gs-services for more information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 
> 55054  Massarosa
> 
> (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39  333 8128928
>
> 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.
>
>
> On Thu, Feb 13, 2020 at 6:08 PM Jody Garnett 
> wrote:
>
>> Simone:
>>
>> Next week's Feb 18th meeting is our final meeting in February, is there
>> any update from the Cite Automation work?
>>
>> With the recent news from Planet Federal I am concerned about ability to
>> deliver into build.geoserver.org environment.
>> --
>> Jody Garnett
>>
> --
> Regards,
> Simone Giannecchini.
> GeoSolutions Director
>
> - sent from my mobile, apologies for brevity and typos-
>
-- 
--
Jody Garnett
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Proposal: New ResourcePool extension point

2020-02-14 Thread Andrea Aime
Hi Josh,
not much to add, looks good to me

Cheers
Andrea


On Thu, Feb 13, 2020 at 8:36 PM Josh Fix via Geoserver-devel <
geoserver-devel@lists.sourceforge.net> wrote:

> Hi all,
>
> I'm looking to propose a new extension point in ResourcePool.  The long
> and short of it is, the ResourcePool attempts to instantiate
> GridCoverageReaders and ImageInputStreams by analyzing the input object
> passed to it.  ImageInputStreams in particular advertise an "inputClass",
> which is used to match the class type of the input object.
>
> The ResourcePool currently makes a single attempt to determine if the
> input object is a String that represents a File URL.  If so, it creates a
> new File object and uses that as the input.  There is currently no way to
> define custom input objects that may align with readers that require
> specialized input classes.
>
> I've created a draft proposal on Gist and was hoping to start a
> conversation before formally making the proposal.  Any feedback would
> be appreciated.
>
> https://gist.github.com/joshfix/d5458221192fe6f678f37e5a225954cd
>
> --
> Josh Fix
> Systems Architect
> Planet Federal
> j...@federal.planet.com
> +1 321.444.0412
> ___
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-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.*
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GSIP-176 Cite Automation update?

2020-02-14 Thread Simone Giannecchini
Hi Jody,
We are a little beyond schedule with this, the work has started but there
is little to show.

We will send periodic updates to the psc and devel list starting next week.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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.


On Thu, Feb 13, 2020 at 6:08 PM Jody Garnett  wrote:

> Simone:
>
> Next week's Feb 18th meeting is our final meeting in February, is there
> any update from the Cite Automation work?
>
> With the recent news from Planet Federal I am concerned about ability to
> deliver into build.geoserver.org environment.
> --
> Jody Garnett
>
-- 
Regards,
Simone Giannecchini.
GeoSolutions Director

- sent from my mobile, apologies for brevity and typos-
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel