[Geotools-devel] [JIRA] (GEOT-5430) ArrayIndexOutOfBoundsException with PerpendicularOffset

2016-06-01 Thread Devon Tucker (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Devon Tucker created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoTools /  GEOT-5430  
 
 
  ArrayIndexOutOfBoundsException with PerpendicularOffset   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 15.0  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 exception.txt, shore_corrected.zip, shore.sld  
 
 
Components: 
 render  
 
 
Created: 
 01/Jun/16 11:08 PM  
 
 
Environment: 
 Any  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Devon Tucker  
 

  
 
 
 
 

 
 Browsing a layer with a PerpendicularOffset styling can somtimes cause an ArrayIndexOutOfBoundsException. See the attached log snippet, shapefile, and style. The request itself was: RawKvp =  {REQUEST=GetMap, FORMAT=image/png, SRS=EPSG:2263, BBOX=995646.4764052024,214704.64625684023,999312.2141587015,217931.36311005297, VERSION=1.1.1, STYLES=, SERVICE=WMS, WIDTH=769, HEIGHT=677, TRANSPARENT=true, LAYERS=cite:shore_corrected} It looks like what's going on is that the StreamingRenderer is not checking for an empty geometry after clipping, which seems to occur if invalid geometries are either present in the feature itself, or if they are produced by some of the simplifications involved (even when the clipping is done "safely" by buffering to feature by zero to fix it). The uploaded shapefile reports no invalid features according to GDAL/OGR. I have a fix for this issue ready to go.  
 

 

Re: [Geotools-devel] ImageMosaic API refactor proposal

2016-06-01 Thread Jody Garnett
I am not the original author, although I did revise yesterday for each api
change to have a motivation/before/after story.

Additional comments inline:

On 1 June 2016 at 11:02, Andrea Aime  wrote:

>
>- *Description*: this is fine, makes sense, no questions (one thing,
>the recursive file loading during indexing is already the default behavior
>as far as I know)
>
> Okay, not sure I am that close to it.

>
>- *Index Generation: *quite a bit lost here, how are
>MosaicIndexConfiguration and GranuleCatalogManager going to be used by the
>existing classes? Or are they replacing it? I'd need to understand how the
>existing code is going to get reshuffled into a generic machiner plus
>default implementations of the two above objects? Also, can you provide an
>example of an alternate implementation (being the refactor targeted to
>extensibility)
>
> They will be used by the existing classes, the logic has been isolated
into MosaicIndexConfiguration rather than dispersed across the codebase.
CatalogMangaer is an example of how this is done (it was also renamed to
GranuleCatalogManager because I found the name rather generic).

>
>- *Harvesting: *same as above, how is the code going to be moved
>around, and examples of alternate implementations
>
>  We may be able to pull together an example of an alternate implementation
from the RnD fork, but the RnD fork has this logic scattered across the
codebase so it would not be definitive.

>
>- *Delegate coverage acceptance/rejection to a predicate object*:
>makes sense I guess, so the reason to have this plugable is because you
>might roll a collector that has less limitations than the default ones?
>
> Exactly.

>
>- *Pre-process Granule Footprint Before Indexing*: makes sense,
>thinking out loud is the footprint the only thing that needs reprocessing?
>
> Only reprocessing that was identified in RnD fork, however I suspect that
properties collectors may of been used to reprocess (but that is just an
educated guess based on the API rather than proof).

>
>- *Generalize Mosaicking per GranuleCollector and Update
>GranuleCollector to a tree-like hierarchy*: an example would be useful
>
>
>- *Enhance the GranuleDescriptor and GranuleCatalogVisitor interfaces:
>*same as above, examples of these "arbitrary properties" to be used
>would be useful
>
> data collection metadata from the geotiff header, file creation /
modification dates, resolution ... or assumptions of sensor (and thus
accuracy) based on file naming convention).

Thanks for feedback.
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] proposal:

2016-06-01 Thread Jody Garnett
Thanks, we are currently at:


   - Andrea Aime +1 (second)
   - Ben Caradoc-Davies +1
   - Christian Mueller
   - Ian Turton +1
   - Jody Garnett +1 (motion)
   - Justin Deoliveira +1
   - Simone Giannecchini +1

Community response:

   - Torben: Seems like a good idea

I am going to start on a pull request for you to review Justin, hopefully
Christian get's back to this thread so we can declare this passed.

While we are back where we started, we have a much better understanding of
where here is - thanks to everyone for keeping this professional (difficult
with such a bike shed problem).


--
Jody Garnett

On 31 May 2016 at 14:56, Jody Garnett  wrote:

