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 9647286  Initial implementation of ESRI ASCII Grid reader.
     new c818b11  Provide a default "data" name in `SampleDimension.Builder`. 
Add a missing method call chaining in `GridCoverageBuilder`.
     new 3bb589a  Complete the ASCII Grid reader implementation.

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/coverage/SampleDimension.java   |  16 +-
 .../sis/coverage/grid/GridCoverageBuilder.java     |   6 +-
 .../sis/internal/coverage/j2d/Colorizer.java       |   3 +-
 .../org/apache/sis/internal/storage/Resources.java |   5 +
 .../sis/internal/storage/Resources.properties      |   1 +
 .../sis/internal/storage/Resources_fr.properties   |   1 +
 .../sis/internal/storage/ascii/CharactersView.java |  49 +++---
 .../apache/sis/internal/storage/ascii/Store.java   | 190 ++++++++++++++-------
 .../sis/internal/storage/ascii/StoreProvider.java  |  45 ++++-
 .../sis/internal/storage/ascii/package-info.java   |  36 +++-
 .../org.apache.sis.storage.DataStoreProvider       |   1 +
 11 files changed, 248 insertions(+), 105 deletions(-)

Reply via email to