This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git.


    from bc9df39  `FeatureSet` use `CRSBuilder` for constructing an horizontal 
and temporal CRS from the variables. The temporal CRS allows construction of 
the "datetimes" characteristics on the "trajectory" property.
     new 4f89f2a  Force the use of `Vector` (i.e. make sure that we don't get a 
`List<String>`) when reading coordinate variables. If the variable contains 
texts, those texts will be parsed as numbers.
     new fa1e45b  Share the same code for enumeration support between 
`RasterResource` et `FeatureSet`.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/sis/internal/netcdf/CRSBuilder.java |   4 +-
 .../org/apache/sis/internal/netcdf/FeatureSet.java |  25 +--
 .../java/org/apache/sis/internal/netcdf/Node.java  |  33 ++--
 .../apache/sis/internal/netcdf/RasterResource.java |  30 ++--
 .../org/apache/sis/internal/netcdf/Variable.java   | 173 +++++++++++----------
 .../sis/internal/netcdf/impl/VariableInfo.java     |  22 ++-
 .../sis/internal/netcdf/ucar/VariableWrapper.java  |  39 +----
 7 files changed, 156 insertions(+), 170 deletions(-)

Reply via email to