> We have the following motion:
>
> "Apply OSGeo copyright on creation/contribution"
>
> And response via email:
>
>- Andrea Aime +1 (second)
>- Ben Caradoc-Davies +0 (agreement but no clear vote)
>- Christian Mueller
>- Ian Turton
>- Jody Garnett +1 (motion)
>- Justin Deoliveira +0 (agreement but no clear vote)
>- Simone Giannecchini
>
> Community response:
>
>- Torben: Seems like a good idea
>
> With this motion approved I will update the developers guide as outlined
> in the proposal
> 
> .
> --
> Jody Garnett
>
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] proposal:

2016-06-01 Thread Ben Caradoc-Davies
Have you seen my old ring? I seem to have lost it.  :-)

On 02/06/16 00:48, Justin Deoliveira wrote:
> Been a long road to get essentially back to
> where we started :)

-- 
Ben Caradoc-Davies 
Director
Transient Software Limited 
New Zealand

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] ImageMosaic API refactor proposal

2016-06-01 Thread Andrea Aime
Hi Jody,
at present I cannot vote on the proposal because I have troubles getting a
grip on it.

Here are a few things that might help understanding, section by section:

   - *Description*: this is fine, makes sense, no questions (one thing, the
   recursive file loading during indexing is already the default behavior as
   far as I know)
   - *Index Generation: *quite a bit lost here, how are
   MosaicIndexConfiguration and GranuleCatalogManager going to be used by the
   existing classes? Or are they replacing it? I'd need to understand how the
   existing code is going to get reshuffled into a generic machiner plus
   default implementations of the two above objects? Also, can you provide an
   example of an alternate implementation (being the refactor targeted to
   extensibility)
   - *Harvesting: *same as above, how is the code going to be moved around,
   and examples of alternate implementations
   - *Delegate coverage acceptance/rejection to a predicate object*: makes
   sense I guess, so the reason to have this plugable is because you might
   roll a collector that has less limitations than the default ones?
   - *Pre-process Granule Footprint Before Indexing*: makes sense, thinking
   out loud is the footprint the only thing that needs reprocessing?
   - *Generalize Mosaicking per GranuleCollector and Update
   GranuleCollector to a tree-like hierarchy*: an example would be useful
   - *Enhance the GranuleDescriptor and GranuleCatalogVisitor interfaces: *same
   as above, examples of these "arbitrary properties" to be used would be
   useful

Cheers
Andrea


On Wed, Jun 1, 2016 at 2:48 AM, Jody Garnett  wrote:

> Proposal is updated:
> https://github.com/geotools/geotools/wiki/Refactor-ImageMosaic-for-extensibility
>
> I reworded the API change section with clear BEFORE/AFTER descriptions
> making it easier to follow. After this I am far more comfortable with the
> proposal as a whole. I have some specific class naming doubts (is
> GranuleCatalogManager really a manager) but they can be sorted out during
> the refactor.
>
> +1
>
> A couple feedbacks:
>>
> - (done) go ahead and merge back to master, we can edit there as a group :)
>> - (done) for the API change on MosaicIndexConfiguration - can you take
>> the cometary out to some bullet points so we can see the proposed class in
>> one go
>> - (done) the tasks section seems incomplete, we mostly use this to check
>> that you have enough resources/time to get the work done
>> - loadGranuleCatalogFromDataStore seems a bit odd to make, taking a
>> properties file (I guess of connection parameters) rather than a DataStore?
>> We have the Repository API that meets this need for app-schema and
>> pregeneralized datastore (I do not think you will have scope to address
>> this one)
>> - MosaicIndexConfiguration <-- is this really a configuration? It looks
>> to be more of a strategy
>> - (done) I am not familiar with this codebase so a diagram (say from
>> objectaid ) could help
>> - (done) Consider moving your before and after code examples, and a
>> diagram up to the description section :)
>> --
>> Jody Garnett
>>
>
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
>


-- 
==
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

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the 

[Geotools-devel] [JIRA] (GEOT-5429) Add support for translucent colors to GradientColorMapGenerator

2016-06-01 Thread Andrea Aime [Administrator] (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrea Aime [Administrator] created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoTools /  GEOT-5429  
 
 
  Add support for translucent colors to GradientColorMapGenerator   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Andrea Aime [Administrator]  
 
 
Components: 
 render  
 
 
Created: 
 01/Jun/16 2:50 PM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Andrea Aime [Administrator]  
 

  
 
 
 
 

 
 Right now it only supports opaque colors when using literal colormaps (hex or rgb). Add support for rgba(r,g,b,a) using a CSS like syntax (alpha being expressed as a float between 0 and 1)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 

Re: [Geotools-devel] proposal:

2016-06-01 Thread Justin Deoliveira
Updated proposal with my +1. Been a long road to get essentially back to
where we started :)

On Wed, Jun 1, 2016 at 2:34 AM Ian Turton  wrote:

