You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see there's no where to put that in 19115-2 unless we:
add a citedResponsibleParty with a role of distributor
add it to distribution info (which still requires a ResponsibleParty)
The problem is the citation block is where the main uri needs to go (supported by adiwgJSON, fixed in 19115-1). We shouldn't be losing that info during the translation to 19115_2. Thoughts?
For datasetURI adiwgJson more closely follows the ISO 19115-1 convention which is to include links to the resource in the onlineResource section of the resource citation. Because citation onlineResource(s) are not supported in -2, datasetURI was being used as it will be in -1 and filled with a link to the metadata resource. I changed this to drop the -1 interpretation of identifying the metadata resource and instead populate datasetURI with the URI with the first onlineResource URI of resource citation found in the adiwgJson.
The iso19115_2 writer is not outputting the onlineResource for metadata{ } > resourceInfo{ } > citation{ }.
The text was updated successfully, but these errors were encountered: