opengeospatial / geoparquet

Specification for storing geospatial vector data (point, line, polygon) in Parquet
https://geoparquet.org
Apache License 2.0
838 stars 57 forks source link

Refer to RFC 2119 for definition of requirement levels #160

Closed tschaub closed 1 year ago

tschaub commented 1 year ago

This adds a link to RFC 2119 for the definition of "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL".

I changed a number of instances of "must" to "MUST" (etc.) to conform with convention. I didn't change all. Personally I feel like this is enough to unblock the 1.0.0-beta.1 release and that we can keep iterating on formalizing the requirements (but I'm also open to suggested changes).

Fixes #26.