> +1
>
> Ian
> On 31 May 2016 23:57, "Jody Garnett"  wrote:
>
>> We have the following motion:
>>
>> "Apply OSGeo copyright on creation/contribution"
>>
>> And response via email:
>>
>>- Andrea Aime +1 (second)
>>- Ben Caradoc-Davies +0 (agreement but no clear vote)
>>- Christian Mueller
>>- Ian Turton
>>- Jody Garnett +1 (motion)
>>- Justin Deoliveira +0 (agreement but no clear vote)
>>- Simone Giannecchini
>>
>> Community response:
>>
>>- Torben: Seems like a good idea
>>
>> With this motion approved I will update the developers guide as outlined
>> in the proposal
>> 
>> .
>> --
>> Jody Garnett
>>
>>
>> --
>> What NetFlow Analyzer can do for you? Monitors network bandwidth and
>> traffic
>> patterns at an interface-level. Reveals which users, apps, and protocols
>> are
>> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>> J-Flow, sFlow and other flows. Make informed decisions using capacity
>> planning reports.
>> https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
>> ___
>> GeoTools-Devel mailing list
>> GeoTools-Devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>
>>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Proposal: ask OSGeo for legal advice on copyright headers

2016-06-01 Thread Ian Turton
+1
Ian
On 31 May 2016 21:57, "Ben Caradoc-Davies"  wrote:

> I propose that we ask OSGeo to: "Obtain legal advice on the need for and
> form of source code copyright headers."
>
> So far we have three +1 votes but we need more. PMC?
>
> Kind regards,
>
> --
> Ben Caradoc-Davies 
> Director
> Transient Software Limited 
> New Zealand
>
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] proposal:

2016-06-01 Thread Ian Turton
+1

Ian
On 31 May 2016 23:57, "Jody Garnett"  wrote:

> We have the following motion:
>
> "Apply OSGeo copyright on creation/contribution"
>
> And response via email:
>
>- Andrea Aime +1 (second)
>- Ben Caradoc-Davies +0 (agreement but no clear vote)
>- Christian Mueller
>- Ian Turton
>- Jody Garnett +1 (motion)
>- Justin Deoliveira +0 (agreement but no clear vote)
>- Simone Giannecchini
>
> Community response:
>
>- Torben: Seems like a good idea
>
> With this motion approved I will update the developers guide as outlined
> in the proposal
> 
> .
> --
> Jody Garnett
>
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
>
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Proposal: ask OSGeo for legal advice on copyright headers

2016-06-01 Thread Andrea Aime
+1

Cheers
Andrea

On Tue, May 31, 2016 at 9:56 PM, Ben Caradoc-Davies 
wrote:

> I propose that we ask OSGeo to: "Obtain legal advice on the need for and
> form of source code copyright headers."
>
> So far we have three +1 votes but we need more. PMC?
>
> Kind regards,
>
> --
> Ben Caradoc-Davies 
> Director
> Transient Software Limited 
> New Zealand
>
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>



-- 
==
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

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.



The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

---
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Proposal: ask OSGeo for legal advice on copyright headers

2016-06-01 Thread Christian Mueller
+1

Cheers

On Wed, Jun 1, 2016 at 9:43 AM, Simone Giannecchini <
simone.giannecch...@geo-solutions.it> wrote:

