magda-io / magda-minion-format

Magda Format Minion
Other
0 stars 0 forks source link

Update synonyms.json file #3

Closed mwu2018 closed 3 years ago

mwu2018 commented 3 years ago

Description

The current minion format does not create dataset-format correctly for esri dataset.

E.g. dataset-format aspect of esri item with id of 66895723791f4812b823d70637616bcb from https://portal.spatial.nsw.gov.au/portal is

{
    "format": "SCENE",
    "confidenceLevel": 33
}

It should have been

{
    "format": "ESRI SCENESERVER",
    "confidenceLevel": 33
}

Technical Notes

The current file is out-of-date for esri dataset. It needs to be synched to https://github.com/TerriaJS/magda/blob/terria/magda-minion-format/synonyms.json

t83714 commented 3 years ago

We need to look at this when we have time to decide how to consolidate the format string differences among our projects. See https://github.com/magda-io/magda-minion-format/pull/4

t83714 commented 3 years ago

Superseded by #8