ࡱ> lnk7 p,bjbjUU "R7|7|^(l8<,hdELj^6666& KKKKKKK$M O|K |K66KJ66KKPFX8J6 {`  &G(8JL0ELGhKP/KP8JArcCatalog Quicknotes: Benefits: Harvests metadata about the properties of the data set (bounding coordinates, projection, attribute labels) but the operator must provide the descriptive information of the data set (abstract, accuracy assessments, attribute label definitions) Demo: Open Shape file in ArcCatolog select FGDC Classic as style sheet click metadata tab scroll through metadata to see fields that are auto-populated Automatic update of metadata as data changes, e.g., as attributes are added, features added, etc. XML-based so the metadata is very robust and easily viewed by multiple applications and you can customize the view of the metadata in both style (fonts, colors, graphics) and content (which fields of information are displayed). For traditional FGDC view of metadata, select Stylesheet FGDC Classic Demo: view same metadata record via different style sheets Multilevel - metadata for projects, data sets, map compositions, geodatabases Demo: view metadata at each level ISO-poised ArcCatalog enables view and edit of metadata in the international metadata standard (ISO) format. However, since the US profile of ISO has yet to be drafted, US participants are encouraged to continue to use the CSDGM view and editor. Demo: ISO style sheet and methods to change to ISO wizard (Tools Options Metadata Tab Metadata Editor) More than metadata actually a data management tool that use metadata as the fuel compile / disconnect data explore Demo: preview in geographic or table view content as thumbnail or folders search by keywords, geography, time period, content ** Our focus in this workshop will be on the metadata creation/edit capabilities and we will not explore the data management functions Features Synchronocity Automatic update of data extent, features, etc. can be turned off and manually updated Help in Edit mode F1 key will retrieve CSDGM definition, domain, and conditionality for each element Autopopulates CSDGM mandatory fields for Section 1: Identification and Section 7: Metadata with REQUIRED and element description. Does not indicate conditionality of other elements, must use the F1 key to query field Demo: use of F1 key while in edit mode ESRI Profile includes: properties of geometric networks relationship classes be sure to export in CSDGM txt format for use in mp metadata validation tool Metadata is created upon viewing. e.g. filename.shp.xml Enclosures supporting documents and images can be embedded no place in FGDC standard so must view in ESRI stylesheet format Demo: method for creating enclosures (metadata properties icon, enclosure tab) ** Metadata is treated as an extension of the data created from data packaged with data .eoo Special Considerations. ArcCatalog represents a huge step forward in integrating metadata creation into the data development, and, perhaps more importantly, data management process. As with any groundbreaking technology there are operational issues to be resolved. The following is a list of functions that require careful consideration on the part of the user. Please note that most are circa ArcCatalog Vers. 8.3 and are under consideration by the ArcCatalog production team. Synchronicity, the good and the bad Synchronicity is a wonderful thing. Some estimates consider 50% of the metadata internal to the GIS data set. However, synchronicity comes at a cost. For example: Attribute Labels: Detailed_Description Because ArcCatalog refreshes the metadata to check for added features and attributes at each calling it will automatically load all of the attribute labels. In cases where the attributes are defined elsewhere, such as DLG or Census data, the user will want to reference the data dictionary, specification manual, online linkage, etc. using the Overview_Description and bypass the Detailed_Description. This is not an option in ArcCatalog and, by loading all of the attributes and not providing the detailed information, the metadata file will not pass the metadata parser (mp). Attribute Labels: Scrambled Order / Duplicate Labels ArcCatalog will sometimes duplicate or scramble the order of your attribute labels. This is due to the fact that the definitions are hard metadata (manual entry) and the labels are soft (dynamically generated/harvested each time the file is opened) and ArcCatalog will load the labels in the order it encounters them in the dbase. If you have added or deleted attributes this can create a real problem. The problem has been reportedly fixed in Arc 9. In the meantime, if this happens, one approach is to export the scrambled file, deleted the attribute_descriptions, import the edited metadata, edit the known import fixes as outlined below, and re-define your attributes. NOTE that you can control synchronicity by either: turning off synchronicity (bad idea) Metadata Properties Options check box Do Not Automatically Update selectivity turn off synchronicity for specific elements. Note that this is tool, not file specific and will affect all metadata records Download at:  HYPERLINK "http://arcgisdeveloperonline.esri.com/ArcGISDeveloper/default.asp" http://arcgisdeveloperonline.esri.com/ArcGISDeveloper/default.asp Samples; Metadata; Tools; Advanced Synchronization; Set Synchronized Properties. Importing Metadata When using the Import function, ArcCatalog will automatically update some fields. This is extremely useful for capturing data properties such as projection systems and geographic extent, however, there are some fields that you will likely not want changed. Be sure to check and edit the following: Title file name may have been inserted replace with title Online_Linkage file location on your system may have been inserted, this should be replaced with a direct online URL to the dataset or reset to blank if not available online Data_Processing_Step a process step may have been added for the metadata import it is suggested you delete the process step or provide the required, associated, process_date Coordinate_Resolutiona value of 0 may have been inserted, CSDGM requires the value be > 0.0 Distribution_Resource_Descriptionthe text downloadable data may have been inserted, this should be deleted and left blank of replaced with the internal reference to the data product such as a catalog number or acronymExporting Metadata When exporting metadata be sure to select export format FGDC CSDGM txt or FGDC CSDGM xml. If you select plain xml or html it will include a number of ESRI specific fields that will confound mp and result in errors. Depending on the version of mp you are using, these errors may be reported as warnings only and not affect the parsing of the metadata. ArcCatalog: Building the Template Select Directory for template organization template C:\documents project template C:\project_directory Create blank XML file for use in same directory as data set Open Notepad Type Save As MetadataTemplate.xml Create/update metadata for template Edit metadata for template enter consistent data enter REQUIRED for required field Open data set Import template Edit remaining information, especially those listed under Special Considerations Importing Metadata above Use same method to build library of contact and source citation snippets. From:  HYPERLINK "http://arcgisdeveloperonline.esri.com/ArcGISDeveloper/default.asp" http://arcgisdeveloperonline.esri.com/ArcGISDeveloper/default.asp Samples; Metadata; Tools; Advanced Synchronization SamplesAdvanced Synchronization Tool Description: This sample implements the ICommand interface and is intended to be used within the ArcCatalog application. This sample takes the approach used in the "Set Synchronized Properties" sample one step further. It provides advanced metadata professionals, who thoroughly understand the FGDC standard and the ESRI Metadata Profile the ability to turn synchronization on and off for specific metadata elements. All elements in the metadata of the first selected item in the Catalog are presented as a hierarchical tree. The FGDC elements which ArcCatalog is capable of updating automatically appear with bold text. Click an element to change whether or not its value is synchronized. Turning on synchronization does not guarantee that the Catalog will be able to update that element's value. Products: ArcView: VB Platforms: Windows Minimum ArcGIS Release: 9.0  How to use: Register the custom tool with the ArcCatalog application. To do this, start ArcCatalog, click the Tools menu, and click Customize. In the Customize dialog box, click Add from file. Browse to the compiled AdvSynch.dll and click Open. The Add Objects dialog box shows which components were added. Click OK. Click the Commands tab. Select Metadata Samples in the Categories list. Drag the Advanced Synchronization command from the Commands list and drop it on any visible toolbar. Close the Customize dialog box. Click the Advanced Synchronization command to edit the metadata of the first selected item in the Catalog. VB6  FileDescriptionclsAdvSynch.cls  HYPERLINK "http://arcgisdeveloperonline.esri.com/ArcGISDeveloper/Samples/Metadata/Tools/Advanced_Synchronizer/Visual_Basic/clsAdvSynch.htm" (view code)Class file implementing ICommand interface.frmAdvSynch.frm Form containing tree view listing all metadata elements.frmImage.frm Form containing the bitmap used as the button's image.AdvSynch.vbp The project file for the sample button.AdvSynch.dll The compiled project. HYPERLINK "http://arcgisdeveloperonline.esri.com/ArcGISDeveloper/Samples/Metadata/Tools/Advanced_Synchronizer/AdvancedSynchronization.zip"  INCLUDEPICTURE "http://arcgisdeveloperonline.esri.com/ArcGISDeveloper/Graphics/Download.gif" \* MERGEFORMATINET Download Now Key CoClasses: XmlPropertySet, GxApplication, GxObject, GxView, UID Key Interfaces: IMetadata, IPropertySet, IXmlPropertySet, IGxApplication, IGxDatabase, IGxDataset, IWorkspaceName Key Members: IMetadata::Metadata, IMetadata::Synchronize, IPropertySet::GetProperty, IXmlPropertySet::GetPropertiesByAttribute, IXmlPropertySet::SetAttribute, IGxApplication::SelectedObject, IGxObject::ClassID, IUID::Compare, IGxView::Refresh February 2004 ">HBF~U  H  - 1  j z FM_st3մ jU566B* \]ph3f5 B*ph6 56\] 6B* ph3f56B* \]ph3f B* ph3f5B* \]ph3f 56\5\5CJ$\aJ$@":_rB}~T U  & FX^X(^( & F^ & F^,o,  H   ? Q  C {  & F & F^X^X8^8 & F & F^ FyLMt$$^^ & Fh^h$$X^X^ & F34^01$If$$^^$$^$$ & F 8^8$$$$8^8 $$ & F`^_2F![\~5a   ! ' 7!8!9!z!{!|!!ÿÿÿӭ0J6CJaJj6CJUaJ 6CJaJj6CJUaJCJaJjCJUmHnHu6]j6CJU]mHnHuOJQJ 5CJ\CJOJQJaJ65650J jUjU312AG!x $IfI$$Ifl0dd&l&64 laZ[h~#05~~ & Fh^h & F ^ & F 8hh^h^$$^I$$Ifl0(#l&64 la5JUab |!!!!$If & F ^ & F 8hh^hh^h & F^^!!!!!!!" ";"E"$%%%%&%=%C%D%E%P%R%''''''''''ŵ~~ܨqaR<B*CJOJQJaJph5B*CJOJQJ\aJphB*CJOJQJaJph5B*\ph B*phB*CJOJQJaJph5B*CJOJQJ\aJphB*CJOJQJaJph5B*CJOJQJ\aJphjrB*CJUaJphB*CJaJphCJaJ6B*CJOJQJ]aJphB*CJOJQJ]aJph !!!!$%%&%C%}uooo$If$If-D`M ^h$$If0"#"622<2 2K224` a $$Ifa$C%D%R%%&3'T''''''h<$$If @ d64a $$Ifa$ & Fdx[$^@$$If  ` 64` a '''''((ph$$IfK0&# ``0V6dddddddd34Kab$If'''y(z(((((((D)E){)|)))))/*0*1**********+j+оncSS5B*CJOJQJ\aJph0JCJOJQJaJ"jB*CJOJQJUaJphB*CJOJQJaJph"jB*CJOJQJUaJphB*CJOJQJaJph"jB*CJOJQJUaJph"jB*CJOJQJUaJphCJaJ0JCJOJQJaJ"jB*CJOJQJUaJphB*CJOJQJaJph ((((( )D)E)S){)|))))],,}$Ifz$$IfK0&#0V6dddddddd34Kabj+v+],^,l,o,p,CJaJaJB*CJOJQJaJph5B*CJOJQJ\aJph],^,l,m,n,o,p,$a$h^h 1h/ =!"#$%DyK yK http://arcgisdeveloperonline.esri.com/ArcGISDeveloper/default.asp}DyK Bhttp://arcgisdeveloperonline.esri.com/ArcGISDeveloper/default.aspyK http://arcgisdeveloperonline.esri.com/ArcGISDeveloper/default.aspDd,8  c Anuu'USVu WjFuEܝ03E WWj6vPpNjSeTC"zJ src="/ArcGISDeveloper/toc/synch.js"JavaScriptb}Lacb!c6n}Lacb!cPNG  IHDRfsRGB@}0PLTEO&IWIDATcPܿH\7L , QB@ !lؠ y`&0Mhpb3IENDB`Dd,  c Anuu'USVu WjFuEܝ03E WWj6vPpNjSeT3"Z2 ShowDownload(); JavaScriptb}Lacb!cX6n}Lacb!cPNG  IHDRfsRGB@}0PLTEO&IWIDATcPܿH\7L , QB@ !lؠ y`&0Mhpb3IENDB`Dd88  s hA*DownloadyK yK http://arcgisdeveloperonline.esri.com/ArcGISDeveloper/Samples/Metadata/Tools/Advanced_Synchronizer/AdvancedSynchronization.zipb2UZY iW{S6nUZY iW{SPNG  IHDRR0PLTEI 6tRNS@fbKGDH cmPPJCmp0712OmNIDATc```` fd\ dc+,EJPPPPPQ D\@QA(2 A1j A0``6R NIENDB` i@@@ Normal CJOJQJ_HaJmH sH tH <A@< Default Paragraph Font.U@. Hyperlink >*B*phD^@D Normal (Web) xxCJOJQJaJJOJ Heading 12 0@&5CJKH$OJQJ\aJ6O!6 Hyperlink17>*S*Y(ph,@2, Header  !, B, Footer  !p(R":_rB}~TUH?QC { F y L M t 34^012AG!Z[h~#05JUab | !!&!C!D!R!!"3#T##########$$$$$$ %D%E%S%{%|%%%%](^(l(m(q(000 00 0 0 0 00 00 000 000 000 0 0U 0U0 0 0 0U0000 00 0 0 0 0? 0?00 0 0 0 0 0 0 0{  0{ 00 0{  0{ 00000000 000 000000 000 0000000000000000000000000000000000000000 0 0 00 0 0 00000 00 00 0 0 00 0 0 000000000000000000 0 0 0 0 00000000000000000000000000@0@0 0!'j+p,!%' 15!C%'(],p, "#$&(o,^8z#y$$%/&0&&&&p(XXXXC8  @ ((  6    6    6     6     B S  ? p(;qt;9t  Dt HtITesting.Filterq(q( /9j z ; ? _ s $2@ j~ ! !##$$$$$ %E%Q%&&&&&&&&&&''''!'0'2'@'B'M'O'Y'['i'w'''''''''( ('()(;(=(J(L(\(^(n(q(:@_drxe f y 4?x$GK!$6:KS!01 ##{$$$$$ %''^(n(q(3333333333333333333333333333333333333333333":_rB?P{ y  t _/2G!\# {D!R!z""###$$$$ %E%S%|%%](^(l(n(q( Lynda WayneehopkinsAC:\TechCenter\Metadata\documents\ArcCatalog_Quicknotes_script.docArPs\V+lhO 9B[)%r5F8X VCIGaFơp"'F,ih ^`OJQJo(ohpp^p`.h@ L@ ^@ `L.h^`.h^`.hL^`L.h^`.hPP^P`.h L ^ `L.^`CJOJQJaJo(hH ^`hH.  L ^ `LhH.   ^ `hH. hh^h`hH. 8L8^8`LhH. ^`hH. ^`hH. L^`LhH.^`.^`.pp^p`.@ @ ^@ `.^`.^`.^`.^`.PP^P`.h hh^h`OJQJo(oh 88^8`OJQJo(oh ^`OJQJo(h   ^ `OJQJo(h   ^ `OJQJo(oh xx^x`OJQJo(h HH^H`OJQJo(h ^`OJQJo(oh ^`OJQJo(X^`B*OJQJo(phX ^`OJQJo(oX pp^p`OJQJo(X @ @ ^@ `OJQJo(X ^`OJQJo(oX ^`OJQJo(X ^`OJQJo(X ^`OJQJo(oX PP^P`OJQJo(h^`OJQJ^Jo(hHh^`OJQJ^Jo(hHohpp^p`OJQJo(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJQJo(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJQJo(hH^`CJaJo(hH. ^`hH.  L ^ `LhH.   ^ `hH. hh^h`hH. 8L8^8`LhH. ^`hH. ^`hH. L^`LhH.hhh^h`B*OJQJo(phh ^`OJQJo(oh ^`OJQJo(h ^`OJQJo(h P P ^P `OJQJo(oh   ^ `OJQJo(h ^`OJQJo(h ^`OJQJo(oh ^`OJQJo(h88^8`.h^`CJOJQJaJo(hHh L ^ `L.h  ^ `.hxx^x`.hHLH^H`L.h^`.h^`.hL^`L.h hh^h`OJQJo(oh 88^8`OJQJo(oh ^`OJQJo(h   ^ `OJQJo(h   ^ `OJQJo(oh xx^x`OJQJo(h HH^H`OJQJo(h ^`OJQJo(oh ^`OJQJo(h^`.h` ` ^` `.h0 L0 ^0 `L.h^`.h^`.hL^`L.hpp^p`.h@@^@`.hL^`L.X^`B*OJQJo(phX ^`OJQJo(oXpp^p`.X @ @ ^@ `OJQJo(X ^`OJQJo(oX ^`OJQJo(X ^`OJQJo(X ^`OJQJo(oX PP^P`OJQJo(h^`CJOJQJaJo(hHh^`CJOJQJaJo(hHhpLp^p`L.h@ @ ^@ `.h^`.hL^`L.h^`.h^`.hPLP^P`L.h hh^h`OJQJo(oh 88^8`OJQJo(oh ^`OJQJo(h   ^ `OJQJo(h   ^ `OJQJo(oh xx^x`OJQJo(h HH^H`OJQJo(h ^`OJQJo(oh ^`OJQJo(^`CJOJQJaJo(hHhh^h`OJQJ^Jo(hHo88^8`OJQJo(hH^`OJQJo(hH  ^ `OJQJ^Jo(hHo  ^ `OJQJo(hHxx^x`OJQJo(hHHH^H`OJQJ^Jo(hHo^`OJQJo(hHh ^`OJQJo(oh   ^ `OJQJo(oh   ^ `OJQJo(h xx^x`OJQJo(h HH^H`OJQJo(oh ^`OJQJo(h ^`OJQJo(h ^`OJQJo(oh ^`OJQJo(X88^8`B*OJQJo(phX ^`OJQJo(oX ^`OJQJo(X   ^ `OJQJo(X ^`OJQJo(oX XX^X`OJQJo(X ((^(`OJQJo(X ^`OJQJo(oX ^`OJQJo(9B[)8eRI~b)b~B}IGaFA'F?@ABCDEFGHIJKLMNOPQRSTUVWXYZ\]^_`abdefghijmRoot Entry FPs oData *1Table2KPWordDocument"RSummaryInformation([DocumentSummaryInformation8cCompObjjObjectPoolPs Ps   FMicrosoft Word Document MSWordDocWord.Document.89q