-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
defectConventions text meaning not as intended, misleading, unclear, has typos, format or language errorsConventions text meaning not as intended, misleading, unclear, has typos, format or language errors
Description
In Chapter 8. Reduction of Dataset Size section 8.1. Packed Data on line 18 https://github.com/cf-convention/cf-conventions/blob/main/ch08.adoc#L18 it states,
It is not advised to unpack an
int
into afloat
as there is a potential precision loss.
This is a warning about what not to do, but does not provide a suggestion of what should be done. Does this mean unpacked data should be type int? Or type double? I suggest re-wording to provide positive advice (if there is a simple thing that should be done), rather than negative advice. The 'not advised' is appropriate language if there are many possible correct actions that could be taken.
If someone can offer clarity, I will issue a pull request.
Metadata
Metadata
Assignees
Labels
defectConventions text meaning not as intended, misleading, unclear, has typos, format or language errorsConventions text meaning not as intended, misleading, unclear, has typos, format or language errors