opengeospatial / ets-ogcapi-edr10

Other
2 stars 5 forks source link

How to reference CRS84 #90

Closed ghobona closed 2 years ago

ghobona commented 3 years ago

Some Abstract Tests in the Standard use the canonical URI (http://www.opengis.net/def/crs/OGC/1.3/CRS84), whereas some examples in the Standard use the short name CRS84.

A separate GitHub Issue (https://github.com/opengeospatial/ogcapi-environmental-data-retrieval/issues/324) offers a recommendation for future versions of the standard.

For the current version of the standard, since Abstract Tests are normative and examples are generally informative, we propose to configure the ETS to allow use of the canonical URI (http://www.opengis.net/def/crs/OGC/1.3/CRS84).

The short name could then be handled in one of two ways:

ghobona commented 3 years ago

Cc: @chris-little @m-burgoyne @iandruska-ibl @boyi-shangguan @ShaneMill1

chris-little commented 3 years ago

@ghobona @m-burgoyne, @iandruska-ibl, @boyi-shangguan, @shaneMill1 I prefer Option B for V1.0.0 and Option A for V1.0.1, but want to see what the implementers think and prefer.

boyi-shangguan commented 3 years ago

I agree with chris that use Option B for V1.0.0 and Option A for V1.0.1.

m-burgoyne commented 3 years ago

I am happy with the approach suggested by @chris-little (Option B for V1.0.0 and Option A for V1.0.1).

ghobona commented 2 years ago

@chris-little Looking at the draft v1.0.1 today 2022-02-14, I see that the examples in Annex C still use:

"crs" : ["CRS84"]

I understood your earlier response in this thread to mean that the examples would also be updated to use the value:

"crs" : ["http://www.opengis.net/def/crs/OGC/1.3/CRS84"]

Using the complete URI would also make the examples consistent with Abstract Test 133.

ghobona commented 2 years ago

Addressed by v1.0.1.