> +1
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://goo.gl/it488V 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
>
> ---
> AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
> Le informazioni contenute in questo messaggio di posta elettronica e/o
> nel/i file/s allegato/i sono da considerarsi strettamente riservate.
> Il loro utilizzo è consentito esclusivamente al destinatario del
> messaggio, per le finalità indicate nel messaggio stesso. Qualora
> riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
> cortesemente di darcene notizia via e-mail e di procedere alla
> distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
> Conservare il messaggio stesso, divulgarlo anche in parte,
> distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
> diverse, costituisce comportamento contrario ai principi dettati dal
> D.Lgs. 196/2003.
>
> The information in this message and/or attachments, is intended solely
> for the attention and use of the named addressee(s) and may be
> confidential or proprietary in nature or covered by the provisions of
> privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
> Data Protection Code).Any use not in accord with its purpose, any
> disclosure, reproduction, copying, distribution, or either
> dissemination, either whole or partial, is strictly forbidden except
> previous formal approval of the named addressee(s). If you are not the
> intended recipient, please contact immediately the sender by
> telephone, fax or e-mail and delete the information in this message
> that has been received in error. The sender does not give any warranty
> or accept liability as the content, accuracy or completeness of sent
> messages and accepts no responsibility  for changes made after they
> were sent or for other risks which arise as a result of e-mail
> transmission, viruses, etc.
>
>
> On Wed, Jun 1, 2016 at 12:00 AM, Justin Deoliveira 
> wrote:
> > +1.
> >
> > On Tue, May 31, 2016 at 3:50 PM Jody Garnett 
> wrote:
> >>
> >> So far we have:
> >>
> >> Andrea Aime
> >> Ben Caradoc-Davies +1
> >> Christian Mueller
> >> Ian Turton
> >> Jody Garnett +1
> >> Justin Deoliveira
> >> Simone Giannecchini
> >>
> >>
> >>
> >> --
> >> Jody Garnett
> >>
> >> On 31 May 2016 at 12:56, Ben Caradoc-Davies  wrote:
> >>>
> >>> I propose that we ask OSGeo to: "Obtain legal advice on the need for
> and
> >>> form of source code copyright headers."
> >>>
> >>> So far we have three +1 votes but we need more. PMC?
> >>>
> >>> Kind regards,
> >>>
> >>> --
> >>> Ben Caradoc-Davies 
> >>> Director
> >>> Transient Software Limited 
> >>> New Zealand
> >>>
> >>>
> >>>
> --
> >>> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> >>> traffic
> >>> patterns at an interface-level. Reveals which users, apps, and
> protocols
> >>> are
> >>> consuming the most bandwidth. Provides multi-vendor support for
> NetFlow,
> >>> J-Flow, sFlow and other flows. Make informed decisions using capacity
> >>> planning reports.
> >>> https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> >>> ___
> >>> GeoTools-Devel mailing list
> >>> GeoTools-Devel@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
> >>
> >>
> >>
> >>
> --
> >> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> >> traffic
> >> patterns at an interface-level. Reveals which users, apps, and protocols
> >> are
> >> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> >> J-Flow, sFlow and other flows. Make informed decisions using capacity
> >> planning reports.
> >>
> https://ad.doubleclick.net/ddm/clk/305295220;132659582;e___
> >> GeoTools-Devel mailing list
> >> GeoTools-Devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/geotools-devel
> >
> >
> >
> --
> > What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> > patterns at an interface-level. Reveals which users, apps, and protocols
> are
> > consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> > J-Flow, sFlow and 

Re: [Geotools-devel] Proposal: ask OSGeo for legal advice on copyright headers

2016-06-01 Thread Simone Giannecchini
+1

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V 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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Wed, Jun 1, 2016 at 12:00 AM, Justin Deoliveira  wrote:
> +1.
>
> On Tue, May 31, 2016 at 3:50 PM Jody Garnett  wrote:
>>
>> So far we have:
>>
>> Andrea Aime
>> Ben Caradoc-Davies +1
>> Christian Mueller
>> Ian Turton
>> Jody Garnett +1
>> Justin Deoliveira
>> Simone Giannecchini
>>
>>
>>
>> --
>> Jody Garnett
>>
>> On 31 May 2016 at 12:56, Ben Caradoc-Davies  wrote:
>>>
>>> I propose that we ask OSGeo to: "Obtain legal advice on the need for and
>>> form of source code copyright headers."
>>>
>>> So far we have three +1 votes but we need more. PMC?
>>>
>>> Kind regards,
>>>
>>> --
>>> Ben Caradoc-Davies 
>>> Director
>>> Transient Software Limited 
>>> New Zealand
>>>
>>>
>>> --
>>> What NetFlow Analyzer can do for you? Monitors network bandwidth and
>>> traffic
>>> patterns at an interface-level. Reveals which users, apps, and protocols
>>> are
>>> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>>> J-Flow, sFlow and other flows. Make informed decisions using capacity
>>> planning reports.
>>> https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
>>> ___
>>> GeoTools-Devel mailing list
>>> GeoTools-Devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>>
>>
>>
>> --
>> What NetFlow Analyzer can do for you? Monitors network bandwidth and
>> traffic
>> patterns at an interface-level. Reveals which users, apps, and protocols
>> are
>> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>> J-Flow, sFlow and other flows. Make informed decisions using capacity
>> planning reports.
>> https://ad.doubleclick.net/ddm/clk/305295220;132659582;e___
>> GeoTools-Devel mailing list
>> GeoTools-Devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>


Re: [Geotools-devel] proposal:

2016-06-01 Thread Simone Giannecchini
+1
Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V 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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Tue, May 31, 2016 at 11:56 PM, Jody Garnett  wrote:
> We have the following motion:
>
> "Apply OSGeo copyright on creation/contribution"
>
> And response via email:
>
> Andrea Aime +1 (second)
> Ben Caradoc-Davies +0 (agreement but no clear vote)
> Christian Mueller
> Ian Turton
> Jody Garnett +1 (motion)
> Justin Deoliveira +0 (agreement but no clear vote)
> Simone Giannecchini
>
> Community response:
>
> Torben: Seems like a good idea
>
> With this motion approved I will update the developers guide as outlined in
> the proposal.
> --
> Jody Garnett
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> GeoTools-Devel mailing list
> GeoTools-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel