[Geotools-devel] [JIRA] (GEOT-5428) Support NetCDF rotated pole projection

2016-05-31 Thread Ben Caradoc-Davies [Administrator] (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ben Caradoc-Davies [Administrator] created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 GeoTools /  GEOT-5428  
 
 
  Support NetCDF rotated pole projection   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Ben Caradoc-Davies [Administrator]  
 
 
Components: 
 coverage-multidim  
 
 
Created: 
 01/Jun/16 6:47 AM  
 
 
Priority: 
  Medium  
 
 
Reporter: 
 Ben Caradoc-Davies [Administrator]  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v1000.25.1#10-sha1:fa89b69)  
 
 

 
   
 

  
 

  
 

   


Re: [Geotools-devel] ImageMosaic API refactor proposal

2016-05-31 Thread Jody Garnett
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


Re: [Geotools-devel] proposal:

2016-05-31 Thread Ben Caradoc-Davies
+1.

On 01/06/16 09: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
>

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


[Geotools-devel] Question regarding signed 8 bit rasters

2016-05-31 Thread Rob Emanuele
Hello,

I have an example of a GridCoverage2D that I am trying to create with an
signed byte data type. This seems like it should be possible...I create a
GridSampleDimension with a SampleDimensionType of
SampleDimensionType.SIGNED_8BITS. I then use that GridSampleDimension in
the GridCoverageFactory.create call, which for some reason sets the type to
SampleDimensionType.UNSIGNED_8BITS.

Tracing through the code, when I originally create the GridSampleDimension,
a call to TypeMap.getSampleDimensionType is made (
https://github.com/geotools/geotools/blob/14.3/modules/library/coverage/src/main/java/org/geotools/coverage/TypeMap.java#L259)
which evaluates to the correct dimension type, based on the range of
values. During the creation of the GridCoverage2D, the range of values is
ignored, and we end up at this call of TypeMap.getSampleDimensionType (
https://github.com/geotools/geotools/blob/14.3/modules/library/coverage/src/main/java/org/geotools/coverage/TypeMap.java#L285),
which assumes any DataBuffer of TYPE_BYTE must mean unsigned bytes.

I see this behavior also when reading in GeoTiffs that have unsigned byte
types; it reads the SampleDimenisonType as a unsigned byte.

This seems like a bug, can someone please confirm? Or am I missing how to
detect signed bytes?

Thanks,
Rob
--
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-05-31 Thread Justin Deoliveira
+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: ask OSGeo for legal advice on copyright headers

2016-05-31 Thread Jody Garnett
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


[Geotools-devel] proposal:

2016-05-31 Thread Jody Garnett
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


[Geotools-devel] GeoTools / GeoServer Meeting 2016-05-31

2016-05-31 Thread Ben Caradoc-Davies
GeoTools / GeoServer Meeting 2016-05-31
===

Attending
-

Ben Caradoc-Davies
Torben Barsballe
Jukka Rahkonen
Jody Garnett

Agenda
--

- GeoTools copyright header policy
- Release of 15.0 / 2.9.0
- Bug reports for 2.9.0
- Proposals and pull requests

Actions
---

- Ben to email list to ask for more PMC votes on OSGeo copyright header 
legal advice [DONE]
- Jody: Contact Justin to declare this one done, merge in change to 
developers guide

Actions from last meeting
-

- Jukka will check about hangout access (upgraded Skype instead)
- Jukka will test Windows installer and service for GEOS-7507 
(Alessandro Parma fixed the issue with directory of temporary files)

GeoTools copyright header policy


- Q: Any update on need for dates in copyright headers?

 
https://github.com/geotools/geotools/wiki/Updates-to-Copyright-Header-Policy

   A: Discussion RESOLVED on email, need to update the developers guide 
next.

   Resolution is to put file creation date in the headers and call it day.

   Action: Contact Justin to declare this one done, merge in change to 
developers guide.

- Jody to ask OSGeo or a partner organisation for legal advice

   Blocked: pending email motion from PSC.

   Action: Ben to take email thread as distinct motion
   (rather than an email discussion).

Release of 15.0 / 2.9.0
---

- Jody/Devon released 15.0 / 2.9.0.

   Release is done - yeah!

   Simone and Andrea added additional tasks to the blog (and asked for a 
distinct "blog post review" email next time).

   Need more links for "about 2.9 release" section (covering RnD etc...).

- Alessandro Parma volunteering to do upcoming release (added to 
blogger, other credentials will be needed).

Bug reports for 2.9.0
-

[GEOS-7565] Cluster settings - "Couldn't resolve model type..." warning
https://osgeo-org.atlassian.net/browse/GEOS-7565
- Wicket upgrade failure? In community module?

Legend graphic email on user list?
- report to Jira, discuss on user list

GeoTools Proposals
--

ImageMosaic API Change
- 
https://github.com/geotools/geotools/wiki/Refactor-ImageMosaic-for-extensibility
- this was proposed over a month ago
- limited discussion on the email list
- What is next - is it ready for vote?

GeoServer Proposals
---

https://github.com/geoserver/geoserver/wiki/Proposals

GSIP 130 Layer Group Vendor Options
- motion is approved! Progress stuck waiting on Kevin availability

GSIP 133 - Server wide SRS list rework
- A year old, feature request, no content
- Marking as Deferred

GSIP 138 - Promote Vector Tiles to Extension
- pending documentation before being considered

GSIP 140 - Coverage statistics calculation
- clarification needed before voting

GSIP 143 - Modules Status
- api change complete, moving to 2.9 section
- also listing as active (due to ongoing work on master)

GSIP 144 - LDAP UserGroupService
- Proposal Accepted, PR #1540 Merged

GSIP 145 - Back-up and Restore Extension for GeoServer Configuration
- Discussion? This is a bit of an epic proposal changing how geoserver 
will be used in production.
- Discussion about clustering puppet / vagrant automation etc...
- This is worth a breakout meeting.

   Action: Set meeting time/availability on mailing list.

GSIP 146 - WMS GetLegendGraphic layout improvements
- Discussion has wrapped up, moving to PSC voting

Pull requests
-

- Closed several GeoServer pull requests with no activity for more than 
a year.

Q: How to handle many small "Status" pull requests from Dave Blasby
- can we track these in a jira issue so we do not lose them?

   Action: Ask dave to make a jira issue (and link to pull requests in 
comments).


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


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

2016-05-31 Thread Ben Caradoc-Davies
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