opengeospatial / CoverageJSON

Public repo for CoverageJSON project
Apache License 2.0
10 stars 8 forks source link

Clarify that domains and ndarrays must be at least 1D #68

Closed jonblower closed 2 years ago

jonblower commented 2 years ago

I think it's sensible to be explicit that domains must have at least one axis, and so must the corresponding NdArrays. The current spec allows for NdArrays to be zero-dimensional (which might allow for use cases outside Coverages) but I think that a domain and NdArray must have at least one dimension (even if it is single-valued) in order to be referenced to space or time.

If people think this is sensible, I can formulate a PR.

Thoughts @chris-little , @marqh , @jerstlouis ?

chris-little commented 2 years ago

@jonblower Agreed, and a PR is best done by you.

chris-little commented 2 years ago

agreed to PR merge and issue close 2022-05-11