desruisseaux commented on a change in pull request #22:
URL: https://github.com/apache/sis/pull/22#discussion_r638788693
##########
File path:
storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/Resources.properties
##########
@@ -45,3 +45,4 @@ UnexpectedDimensionForVariable_4 = Variable \u201c{1}\u201d
in file \u201c{0}\u
UnknownProjectionParameters_2 = Unknown projection parameters in file
\u201c{0}\u201d: {1}
UnmappedDimensions_4 = Variable \u201c{1}\u201d in file
\u201c{0}\u201d has {2,number} dimensions but only {3,number} can be associated
to a coordinate reference system.
UnsupportedDataType_3 = NetCDF file \u201c{0}\u201d uses
unsupported data type {2} for variable \u201c{1}\u201d.
+NoSupportedAxisForDimension_2 = Cannot find any valid axis for dimension
{0} in file {1}.
Review comment:
Currently, keys are in alphabetical order. I'm not sure it is the best
order, but it may be worth to preserve it for now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]