Properties returned for GET /api/crs/catalog/v3/coordinate-reference-system

cc @gehrmann @debasisc

@spencer the CRS GET function works fine; however the amount of detail returned is minimal. Below is a current example for BoundProjected. The request is to add more properties as initially described.

  • Agreed return all properties rather than remove like 1 or 2:

Request (with parameters)

{{osduonaws_base_url}}/api/crs/catalog/v3/coordinate-reference-system?dataId=BoundProjected:EPSG::32065_EPSG::15851

Current response

{
    "searchResults": {
        "results": [
            {
                "data": {
                    "Description": null,
                    "InactiveIndicator": null,
                    "ID": "BoundProjected:EPSG::32065_EPSG::15851",
                    "Code": "32065079",
                    "Source": "Workbook Resources/IOGP/Manifests/reference-data/CoordinateReferenceSystem.1.1.0.json; commit SHA 7c674465.",
                    "CommitDate": "2022-04-05T07:38:10+0200",
                    "Name": "NAD27 * OGP-Usa Conus / BLM zone 15N (US survey feet) [32065,15851]"
                },
                "kind": "osdu:wks:reference-data--CoordinateReferenceSystem:1.1.0",
                "id": "osdu:reference-data--CoordinateReferenceSystem:BoundProjected:EPSG::32065_EPSG::15851",
                "version": 1650556509950336
            }
        ],
        "totalCount": 1
    },
    "query": "data.ID: \"BoundProjected:EPSG::32065_EPSG::15851\""
}

Proposed response to include

The word document shows the properties that are useful to return. Also the excel spreadsheet shows all properties and the importance.

Edited by Bert Kampes