The 'descgeog' and 'taxonomy' values from a shapefile in an XML file are dropped from the output XML file after running the USGS MP Metadata Translator geoprocessing tool.
上次发布: January 3, 2019ArcGIS for Desktop
漏洞 ID 编号
BUG-000118927
已提交
December 19, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.6.1
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
ArcMap and ArcCatalog are only aware of the basic Federal Geographic Data Committee (FGDC) Content Standard for Digital Spatial Metadata (CSDGM) metadata elements specified in the original standard, and not any additional elements such as taxonomy that are specified in extensions to the CSDGM standard such as the Biological profile.
When metadata is edited and updated in ArcMap and ArcCatalog, the order of the XML elements stored in the item's metadata document are not explicitly preserved. This is a Microsoft limitation. For example, if the CSDGM standard specifies a group element contains 4 other elements a, b, c, d, those children elements must be presented in order of a, b, c, d. But, in ArcMap and ArcCatalog as the metadata is edited and updated, the children elements can be rearranged such as c, a, d, b. If the metadata document is processed this way by mp.exe, it generates error messages that the elements are out of order.
Therefore, before exporting metadata using the geoprocessing tool, place the elements into the appropriate order so that mp.exe is happy with the document. The function that orders the elements does not know about extended elements defined in profiles of the CSDGM.
When processing the item's metadata directly using mp.exe without the geoprocessing tool, users are lucky that the elements already exist in the correct order. Use mp.exe directly for the workflow instead of using the geoprocessing tool if it works for the user.
解决办法
Running this via the Command Prompt preserves the necessary <descgeog>Drew Test 2</descgeog> and <taxonomy> values.
Open Command Prompt.
Enter the following folder via the Command Prompt: C:\Program Files (x86)\ArcGIS\Desktop10.6\bin.
Once in the bin folder, call on the tool 'mp.exe'.
Enter the following parameters and change the file paths accordingly. The format is <input>, <output>, <configuration file>.