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 2a8655e255 Change of axis order in GeoTIFF writer should accept 
directions such as "North along 90°E".
     new d7d2aed41e Fix an `AssertionError` when writing a 
`MultiPixelPackedSampleModel`.
     new 2b04bd8532 Fix a `NullPointerException` in the JavaFX application.
     new 628fa843c5 Make the JavaFX application easier to launch with the 
optional UCAR netCDF library.
     new f63533fbb6 Improves the encoding of map projection in GeoTIFF files: * 
Fix the missing EPSG code for prime meridian. * Replace "Pseudo-Sinusoidal" by 
"Sinusoidal".

The 4 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:
 .../apache/sis/buildtools/gradle/Assembler.java    |   2 +-
 .../org/apache/sis/metadata/privy/Identifiers.java |   2 +-
 .../org/apache/sis/map/coverage/RenderingData.java |  30 +++--
 .../sis/referencing/ImmutableIdentifier.java       | 131 +++++++++---------
 .../apache/sis/referencing/NamedIdentifier.java    |  24 ++--
 .../sis/referencing/StandardDefinitions.java       |  14 +-
 .../operation/provider/MapProjection.java          |  19 ++-
 .../operation/provider/PseudoMercator.java         |  10 ++
 .../operation/provider/PseudoSinusoidal.java       |  10 ++
 .../sis/storage/geotiff/writer/GeoEncoder.java     | 147 +++++++++++++++------
 .../apache/sis/storage/netcdf/MetadataReader.java  |   2 +-
 .../sis/storage/netcdf/base/RasterResource.java    |  14 +-
 .../apache/sis/io/stream/HyperRectangleWriter.java |  34 ++++-
 .../sis/io/stream/HyperRectangleWriterTest.java    |  44 ++++++
 optional/src/org.apache.sis.gui/bundle/bin/sisfx   |  12 ++
 15 files changed, 335 insertions(+), 160 deletions(-)

Reply via email to