Closed duncandewhurst closed 1 year ago
First option: use WGS84 for spatial reference attributes. This remains independent from data CRS (resource attributes).
I agree with the first option, just make is clear in the descriptions that WGS84 must be used along with decimal degrees.
@stufraser1 if you're also happy with this we can move this into the agreed and ready column
The
Location
definition is based on the GeoJSON specification, section 4 of which states that:We should state that explicitly in the descriptions of
.geometry.coordinates
,.bbox
and.centroid
so that implementers know which CRS to use and users/tools know how to interpret coordinates.The alternative would be to allow publishers to use a CRS of their choosing and to add a field to disclose the CRS. However, I see two issues with that approach: the risk of confusion with
Resource.coordinate_system
and the need for systems that consume RDLS metadata to implement conversion between CRSs in order to render locations on a map.