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 aa6e471d74 chore(Build): add missing gradle wrapper configuration
     new c13e1339eb Partial support of `WritableAggregate` in GeoTIFF store. 
For now, only adding resources is supported, not removing them.
     new 603c5713cc Add a "translate" sub-command to the "sis" command line. 
This sub-command rewrites a raster in another format.
     new 0ac8c06a94 If an envelope cannot be transformed for metadata purpose, 
consider that as a warning rather than a fatal error. It happens when the CRS 
is an engineering CRS with no geodetic, projected, vertical or temporal 
component.

The 3 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:
 .../main/org/apache/sis/console/Command.java       |   1 +
 .../main/org/apache/sis/console/CommandRunner.java |  16 +++
 .../org/apache/sis/console/Commands.properties     |   1 +
 .../org/apache/sis/console/Commands_fr.properties  |  17 +--
 .../main/org/apache/sis/console/HelpCommand.java   |   3 +-
 .../main/org/apache/sis/console/Option.java        |   8 +-
 .../main/org/apache/sis/console/Options.properties |   3 +-
 .../org/apache/sis/console/Options_fr.properties   |  23 ++--
 .../org/apache/sis/console/TransformCommand.java   |   6 +-
 .../org/apache/sis/console/TranslateCommand.java   | 105 ++++++++++++++++++
 .../apache/sis/storage/geotiff/GeoTiffStore.java   |  36 ++++++-
 .../sis/storage/geotiff/GeoTiffStoreProvider.java  |   5 +-
 .../sis/storage/geotiff/ImageFileDirectory.java    |   6 +-
 .../org/apache/sis/storage/geotiff/Reader.java     |   8 ++
 .../apache/sis/storage/geotiff/WritableStore.java  |  83 +++++++++++++++
 .../org/apache/sis/storage/geotiff/Writer.java     |  16 +++
 .../sis/storage/aggregate/GroupAggregate.java      |   6 +-
 .../apache/sis/storage/base/MetadataBuilder.java   |  20 ++--
 .../apache/sis/storage/base/SimpleAggregate.java   |  57 ++++++++++
 .../org/apache/sis/storage/base/URIDataStore.java  |   2 +
 .../sis/storage/base/WritableAggregateSupport.java | 118 +++++++++++++++++++++
 .../WritableGridCoverageSupport.java}              |  29 +++--
 .../main/org/apache/sis/storage/csv/Store.java     |   7 +-
 .../org/apache/sis/storage/esri/RasterStore.java   |   7 +-
 .../org/apache/sis/storage/esri/WritableStore.java |   6 +-
 .../apache/sis/storage/image/WorldFileStore.java   |   6 +-
 .../apache/sis/storage/image/WritableResource.java |   6 +-
 .../org/apache/sis/storage/internal/Resources.java |   6 ++
 .../sis/storage/internal/Resources.properties      |   1 +
 .../sis/storage/internal/Resources_fr.properties   |   1 +
 optional/src/org.apache.sis.gui/bundle/bin/sis     |   2 +-
 optional/src/org.apache.sis.gui/bundle/bin/sisfx   |   2 +-
 32 files changed, 520 insertions(+), 93 deletions(-)
 create mode 100644 
endorsed/src/org.apache.sis.console/main/org/apache/sis/console/TranslateCommand.java
 create mode 100644 
endorsed/src/org.apache.sis.storage.geotiff/main/org/apache/sis/storage/geotiff/WritableStore.java
 create mode 100644 
endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/base/SimpleAggregate.java
 create mode 100644 
endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/base/WritableAggregateSupport.java
 rename 
endorsed/src/org.apache.sis.storage/main/org/apache/sis/storage/{internal/WritableResourceSupport.java
 => base/WritableGridCoverageSupport.java} (91%)

Reply via email to