[
https://issues.apache.org/jira/browse/SIS-315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16744045#comment-16744045
]
Martin Desruisseaux commented on SIS-315:
-----------------------------------------
Patch applied in a modified way. The following have been omitted:
* {{CFConvention}} class has been omitted since CF-Conventions are applied by
default in the main classes.
* {{CFConvention.parseTimeUnits(String)}} method since the work is performed by
SIS {{Units.valueOf(String)}} method.
* {{CFConvention.areRelatedSampleDimensions}} since most of this work is done
by {{Variable}}.
The remaining method have been modified for making them more general. The
modified {{RestecConvention}} class has been attached to this issue, but not
yet committed since it is quite specific; we don't know yet how frequent this
pattern may be.
The existing {{HYCOM}} class has not yet been retrofitted in the new
{{Convention}} class.
> NetCDF: convention interface and parsing utilities
> --------------------------------------------------
>
> Key: SIS-315
> URL: https://issues.apache.org/jira/browse/SIS-315
> Project: Spatial Information Systems
> Issue Type: Improvement
> Components: Storage
> Affects Versions: 0.6, 0.7, 0.8
> Reporter: Johann Sorel
> Assignee: Martin Desruisseaux
> Priority: Minor
> Labels: NetCDF
> Fix For: 1.0
>
> Attachments: Conventions (version 2).patch, RestecConvention.java,
> netcdfconvention.patch
>
>
> NetCDF has a wide range of conventions, this patch include a start of api and
> utility methods the most used NetCDF-CF convention.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)