├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── .gitignore ├── .travis.yml ├── ArcToolbox ├── CustomStarterTemplate.xml ├── ExportFGDC_MD_Utility.py ├── GenericFGDCTemplate.xml ├── MDTools.py ├── MetadataWizard.tbx ├── Resources │ ├── FGDC_BDP_Prune.cfg │ ├── FGDC_Classic_Prune.cfg │ ├── MPErrorReportStylesheet.xsl │ ├── MetadataWizardStylesheet.xsl │ └── mp.exe ├── SpatialRefTools.py ├── USGS_MetadataTool.py ├── WGS 1984.prj ├── __init__.py └── introspector.py ├── CHANGES.txt ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── DISCLAIMER.md ├── LICENSE.md ├── MANIFEST.in ├── README.md ├── code.json ├── docs ├── Getting Software Updates.rst ├── Installing ArcMap Toolbox.rst ├── Installing from Source.rst ├── Mac Installation.rst ├── Reporting Bugs and Enhancement Ideas.rst ├── Windows Installation.rst ├── advancedusage │ ├── Changing Your Template.rst │ ├── Include Sections.rst │ ├── InstallingAndUpdatingPython.rst │ ├── Launch Jupyter for Batch Processing.rst │ ├── Metadata Review Report.rst │ └── Settings.rst ├── conf.py ├── html_output │ ├── .buildinfo │ ├── .doctrees │ │ ├── Getting Software Updates.doctree │ │ ├── Installing ArcMap Toolbox.doctree │ │ ├── Installing from Source.doctree │ │ ├── Reporting Bugs and Enhancement Ideas.doctree │ │ ├── Windows Installation.doctree │ │ ├── advancedusage │ │ │ ├── Changing Your Template.doctree │ │ │ ├── Include Sections.doctree │ │ │ ├── Launch Jupyter for Batch Processing.doctree │ │ │ ├── Metadata Review Report.doctree │ │ │ └── Metadata Review Reprot.doctree │ │ ├── environment.pickle │ │ ├── index.doctree │ │ └── usage │ │ │ ├── File Management, New, Open, Save, Save as.....doctree │ │ │ ├── Generating a Taxonomic Information Section.doctree │ │ │ ├── How to fill out the Entity and Attribute tab.doctree │ │ │ ├── Previewing a Record.doctree │ │ │ ├── Spatial Content.doctree │ │ │ ├── Using the Metadata Wizard.doctree │ │ │ └── Validating a Record.doctree │ ├── Getting Software Updates.html │ ├── Installing ArcMap Toolbox.html │ ├── Installing from Source.html │ ├── Mac Installation.html │ ├── Reporting Bugs and Enhancement Ideas.html │ ├── Windows Installation.html │ ├── _images │ │ ├── AddOriginator.png │ │ ├── AddToolbox.png │ │ ├── AnacondaPrompt.png │ │ ├── AnacondaPrompt2.png │ │ ├── ArcToolbox.png │ │ ├── BrowseToTemplate.png │ │ ├── DefaultInstallLocation.png │ │ ├── Download.png │ │ ├── ImportContact.png │ │ ├── IncludeSections.png │ │ ├── JupyterBrowse.png │ │ ├── JupyterLaunchMenu.png │ │ ├── Preview.png │ │ ├── SeriesYes.png │ │ ├── SpatialExtent.png │ │ ├── TitleBanner.png │ │ ├── duck.png │ │ ├── error_screenshot.png │ │ ├── generate_review_doc.png │ │ ├── highlighted_errors.png │ │ ├── mac_install.png │ │ ├── open_SB_item.png │ │ ├── review_report.png │ │ ├── run_validation.png │ │ ├── select_SB_item.png │ │ ├── settings.png │ │ ├── taxonomy_builder.png │ │ ├── taxonomy_no.png │ │ └── update.png │ ├── _sources │ │ ├── Getting Software Updates.rst.txt │ │ ├── Installing ArcMap Toolbox.rst.txt │ │ ├── Installing from Source.rst.txt │ │ ├── Reporting Bugs and Enhancement Ideas.rst.txt │ │ ├── Windows Installation.rst.txt │ │ ├── advancedusage │ │ │ ├── Changing Your Template.rst.txt │ │ │ ├── Include Sections.rst.txt │ │ │ ├── Launch Jupyter for Batch Processing.rst.txt │ │ │ ├── Metadata Review Report.rst.txt │ │ │ └── Metadata Review Reprot.rst.txt │ │ ├── index.rst.txt │ │ └── usage │ │ │ ├── File Management, New, Open, Save, Save as.....rst.txt │ │ │ ├── Generating a Taxonomic Information Section.rst.txt │ │ │ ├── How to fill out the Entity and Attribute tab.rst.txt │ │ │ ├── Previewing a Record.rst.txt │ │ │ ├── Spatial Content.rst.txt │ │ │ ├── Using the Metadata Wizard.rst.txt │ │ │ └── Validating a Record.rst.txt │ ├── _static │ │ ├── ajax-loader.gif │ │ ├── basic.css │ │ ├── comment-bright.png │ │ ├── comment-close.png │ │ ├── comment.png │ │ ├── css │ │ │ ├── badge_only.css │ │ │ └── theme.css │ │ ├── doctools.js │ │ ├── down-pressed.png │ │ ├── down.png │ │ ├── file.png │ │ ├── fonts │ │ │ ├── Inconsolata-Bold.ttf │ │ │ ├── Inconsolata-Regular.ttf │ │ │ ├── Lato-Bold.ttf │ │ │ ├── Lato-Regular.ttf │ │ │ ├── RobotoSlab-Bold.ttf │ │ │ ├── RobotoSlab-Regular.ttf │ │ │ ├── fontawesome-webfont.eot │ │ │ ├── fontawesome-webfont.svg │ │ │ ├── fontawesome-webfont.ttf │ │ │ └── fontawesome-webfont.woff │ │ ├── jquery-3.1.0.js │ │ ├── jquery.js │ │ ├── js │ │ │ ├── modernizr.min.js │ │ │ └── theme.js │ │ ├── minus.png │ │ ├── plus.png │ │ ├── pygments.css │ │ ├── searchtools.js │ │ ├── underscore-1.3.1.js │ │ ├── underscore.js │ │ ├── up-pressed.png │ │ ├── up.png │ │ └── websupport.js │ ├── advancedusage │ │ ├── Changing Your Template.html │ │ ├── Include Sections.html │ │ ├── InstallingAndUpdatingPython.html │ │ ├── Launch Jupyter for Batch Processing.html │ │ ├── Metadata Review Report.html │ │ └── Settings.html │ ├── genindex.html │ ├── index.html │ ├── objects.inv │ ├── search.html │ ├── searchindex.js │ └── usage │ │ ├── File Management, New, Open, Save, Save as.....html │ │ ├── Generating a Taxonomic Information Section.html │ │ ├── How to fill out the Entity and Attribute tab.html │ │ ├── Previewing a Record.html │ │ ├── Spatial Content.html │ │ ├── Using the Metadata Wizard.html │ │ └── Validating a Record.html ├── img │ ├── 2018-04-23_0940.png │ ├── AddOriginator.png │ ├── AddToolbox.png │ ├── AnacondaPrompt.png │ ├── AnacondaPrompt2.png │ ├── ArcToolbox.png │ ├── BrowseToTemplate.png │ ├── DefaultInstallLocation.png │ ├── Download.png │ ├── EA_screenshot.png │ ├── ImportContact.png │ ├── IncludeSections.png │ ├── JupyterBrowse.png │ ├── JupyterLaunchMenu.png │ ├── SeriesYes.png │ ├── SpatialExtent.png │ ├── SpatialExtentInitial.png │ ├── TitleBanner.png │ ├── TurnOnOffSpelling.png │ ├── duck.png │ ├── error_screenshot.png │ ├── generate_review_doc.png │ ├── highlighted_errors.png │ ├── keywords_screenshot.png │ ├── launch_taxonomy_builder.png │ ├── mac_install.png │ ├── open_SB_item.png │ ├── open_settings.png │ ├── preview.png │ ├── review_report.png │ ├── run_validation.png │ ├── screenshot.png │ ├── select_SB_item.png │ ├── settings.png │ ├── spelling_highlights.png │ ├── taxonomy_builder.png │ ├── taxonomy_no.png │ └── update.png ├── index.rst └── usage │ ├── File Management, New, Open, Save, Save as.....rst │ ├── Generating a Taxonomic Information Section.rst │ ├── How to fill out the Entity and Attribute tab.rst │ ├── Previewing a Record.rst │ ├── Spatial Content.rst │ ├── Using the Metadata Wizard.rst │ └── Validating a Record.rst ├── examples ├── BatchUpdateAuthorsDatesEtc.ipynb ├── FGDC ITIS Taxonomy generation.ipynb ├── MD_Propogation_and_SB_DataUpload.ipynb ├── Report on all metadata in a directory.ipynb └── pymdwizard scripting (Start Here).ipynb ├── pymdwizard ├── MetadataWizard.py ├── __init__.py ├── core │ ├── __init__.py │ ├── data_io.py │ ├── doi_utils.py │ ├── fgdc_utils.py │ ├── review_utils.py │ ├── sb_utils.py │ ├── spatial_utils.py │ ├── taxonomy.py │ ├── utils.py │ └── xml_utils.py ├── gui │ ├── AttributeAccuracy.py │ ├── Completeness.py │ ├── ContactInfo.py │ ├── DataQuality.py │ ├── Descriptor.py │ ├── EA.py │ ├── IDInfo.py │ ├── ITISSearch.py │ ├── Keywords.py │ ├── LogicalAccuracy.py │ ├── MainWindow.py │ ├── MetadataRoot.py │ ├── PointOfContact.py │ ├── PositionalAccuracy.py │ ├── Preview.py │ ├── ProcessStep.py │ ├── Status.py │ ├── Taxonomy.py │ ├── ThesaurusSearch.py │ ├── __init__.py │ ├── abstract.py │ ├── accconst.py │ ├── attributes.py │ ├── citeinfo.py │ ├── codesetd.py │ ├── crossref.py │ ├── crossref_list.py │ ├── datacred.py │ ├── descript.py │ ├── detailed.py │ ├── distinfo.py │ ├── edom.py │ ├── edom_list.py │ ├── error_list.py │ ├── fgdc_date.py │ ├── iso_keyword.py │ ├── jupyterstarter.py │ ├── keywords_repeater.py │ ├── keywtax.py │ ├── mapproj.py │ ├── mdattr.py │ ├── metainfo.py │ ├── native.py │ ├── place_list.py │ ├── proccont.py │ ├── procstep.py │ ├── purpose.py │ ├── rdom.py │ ├── repeating_element.py │ ├── sb_locator.py │ ├── settings.py │ ├── sourceinput.py │ ├── spatial_tab.py │ ├── spdoinfo.py │ ├── spdom.py │ ├── spref.py │ ├── srcinfo.py │ ├── supplinf.py │ ├── taxoncl.py │ ├── taxonomy_gui.py │ ├── theme.py │ ├── theme_list.py │ ├── timeinfo.py │ ├── timeperd.py │ ├── udom.py │ ├── ui_files │ │ ├── Citation.ui │ │ ├── ContactInfo.ui │ │ ├── DOICiteinfoImporter.ui │ │ ├── DataQuality.ui │ │ ├── Descriptor.ui │ │ ├── EA.ui │ │ ├── ITISSearch.ui │ │ ├── ITISSearchSimple.ui │ │ ├── JupyterStarter.ui │ │ ├── Keywords.ui │ │ ├── MainWindow.ui │ │ ├── MetadataRoot.ui │ │ ├── PlaceKeywords.ui │ │ ├── PointOfContact.ui │ │ ├── Preview.ui │ │ ├── ProcessStep.ui │ │ ├── Spatial_tab.ui │ │ ├── Status.ui │ │ ├── Taxonomy.ui │ │ ├── ThemeKeywords.ui │ │ ├── ThemeKeywords2.ui │ │ ├── ThesaurusSearch.ui │ │ ├── UI_ContactInfo.py │ │ ├── UI_DOICiteinfoImporter.py │ │ ├── UI_DataQuality.py │ │ ├── UI_Descriptor.py │ │ ├── UI_EA.py │ │ ├── UI_ITISSearch.py │ │ ├── UI_ITISSearchSimple.py │ │ ├── UI_IdInfo.py │ │ ├── UI_Keywords.py │ │ ├── UI_MainWindow.py │ │ ├── UI_MetadataRoot.py │ │ ├── UI_PlaceKeywords.py │ │ ├── UI_PointOfContact.py │ │ ├── UI_Preview.py │ │ ├── UI_ProcessStep.py │ │ ├── UI_Status.py │ │ ├── UI_Taxonomy.py │ │ ├── UI_ThemeKeywords.py │ │ ├── UI_ThesaurusSearch.py │ │ ├── UI_USGSContactImporter.py │ │ ├── UI_abcd.py │ │ ├── UI_abstract.py │ │ ├── UI_accconst.py │ │ ├── UI_attr.py │ │ ├── UI_attracc.py │ │ ├── UI_attributes.py │ │ ├── UI_citeinfo.py │ │ ├── UI_codeset.py │ │ ├── UI_codesetd.py │ │ ├── UI_complete.py │ │ ├── UI_crossref.py │ │ ├── UI_datacred.py │ │ ├── UI_descript.py │ │ ├── UI_detailed.py │ │ ├── UI_distinfo.py │ │ ├── UI_edom.py │ │ ├── UI_edom_list.py │ │ ├── UI_error_list.py │ │ ├── UI_fgdc_date.py │ │ ├── UI_iso_keyword.py │ │ ├── UI_jupyterstarter.py │ │ ├── UI_keywords_repeater.py │ │ ├── UI_logic.py │ │ ├── UI_mapproj.py │ │ ├── UI_metainfo.py │ │ ├── UI_native.py │ │ ├── UI_place_list.py │ │ ├── UI_posacc.py │ │ ├── UI_proccont.py │ │ ├── UI_procstep.py │ │ ├── UI_purpose.py │ │ ├── UI_rdom.py │ │ ├── UI_repeating_element.py │ │ ├── UI_sb_locator.py │ │ ├── UI_settings.py │ │ ├── UI_single_date.py │ │ ├── UI_sourceinput.py │ │ ├── UI_spatial_tab.py │ │ ├── UI_spdoinfo.py │ │ ├── UI_spdom.py │ │ ├── UI_spref.py │ │ ├── UI_srcinfo.py │ │ ├── UI_supplinf.py │ │ ├── UI_taxoncl.py │ │ ├── UI_taxonomy.py │ │ ├── UI_theme.py │ │ ├── UI_theme_list.py │ │ ├── UI_timeinfo.py │ │ ├── UI_timeperd.py │ │ ├── UI_udom.py │ │ ├── UI_useconst.py │ │ ├── UI_vertdef.py │ │ ├── USGSContactImporter.ui │ │ ├── __init__.py │ │ ├── abstract.ui │ │ ├── accconst.ui │ │ ├── attr.ui │ │ ├── attracc.ui │ │ ├── attributes.ui │ │ ├── citeinfo.ui │ │ ├── codesetd.ui │ │ ├── complete.ui │ │ ├── crossref.ui │ │ ├── datacred.ui │ │ ├── date_widget.ui │ │ ├── descript.ui │ │ ├── detailed.ui │ │ ├── distinfo.ui │ │ ├── edom.ui │ │ ├── edom_list.ui │ │ ├── error_list.ui │ │ ├── fgdc_date.ui │ │ ├── growingtextedit.py │ │ ├── growingtextplugin.py │ │ ├── icons │ │ │ ├── BigDucky.png │ │ │ ├── Ducky.ico │ │ │ └── icons.qrc │ │ ├── idinfo.ui │ │ ├── iso_keyword.ui │ │ ├── keyword_repeater.ui │ │ ├── keywords_repeater.ui │ │ ├── logic.ui │ │ ├── mapproj.ui │ │ ├── metainfo.ui │ │ ├── native.ui │ │ ├── place_list.ui │ │ ├── posacc.ui │ │ ├── proccont.ui │ │ ├── procstep.ui │ │ ├── purpose.ui │ │ ├── rdom.ui │ │ ├── repeating_element.ui │ │ ├── sb_locator.ui │ │ ├── settings.py │ │ ├── settings.ui │ │ ├── single_date.ui │ │ ├── sourceinput.ui │ │ ├── spdoinfo.ui │ │ ├── spdom.ui │ │ ├── spellinghighlighter.py │ │ ├── spref.ui │ │ ├── srcinfo.ui │ │ ├── supplinf.ui │ │ ├── taxoncl.ui │ │ ├── theme.ui │ │ ├── theme_list.ui │ │ ├── timeinfo.ui │ │ ├── timeperd.ui │ │ ├── udom.ui │ │ ├── useconst.ui │ │ └── vertdef.ui │ ├── useconst.py │ ├── vertdef.py │ └── wiz_widget.py └── resources │ ├── CSDGM_Template.xml │ ├── DOIRootCA2.pem │ ├── FGDC │ ├── BDPfgdc-std-001-1998-annotated.xsd │ ├── FGDC_Stylesheet.xsl │ ├── bdp_lookup │ └── fgdc-std-001-1998-annotated.xsd │ ├── icons │ ├── 0.png │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ ├── 8.png │ ├── 9.png │ ├── Ducky.ico │ ├── SplashScreenGeneration.pptx │ ├── point.png │ ├── splash.jpg │ ├── splash_image_license.md │ └── x.png │ ├── leaflet │ ├── leaflet │ │ ├── images │ │ │ ├── layers-2x.png │ │ │ ├── layers.png │ │ │ ├── marker-icon-2x.png │ │ │ ├── marker-icon.png │ │ │ └── marker-shadow.png │ │ ├── leaflet-src.js │ │ ├── leaflet-src.js.map │ │ ├── leaflet.css │ │ ├── leaflet.js │ │ └── leaflet.js.map │ ├── map.html │ └── map_mac.html │ ├── spatial │ ├── BNDCoords.csv │ └── state_plane_lookup.csv │ └── spelling │ └── words.txt ├── requirements.txt ├── setup.py └── tests ├── __init__.py ├── data ├── GenericFGDCTemplate_FGDCtemp.xml ├── Onshore_Industrial_Wind_Turbine_Locations_for_the_United_States_through_July2013.xml ├── USGS_ASC_PolarBears_FGDC.xml ├── iris.csv ├── iris_comments.csv └── projections │ ├── FileGeodatabase.gdb │ ├── a00000001.TablesByName.atx │ ├── a00000001.gdbindexes │ ├── a00000001.gdbtable │ ├── a00000001.gdbtablx │ ├── a00000002.gdbtable │ ├── a00000002.gdbtablx │ ├── a00000003.gdbindexes │ ├── a00000003.gdbtable │ ├── a00000003.gdbtablx │ ├── a00000004.CatItemsByPhysicalName.atx │ ├── a00000004.CatItemsByType.atx │ ├── a00000004.FDO_UUID.atx │ ├── a00000004.gdbindexes │ ├── a00000004.gdbtable │ ├── a00000004.gdbtablx │ ├── a00000004.spx │ ├── a00000005.CatItemTypesByName.atx │ ├── a00000005.CatItemTypesByParentTypeID.atx │ ├── a00000005.CatItemTypesByUUID.atx │ ├── a00000005.gdbindexes │ ├── a00000005.gdbtable │ ├── a00000005.gdbtablx │ ├── a00000006.CatRelsByDestinationID.atx │ ├── a00000006.CatRelsByOriginID.atx │ ├── a00000006.CatRelsByType.atx │ ├── a00000006.FDO_UUID.atx │ ├── a00000006.gdbindexes │ ├── a00000006.gdbtable │ ├── a00000006.gdbtablx │ ├── a00000007.CatRelTypesByBackwardLabel.atx │ ├── a00000007.CatRelTypesByDestItemTypeID.atx │ ├── a00000007.CatRelTypesByForwardLabel.atx │ ├── a00000007.CatRelTypesByName.atx │ ├── a00000007.CatRelTypesByOriginItemTypeID.atx │ ├── a00000007.CatRelTypesByUUID.atx │ ├── a00000007.gdbindexes │ ├── a00000007.gdbtable │ ├── a00000007.gdbtablx │ ├── a00000009.gdbindexes │ ├── a00000009.gdbtable │ ├── a00000009.gdbtablx │ ├── a00000009.spx │ ├── a0000000a.gdbindexes │ ├── a0000000a.gdbtable │ ├── a0000000a.gdbtablx │ ├── a0000000a.spx │ ├── a0000000b.gdbindexes │ ├── a0000000b.gdbtable │ ├── a0000000b.gdbtablx │ ├── a0000000c.gdbindexes │ ├── a0000000c.gdbtable │ ├── a0000000c.gdbtablx │ ├── a0000000d.band_index.atx │ ├── a0000000d.blk_key_index.atx │ ├── a0000000d.col_index.atx │ ├── a0000000d.gdbindexes │ ├── a0000000d.gdbtable │ ├── a0000000d.gdbtablx │ ├── a0000000d.row_index.atx │ ├── a0000000e.gdbindexes │ ├── a0000000e.gdbtable │ ├── a0000000e.gdbtablx │ ├── gdb │ └── timestamps │ ├── NAVD88_depth.cpg │ ├── NAVD88_depth.dbf │ ├── NAVD88_depth.prj │ ├── NAVD88_depth.sbn │ ├── NAVD88_depth.sbx │ ├── NAVD88_depth.shp │ ├── NAVD88_depth.shp.xml │ ├── NAVD88_depth.shx │ ├── World_Azimuthal_Equidistant.cpg │ ├── World_Azimuthal_Equidistant.dbf │ ├── World_Azimuthal_Equidistant.prj │ ├── World_Azimuthal_Equidistant.sbn │ ├── World_Azimuthal_Equidistant.sbx │ ├── World_Azimuthal_Equidistant.shp │ ├── World_Azimuthal_Equidistant.shp.xml │ ├── World_Azimuthal_Equidistant.shx │ ├── wgs84.cpg │ ├── wgs84.dbf │ ├── wgs84.prj │ ├── wgs84.sbn │ ├── wgs84.sbx │ ├── wgs84.shp │ ├── wgs84.shp.xml │ └── wgs84.shx ├── test_accessconstraints.py ├── test_citeinfo.py ├── test_contactinfo_gui.py ├── test_data_io.py ├── test_datacredit.py ├── test_descriptor.py ├── test_doi_utils.py ├── test_mainwindow.py ├── test_metadatadate.py ├── test_metadataroot.py ├── test_misc.py ├── test_single_date.py ├── test_spatial_utils.py ├── test_spatialtab.py ├── test_status.py ├── test_taxonomy.py ├── test_useconstraints.py ├── test_utils.py ├── test_version.py └── test_xml_utils.py /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/.travis.yml -------------------------------------------------------------------------------- /ArcToolbox/CustomStarterTemplate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/CustomStarterTemplate.xml -------------------------------------------------------------------------------- /ArcToolbox/ExportFGDC_MD_Utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/ExportFGDC_MD_Utility.py -------------------------------------------------------------------------------- /ArcToolbox/GenericFGDCTemplate.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/GenericFGDCTemplate.xml -------------------------------------------------------------------------------- /ArcToolbox/MDTools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/MDTools.py -------------------------------------------------------------------------------- /ArcToolbox/MetadataWizard.tbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/MetadataWizard.tbx -------------------------------------------------------------------------------- /ArcToolbox/Resources/FGDC_BDP_Prune.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/Resources/FGDC_BDP_Prune.cfg -------------------------------------------------------------------------------- /ArcToolbox/Resources/FGDC_Classic_Prune.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/Resources/FGDC_Classic_Prune.cfg -------------------------------------------------------------------------------- /ArcToolbox/Resources/MPErrorReportStylesheet.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/Resources/MPErrorReportStylesheet.xsl -------------------------------------------------------------------------------- /ArcToolbox/Resources/MetadataWizardStylesheet.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/Resources/MetadataWizardStylesheet.xsl -------------------------------------------------------------------------------- /ArcToolbox/Resources/mp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/Resources/mp.exe -------------------------------------------------------------------------------- /ArcToolbox/SpatialRefTools.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/SpatialRefTools.py -------------------------------------------------------------------------------- /ArcToolbox/USGS_MetadataTool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/USGS_MetadataTool.py -------------------------------------------------------------------------------- /ArcToolbox/WGS 1984.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/WGS 1984.prj -------------------------------------------------------------------------------- /ArcToolbox/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ArcToolbox/introspector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/ArcToolbox/introspector.py -------------------------------------------------------------------------------- /CHANGES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/CHANGES.txt -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DISCLAIMER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/DISCLAIMER.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/LICENSE.md -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/README.md -------------------------------------------------------------------------------- /code.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/code.json -------------------------------------------------------------------------------- /docs/Getting Software Updates.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/Getting Software Updates.rst -------------------------------------------------------------------------------- /docs/Installing ArcMap Toolbox.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/Installing ArcMap Toolbox.rst -------------------------------------------------------------------------------- /docs/Installing from Source.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/Installing from Source.rst -------------------------------------------------------------------------------- /docs/Mac Installation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/Mac Installation.rst -------------------------------------------------------------------------------- /docs/Reporting Bugs and Enhancement Ideas.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/Reporting Bugs and Enhancement Ideas.rst -------------------------------------------------------------------------------- /docs/Windows Installation.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/Windows Installation.rst -------------------------------------------------------------------------------- /docs/advancedusage/Changing Your Template.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/advancedusage/Changing Your Template.rst -------------------------------------------------------------------------------- /docs/advancedusage/Include Sections.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/advancedusage/Include Sections.rst -------------------------------------------------------------------------------- /docs/advancedusage/InstallingAndUpdatingPython.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/advancedusage/InstallingAndUpdatingPython.rst -------------------------------------------------------------------------------- /docs/advancedusage/Launch Jupyter for Batch Processing.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/advancedusage/Launch Jupyter for Batch Processing.rst -------------------------------------------------------------------------------- /docs/advancedusage/Metadata Review Report.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/advancedusage/Metadata Review Report.rst -------------------------------------------------------------------------------- /docs/advancedusage/Settings.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/advancedusage/Settings.rst -------------------------------------------------------------------------------- /docs/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/conf.py -------------------------------------------------------------------------------- /docs/html_output/.buildinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.buildinfo -------------------------------------------------------------------------------- /docs/html_output/.doctrees/Getting Software Updates.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/Getting Software Updates.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/Installing ArcMap Toolbox.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/Installing ArcMap Toolbox.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/Installing from Source.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/Installing from Source.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/Reporting Bugs and Enhancement Ideas.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/Reporting Bugs and Enhancement Ideas.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/Windows Installation.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/Windows Installation.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/advancedusage/Changing Your Template.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/advancedusage/Changing Your Template.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/advancedusage/Include Sections.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/advancedusage/Include Sections.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/advancedusage/Launch Jupyter for Batch Processing.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/advancedusage/Launch Jupyter for Batch Processing.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/advancedusage/Metadata Review Report.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/advancedusage/Metadata Review Report.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/advancedusage/Metadata Review Reprot.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/advancedusage/Metadata Review Reprot.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/environment.pickle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/environment.pickle -------------------------------------------------------------------------------- /docs/html_output/.doctrees/index.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/index.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/usage/File Management, New, Open, Save, Save as.....doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/usage/File Management, New, Open, Save, Save as.....doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/usage/Generating a Taxonomic Information Section.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/usage/Generating a Taxonomic Information Section.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/usage/How to fill out the Entity and Attribute tab.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/usage/How to fill out the Entity and Attribute tab.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/usage/Previewing a Record.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/usage/Previewing a Record.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/usage/Spatial Content.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/usage/Spatial Content.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/usage/Using the Metadata Wizard.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/usage/Using the Metadata Wizard.doctree -------------------------------------------------------------------------------- /docs/html_output/.doctrees/usage/Validating a Record.doctree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/.doctrees/usage/Validating a Record.doctree -------------------------------------------------------------------------------- /docs/html_output/Getting Software Updates.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/Getting Software Updates.html -------------------------------------------------------------------------------- /docs/html_output/Installing ArcMap Toolbox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/Installing ArcMap Toolbox.html -------------------------------------------------------------------------------- /docs/html_output/Installing from Source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/Installing from Source.html -------------------------------------------------------------------------------- /docs/html_output/Mac Installation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/Mac Installation.html -------------------------------------------------------------------------------- /docs/html_output/Reporting Bugs and Enhancement Ideas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/Reporting Bugs and Enhancement Ideas.html -------------------------------------------------------------------------------- /docs/html_output/Windows Installation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/Windows Installation.html -------------------------------------------------------------------------------- /docs/html_output/_images/AddOriginator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/AddOriginator.png -------------------------------------------------------------------------------- /docs/html_output/_images/AddToolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/AddToolbox.png -------------------------------------------------------------------------------- /docs/html_output/_images/AnacondaPrompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/AnacondaPrompt.png -------------------------------------------------------------------------------- /docs/html_output/_images/AnacondaPrompt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/AnacondaPrompt2.png -------------------------------------------------------------------------------- /docs/html_output/_images/ArcToolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/ArcToolbox.png -------------------------------------------------------------------------------- /docs/html_output/_images/BrowseToTemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/BrowseToTemplate.png -------------------------------------------------------------------------------- /docs/html_output/_images/DefaultInstallLocation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/DefaultInstallLocation.png -------------------------------------------------------------------------------- /docs/html_output/_images/Download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/Download.png -------------------------------------------------------------------------------- /docs/html_output/_images/ImportContact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/ImportContact.png -------------------------------------------------------------------------------- /docs/html_output/_images/IncludeSections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/IncludeSections.png -------------------------------------------------------------------------------- /docs/html_output/_images/JupyterBrowse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/JupyterBrowse.png -------------------------------------------------------------------------------- /docs/html_output/_images/JupyterLaunchMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/JupyterLaunchMenu.png -------------------------------------------------------------------------------- /docs/html_output/_images/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/Preview.png -------------------------------------------------------------------------------- /docs/html_output/_images/SeriesYes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/SeriesYes.png -------------------------------------------------------------------------------- /docs/html_output/_images/SpatialExtent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/SpatialExtent.png -------------------------------------------------------------------------------- /docs/html_output/_images/TitleBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/TitleBanner.png -------------------------------------------------------------------------------- /docs/html_output/_images/duck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/duck.png -------------------------------------------------------------------------------- /docs/html_output/_images/error_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/error_screenshot.png -------------------------------------------------------------------------------- /docs/html_output/_images/generate_review_doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/generate_review_doc.png -------------------------------------------------------------------------------- /docs/html_output/_images/highlighted_errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/highlighted_errors.png -------------------------------------------------------------------------------- /docs/html_output/_images/mac_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/mac_install.png -------------------------------------------------------------------------------- /docs/html_output/_images/open_SB_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/open_SB_item.png -------------------------------------------------------------------------------- /docs/html_output/_images/review_report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/review_report.png -------------------------------------------------------------------------------- /docs/html_output/_images/run_validation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/run_validation.png -------------------------------------------------------------------------------- /docs/html_output/_images/select_SB_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/select_SB_item.png -------------------------------------------------------------------------------- /docs/html_output/_images/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/settings.png -------------------------------------------------------------------------------- /docs/html_output/_images/taxonomy_builder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/taxonomy_builder.png -------------------------------------------------------------------------------- /docs/html_output/_images/taxonomy_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/taxonomy_no.png -------------------------------------------------------------------------------- /docs/html_output/_images/update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_images/update.png -------------------------------------------------------------------------------- /docs/html_output/_sources/Getting Software Updates.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/Getting Software Updates.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/Installing ArcMap Toolbox.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/Installing ArcMap Toolbox.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/Installing from Source.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/Installing from Source.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/Reporting Bugs and Enhancement Ideas.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/Reporting Bugs and Enhancement Ideas.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/Windows Installation.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/Windows Installation.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/advancedusage/Changing Your Template.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/advancedusage/Changing Your Template.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/advancedusage/Include Sections.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/advancedusage/Include Sections.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/advancedusage/Launch Jupyter for Batch Processing.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/advancedusage/Launch Jupyter for Batch Processing.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/advancedusage/Metadata Review Report.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/advancedusage/Metadata Review Report.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/advancedusage/Metadata Review Reprot.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/advancedusage/Metadata Review Reprot.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/index.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/index.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/usage/File Management, New, Open, Save, Save as.....rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/usage/File Management, New, Open, Save, Save as.....rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/usage/Generating a Taxonomic Information Section.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/usage/Generating a Taxonomic Information Section.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/usage/How to fill out the Entity and Attribute tab.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/usage/How to fill out the Entity and Attribute tab.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/usage/Previewing a Record.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/usage/Previewing a Record.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/usage/Spatial Content.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/usage/Spatial Content.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/usage/Using the Metadata Wizard.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/usage/Using the Metadata Wizard.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_sources/usage/Validating a Record.rst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_sources/usage/Validating a Record.rst.txt -------------------------------------------------------------------------------- /docs/html_output/_static/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/ajax-loader.gif -------------------------------------------------------------------------------- /docs/html_output/_static/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/basic.css -------------------------------------------------------------------------------- /docs/html_output/_static/comment-bright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/comment-bright.png -------------------------------------------------------------------------------- /docs/html_output/_static/comment-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/comment-close.png -------------------------------------------------------------------------------- /docs/html_output/_static/comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/comment.png -------------------------------------------------------------------------------- /docs/html_output/_static/css/badge_only.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/css/badge_only.css -------------------------------------------------------------------------------- /docs/html_output/_static/css/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/css/theme.css -------------------------------------------------------------------------------- /docs/html_output/_static/doctools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/doctools.js -------------------------------------------------------------------------------- /docs/html_output/_static/down-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/down-pressed.png -------------------------------------------------------------------------------- /docs/html_output/_static/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/down.png -------------------------------------------------------------------------------- /docs/html_output/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/file.png -------------------------------------------------------------------------------- /docs/html_output/_static/fonts/Inconsolata-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/fonts/Inconsolata-Bold.ttf -------------------------------------------------------------------------------- /docs/html_output/_static/fonts/Inconsolata-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/fonts/Inconsolata-Regular.ttf -------------------------------------------------------------------------------- /docs/html_output/_static/fonts/Lato-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/fonts/Lato-Bold.ttf -------------------------------------------------------------------------------- /docs/html_output/_static/fonts/Lato-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/fonts/Lato-Regular.ttf -------------------------------------------------------------------------------- /docs/html_output/_static/fonts/RobotoSlab-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/fonts/RobotoSlab-Bold.ttf -------------------------------------------------------------------------------- /docs/html_output/_static/fonts/RobotoSlab-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/fonts/RobotoSlab-Regular.ttf -------------------------------------------------------------------------------- /docs/html_output/_static/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /docs/html_output/_static/fonts/fontawesome-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/fonts/fontawesome-webfont.svg -------------------------------------------------------------------------------- /docs/html_output/_static/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /docs/html_output/_static/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /docs/html_output/_static/jquery-3.1.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/jquery-3.1.0.js -------------------------------------------------------------------------------- /docs/html_output/_static/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/jquery.js -------------------------------------------------------------------------------- /docs/html_output/_static/js/modernizr.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/js/modernizr.min.js -------------------------------------------------------------------------------- /docs/html_output/_static/js/theme.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/js/theme.js -------------------------------------------------------------------------------- /docs/html_output/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/minus.png -------------------------------------------------------------------------------- /docs/html_output/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/plus.png -------------------------------------------------------------------------------- /docs/html_output/_static/pygments.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/pygments.css -------------------------------------------------------------------------------- /docs/html_output/_static/searchtools.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/searchtools.js -------------------------------------------------------------------------------- /docs/html_output/_static/underscore-1.3.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/underscore-1.3.1.js -------------------------------------------------------------------------------- /docs/html_output/_static/underscore.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/underscore.js -------------------------------------------------------------------------------- /docs/html_output/_static/up-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/up-pressed.png -------------------------------------------------------------------------------- /docs/html_output/_static/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/up.png -------------------------------------------------------------------------------- /docs/html_output/_static/websupport.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/_static/websupport.js -------------------------------------------------------------------------------- /docs/html_output/advancedusage/Changing Your Template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/advancedusage/Changing Your Template.html -------------------------------------------------------------------------------- /docs/html_output/advancedusage/Include Sections.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/advancedusage/Include Sections.html -------------------------------------------------------------------------------- /docs/html_output/advancedusage/InstallingAndUpdatingPython.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/advancedusage/InstallingAndUpdatingPython.html -------------------------------------------------------------------------------- /docs/html_output/advancedusage/Launch Jupyter for Batch Processing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/advancedusage/Launch Jupyter for Batch Processing.html -------------------------------------------------------------------------------- /docs/html_output/advancedusage/Metadata Review Report.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/advancedusage/Metadata Review Report.html -------------------------------------------------------------------------------- /docs/html_output/advancedusage/Settings.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/advancedusage/Settings.html -------------------------------------------------------------------------------- /docs/html_output/genindex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/genindex.html -------------------------------------------------------------------------------- /docs/html_output/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/index.html -------------------------------------------------------------------------------- /docs/html_output/objects.inv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/objects.inv -------------------------------------------------------------------------------- /docs/html_output/search.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/search.html -------------------------------------------------------------------------------- /docs/html_output/searchindex.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/searchindex.js -------------------------------------------------------------------------------- /docs/html_output/usage/File Management, New, Open, Save, Save as.....html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/usage/File Management, New, Open, Save, Save as.....html -------------------------------------------------------------------------------- /docs/html_output/usage/Generating a Taxonomic Information Section.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/usage/Generating a Taxonomic Information Section.html -------------------------------------------------------------------------------- /docs/html_output/usage/How to fill out the Entity and Attribute tab.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/usage/How to fill out the Entity and Attribute tab.html -------------------------------------------------------------------------------- /docs/html_output/usage/Previewing a Record.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/usage/Previewing a Record.html -------------------------------------------------------------------------------- /docs/html_output/usage/Spatial Content.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/usage/Spatial Content.html -------------------------------------------------------------------------------- /docs/html_output/usage/Using the Metadata Wizard.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/usage/Using the Metadata Wizard.html -------------------------------------------------------------------------------- /docs/html_output/usage/Validating a Record.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/html_output/usage/Validating a Record.html -------------------------------------------------------------------------------- /docs/img/2018-04-23_0940.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/2018-04-23_0940.png -------------------------------------------------------------------------------- /docs/img/AddOriginator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/AddOriginator.png -------------------------------------------------------------------------------- /docs/img/AddToolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/AddToolbox.png -------------------------------------------------------------------------------- /docs/img/AnacondaPrompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/AnacondaPrompt.png -------------------------------------------------------------------------------- /docs/img/AnacondaPrompt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/AnacondaPrompt2.png -------------------------------------------------------------------------------- /docs/img/ArcToolbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/ArcToolbox.png -------------------------------------------------------------------------------- /docs/img/BrowseToTemplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/BrowseToTemplate.png -------------------------------------------------------------------------------- /docs/img/DefaultInstallLocation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/DefaultInstallLocation.png -------------------------------------------------------------------------------- /docs/img/Download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/Download.png -------------------------------------------------------------------------------- /docs/img/EA_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/EA_screenshot.png -------------------------------------------------------------------------------- /docs/img/ImportContact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/ImportContact.png -------------------------------------------------------------------------------- /docs/img/IncludeSections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/IncludeSections.png -------------------------------------------------------------------------------- /docs/img/JupyterBrowse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/JupyterBrowse.png -------------------------------------------------------------------------------- /docs/img/JupyterLaunchMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/JupyterLaunchMenu.png -------------------------------------------------------------------------------- /docs/img/SeriesYes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/SeriesYes.png -------------------------------------------------------------------------------- /docs/img/SpatialExtent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/SpatialExtent.png -------------------------------------------------------------------------------- /docs/img/SpatialExtentInitial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/SpatialExtentInitial.png -------------------------------------------------------------------------------- /docs/img/TitleBanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/TitleBanner.png -------------------------------------------------------------------------------- /docs/img/TurnOnOffSpelling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/TurnOnOffSpelling.png -------------------------------------------------------------------------------- /docs/img/duck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/duck.png -------------------------------------------------------------------------------- /docs/img/error_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/error_screenshot.png -------------------------------------------------------------------------------- /docs/img/generate_review_doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/generate_review_doc.png -------------------------------------------------------------------------------- /docs/img/highlighted_errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/highlighted_errors.png -------------------------------------------------------------------------------- /docs/img/keywords_screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/keywords_screenshot.png -------------------------------------------------------------------------------- /docs/img/launch_taxonomy_builder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/launch_taxonomy_builder.png -------------------------------------------------------------------------------- /docs/img/mac_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/mac_install.png -------------------------------------------------------------------------------- /docs/img/open_SB_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/open_SB_item.png -------------------------------------------------------------------------------- /docs/img/open_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/open_settings.png -------------------------------------------------------------------------------- /docs/img/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/preview.png -------------------------------------------------------------------------------- /docs/img/review_report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/review_report.png -------------------------------------------------------------------------------- /docs/img/run_validation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/run_validation.png -------------------------------------------------------------------------------- /docs/img/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/screenshot.png -------------------------------------------------------------------------------- /docs/img/select_SB_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/select_SB_item.png -------------------------------------------------------------------------------- /docs/img/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/settings.png -------------------------------------------------------------------------------- /docs/img/spelling_highlights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/spelling_highlights.png -------------------------------------------------------------------------------- /docs/img/taxonomy_builder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/taxonomy_builder.png -------------------------------------------------------------------------------- /docs/img/taxonomy_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/taxonomy_no.png -------------------------------------------------------------------------------- /docs/img/update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/img/update.png -------------------------------------------------------------------------------- /docs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/index.rst -------------------------------------------------------------------------------- /docs/usage/File Management, New, Open, Save, Save as.....rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/usage/File Management, New, Open, Save, Save as.....rst -------------------------------------------------------------------------------- /docs/usage/Generating a Taxonomic Information Section.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/usage/Generating a Taxonomic Information Section.rst -------------------------------------------------------------------------------- /docs/usage/How to fill out the Entity and Attribute tab.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/usage/How to fill out the Entity and Attribute tab.rst -------------------------------------------------------------------------------- /docs/usage/Previewing a Record.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/usage/Previewing a Record.rst -------------------------------------------------------------------------------- /docs/usage/Spatial Content.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/usage/Spatial Content.rst -------------------------------------------------------------------------------- /docs/usage/Using the Metadata Wizard.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/usage/Using the Metadata Wizard.rst -------------------------------------------------------------------------------- /docs/usage/Validating a Record.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/docs/usage/Validating a Record.rst -------------------------------------------------------------------------------- /examples/BatchUpdateAuthorsDatesEtc.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/examples/BatchUpdateAuthorsDatesEtc.ipynb -------------------------------------------------------------------------------- /examples/FGDC ITIS Taxonomy generation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/examples/FGDC ITIS Taxonomy generation.ipynb -------------------------------------------------------------------------------- /examples/MD_Propogation_and_SB_DataUpload.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/examples/MD_Propogation_and_SB_DataUpload.ipynb -------------------------------------------------------------------------------- /examples/Report on all metadata in a directory.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/examples/Report on all metadata in a directory.ipynb -------------------------------------------------------------------------------- /examples/pymdwizard scripting (Start Here).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/examples/pymdwizard scripting (Start Here).ipynb -------------------------------------------------------------------------------- /pymdwizard/MetadataWizard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/MetadataWizard.py -------------------------------------------------------------------------------- /pymdwizard/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/__init__.py -------------------------------------------------------------------------------- /pymdwizard/core/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/core/__init__.py -------------------------------------------------------------------------------- /pymdwizard/core/data_io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/core/data_io.py -------------------------------------------------------------------------------- /pymdwizard/core/doi_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/core/doi_utils.py -------------------------------------------------------------------------------- /pymdwizard/core/fgdc_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/core/fgdc_utils.py -------------------------------------------------------------------------------- /pymdwizard/core/review_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/core/review_utils.py -------------------------------------------------------------------------------- /pymdwizard/core/sb_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/core/sb_utils.py -------------------------------------------------------------------------------- /pymdwizard/core/spatial_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/core/spatial_utils.py -------------------------------------------------------------------------------- /pymdwizard/core/taxonomy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/core/taxonomy.py -------------------------------------------------------------------------------- /pymdwizard/core/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/core/utils.py -------------------------------------------------------------------------------- /pymdwizard/core/xml_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/core/xml_utils.py -------------------------------------------------------------------------------- /pymdwizard/gui/AttributeAccuracy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/AttributeAccuracy.py -------------------------------------------------------------------------------- /pymdwizard/gui/Completeness.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/Completeness.py -------------------------------------------------------------------------------- /pymdwizard/gui/ContactInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ContactInfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/DataQuality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/DataQuality.py -------------------------------------------------------------------------------- /pymdwizard/gui/Descriptor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/Descriptor.py -------------------------------------------------------------------------------- /pymdwizard/gui/EA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/EA.py -------------------------------------------------------------------------------- /pymdwizard/gui/IDInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/IDInfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/ITISSearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ITISSearch.py -------------------------------------------------------------------------------- /pymdwizard/gui/Keywords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/Keywords.py -------------------------------------------------------------------------------- /pymdwizard/gui/LogicalAccuracy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/LogicalAccuracy.py -------------------------------------------------------------------------------- /pymdwizard/gui/MainWindow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/MainWindow.py -------------------------------------------------------------------------------- /pymdwizard/gui/MetadataRoot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/MetadataRoot.py -------------------------------------------------------------------------------- /pymdwizard/gui/PointOfContact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/PointOfContact.py -------------------------------------------------------------------------------- /pymdwizard/gui/PositionalAccuracy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/PositionalAccuracy.py -------------------------------------------------------------------------------- /pymdwizard/gui/Preview.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/Preview.py -------------------------------------------------------------------------------- /pymdwizard/gui/ProcessStep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ProcessStep.py -------------------------------------------------------------------------------- /pymdwizard/gui/Status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/Status.py -------------------------------------------------------------------------------- /pymdwizard/gui/Taxonomy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/Taxonomy.py -------------------------------------------------------------------------------- /pymdwizard/gui/ThesaurusSearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ThesaurusSearch.py -------------------------------------------------------------------------------- /pymdwizard/gui/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/__init__.py -------------------------------------------------------------------------------- /pymdwizard/gui/abstract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/abstract.py -------------------------------------------------------------------------------- /pymdwizard/gui/accconst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/accconst.py -------------------------------------------------------------------------------- /pymdwizard/gui/attributes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/attributes.py -------------------------------------------------------------------------------- /pymdwizard/gui/citeinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/citeinfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/codesetd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/codesetd.py -------------------------------------------------------------------------------- /pymdwizard/gui/crossref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/crossref.py -------------------------------------------------------------------------------- /pymdwizard/gui/crossref_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/crossref_list.py -------------------------------------------------------------------------------- /pymdwizard/gui/datacred.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/datacred.py -------------------------------------------------------------------------------- /pymdwizard/gui/descript.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/descript.py -------------------------------------------------------------------------------- /pymdwizard/gui/detailed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/detailed.py -------------------------------------------------------------------------------- /pymdwizard/gui/distinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/distinfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/edom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/edom.py -------------------------------------------------------------------------------- /pymdwizard/gui/edom_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/edom_list.py -------------------------------------------------------------------------------- /pymdwizard/gui/error_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/error_list.py -------------------------------------------------------------------------------- /pymdwizard/gui/fgdc_date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/fgdc_date.py -------------------------------------------------------------------------------- /pymdwizard/gui/iso_keyword.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/iso_keyword.py -------------------------------------------------------------------------------- /pymdwizard/gui/jupyterstarter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/jupyterstarter.py -------------------------------------------------------------------------------- /pymdwizard/gui/keywords_repeater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/keywords_repeater.py -------------------------------------------------------------------------------- /pymdwizard/gui/keywtax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/keywtax.py -------------------------------------------------------------------------------- /pymdwizard/gui/mapproj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/mapproj.py -------------------------------------------------------------------------------- /pymdwizard/gui/mdattr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/mdattr.py -------------------------------------------------------------------------------- /pymdwizard/gui/metainfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/metainfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/native.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/native.py -------------------------------------------------------------------------------- /pymdwizard/gui/place_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/place_list.py -------------------------------------------------------------------------------- /pymdwizard/gui/proccont.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/proccont.py -------------------------------------------------------------------------------- /pymdwizard/gui/procstep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/procstep.py -------------------------------------------------------------------------------- /pymdwizard/gui/purpose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/purpose.py -------------------------------------------------------------------------------- /pymdwizard/gui/rdom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/rdom.py -------------------------------------------------------------------------------- /pymdwizard/gui/repeating_element.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/repeating_element.py -------------------------------------------------------------------------------- /pymdwizard/gui/sb_locator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/sb_locator.py -------------------------------------------------------------------------------- /pymdwizard/gui/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/settings.py -------------------------------------------------------------------------------- /pymdwizard/gui/sourceinput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/sourceinput.py -------------------------------------------------------------------------------- /pymdwizard/gui/spatial_tab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/spatial_tab.py -------------------------------------------------------------------------------- /pymdwizard/gui/spdoinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/spdoinfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/spdom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/spdom.py -------------------------------------------------------------------------------- /pymdwizard/gui/spref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/spref.py -------------------------------------------------------------------------------- /pymdwizard/gui/srcinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/srcinfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/supplinf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/supplinf.py -------------------------------------------------------------------------------- /pymdwizard/gui/taxoncl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/taxoncl.py -------------------------------------------------------------------------------- /pymdwizard/gui/taxonomy_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/taxonomy_gui.py -------------------------------------------------------------------------------- /pymdwizard/gui/theme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/theme.py -------------------------------------------------------------------------------- /pymdwizard/gui/theme_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/theme_list.py -------------------------------------------------------------------------------- /pymdwizard/gui/timeinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/timeinfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/timeperd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/timeperd.py -------------------------------------------------------------------------------- /pymdwizard/gui/udom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/udom.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/Citation.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/Citation.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/ContactInfo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/ContactInfo.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/DOICiteinfoImporter.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/DOICiteinfoImporter.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/DataQuality.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/DataQuality.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/Descriptor.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/Descriptor.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/EA.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/EA.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/ITISSearch.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/ITISSearch.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/ITISSearchSimple.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/ITISSearchSimple.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/JupyterStarter.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/JupyterStarter.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/Keywords.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/Keywords.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/MainWindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/MainWindow.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/MetadataRoot.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/MetadataRoot.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/PlaceKeywords.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/PlaceKeywords.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/PointOfContact.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/PointOfContact.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/Preview.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/Preview.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/ProcessStep.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/ProcessStep.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/Spatial_tab.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/Spatial_tab.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/Status.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/Status.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/Taxonomy.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/Taxonomy.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/ThemeKeywords.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/ThemeKeywords.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/ThemeKeywords2.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/ThemeKeywords2.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/ThesaurusSearch.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/ThesaurusSearch.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_ContactInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_ContactInfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_DOICiteinfoImporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_DOICiteinfoImporter.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_DataQuality.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_DataQuality.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_Descriptor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_Descriptor.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_EA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_EA.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_ITISSearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_ITISSearch.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_ITISSearchSimple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_ITISSearchSimple.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_IdInfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_IdInfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_Keywords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_Keywords.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_MainWindow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_MainWindow.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_MetadataRoot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_MetadataRoot.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_PlaceKeywords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_PlaceKeywords.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_PointOfContact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_PointOfContact.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_Preview.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_Preview.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_ProcessStep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_ProcessStep.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_Status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_Status.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_Taxonomy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_Taxonomy.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_ThemeKeywords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_ThemeKeywords.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_ThesaurusSearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_ThesaurusSearch.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_USGSContactImporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_USGSContactImporter.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_abcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_abcd.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_abstract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_abstract.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_accconst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_accconst.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_attr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_attr.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_attracc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_attracc.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_attributes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_attributes.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_citeinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_citeinfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_codeset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_codeset.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_codesetd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_codesetd.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_complete.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_complete.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_crossref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_crossref.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_datacred.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_datacred.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_descript.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_descript.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_detailed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_detailed.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_distinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_distinfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_edom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_edom.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_edom_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_edom_list.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_error_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_error_list.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_fgdc_date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_fgdc_date.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_iso_keyword.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_iso_keyword.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_jupyterstarter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_jupyterstarter.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_keywords_repeater.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_keywords_repeater.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_logic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_logic.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_mapproj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_mapproj.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_metainfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_metainfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_native.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_native.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_place_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_place_list.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_posacc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_posacc.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_proccont.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_proccont.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_procstep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_procstep.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_purpose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_purpose.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_rdom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_rdom.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_repeating_element.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_repeating_element.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_sb_locator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_sb_locator.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_settings.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_single_date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_single_date.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_sourceinput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_sourceinput.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_spatial_tab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_spatial_tab.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_spdoinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_spdoinfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_spdom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_spdom.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_spref.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_spref.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_srcinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_srcinfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_supplinf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_supplinf.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_taxoncl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_taxoncl.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_taxonomy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_taxonomy.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_theme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_theme.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_theme_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_theme_list.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_timeinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_timeinfo.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_timeperd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_timeperd.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_udom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_udom.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_useconst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_useconst.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/UI_vertdef.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/UI_vertdef.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/USGSContactImporter.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/USGSContactImporter.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/__init__.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/abstract.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/abstract.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/accconst.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/accconst.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/attr.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/attr.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/attracc.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/attracc.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/attributes.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/attributes.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/citeinfo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/citeinfo.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/codesetd.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/codesetd.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/complete.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/complete.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/crossref.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/crossref.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/datacred.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/datacred.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/date_widget.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/date_widget.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/descript.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/descript.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/detailed.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/detailed.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/distinfo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/distinfo.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/edom.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/edom.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/edom_list.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/edom_list.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/error_list.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/error_list.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/fgdc_date.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/fgdc_date.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/growingtextedit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/growingtextedit.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/growingtextplugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/growingtextplugin.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/icons/BigDucky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/icons/BigDucky.png -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/icons/Ducky.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/icons/Ducky.ico -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/icons/icons.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/icons/icons.qrc -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/idinfo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/idinfo.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/iso_keyword.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/iso_keyword.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/keyword_repeater.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/keyword_repeater.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/keywords_repeater.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/keywords_repeater.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/logic.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/logic.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/mapproj.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/mapproj.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/metainfo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/metainfo.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/native.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/native.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/place_list.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/place_list.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/posacc.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/posacc.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/proccont.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/proccont.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/procstep.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/procstep.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/purpose.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/purpose.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/rdom.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/rdom.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/repeating_element.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/repeating_element.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/sb_locator.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/sb_locator.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/settings.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/settings.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/settings.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/single_date.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/single_date.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/sourceinput.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/sourceinput.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/spdoinfo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/spdoinfo.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/spdom.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/spdom.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/spellinghighlighter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/spellinghighlighter.py -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/spref.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/spref.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/srcinfo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/srcinfo.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/supplinf.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/supplinf.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/taxoncl.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/taxoncl.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/theme.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/theme.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/theme_list.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/theme_list.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/timeinfo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/timeinfo.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/timeperd.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/timeperd.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/udom.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/udom.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/useconst.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/useconst.ui -------------------------------------------------------------------------------- /pymdwizard/gui/ui_files/vertdef.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/ui_files/vertdef.ui -------------------------------------------------------------------------------- /pymdwizard/gui/useconst.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/useconst.py -------------------------------------------------------------------------------- /pymdwizard/gui/vertdef.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/vertdef.py -------------------------------------------------------------------------------- /pymdwizard/gui/wiz_widget.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/gui/wiz_widget.py -------------------------------------------------------------------------------- /pymdwizard/resources/CSDGM_Template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/CSDGM_Template.xml -------------------------------------------------------------------------------- /pymdwizard/resources/DOIRootCA2.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/DOIRootCA2.pem -------------------------------------------------------------------------------- /pymdwizard/resources/FGDC/BDPfgdc-std-001-1998-annotated.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/FGDC/BDPfgdc-std-001-1998-annotated.xsd -------------------------------------------------------------------------------- /pymdwizard/resources/FGDC/FGDC_Stylesheet.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/FGDC/FGDC_Stylesheet.xsl -------------------------------------------------------------------------------- /pymdwizard/resources/FGDC/bdp_lookup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/FGDC/bdp_lookup -------------------------------------------------------------------------------- /pymdwizard/resources/FGDC/fgdc-std-001-1998-annotated.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/FGDC/fgdc-std-001-1998-annotated.xsd -------------------------------------------------------------------------------- /pymdwizard/resources/icons/0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/0.png -------------------------------------------------------------------------------- /pymdwizard/resources/icons/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/1.png -------------------------------------------------------------------------------- /pymdwizard/resources/icons/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/2.png -------------------------------------------------------------------------------- /pymdwizard/resources/icons/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/3.png -------------------------------------------------------------------------------- /pymdwizard/resources/icons/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/4.png -------------------------------------------------------------------------------- /pymdwizard/resources/icons/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/5.png -------------------------------------------------------------------------------- /pymdwizard/resources/icons/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/6.png -------------------------------------------------------------------------------- /pymdwizard/resources/icons/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/7.png -------------------------------------------------------------------------------- /pymdwizard/resources/icons/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/8.png -------------------------------------------------------------------------------- /pymdwizard/resources/icons/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/9.png -------------------------------------------------------------------------------- /pymdwizard/resources/icons/Ducky.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/Ducky.ico -------------------------------------------------------------------------------- /pymdwizard/resources/icons/SplashScreenGeneration.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/SplashScreenGeneration.pptx -------------------------------------------------------------------------------- /pymdwizard/resources/icons/point.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/point.png -------------------------------------------------------------------------------- /pymdwizard/resources/icons/splash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/splash.jpg -------------------------------------------------------------------------------- /pymdwizard/resources/icons/splash_image_license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/splash_image_license.md -------------------------------------------------------------------------------- /pymdwizard/resources/icons/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/icons/x.png -------------------------------------------------------------------------------- /pymdwizard/resources/leaflet/leaflet/images/layers-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/leaflet/leaflet/images/layers-2x.png -------------------------------------------------------------------------------- /pymdwizard/resources/leaflet/leaflet/images/layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/leaflet/leaflet/images/layers.png -------------------------------------------------------------------------------- /pymdwizard/resources/leaflet/leaflet/images/marker-icon-2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/leaflet/leaflet/images/marker-icon-2x.png -------------------------------------------------------------------------------- /pymdwizard/resources/leaflet/leaflet/images/marker-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/leaflet/leaflet/images/marker-icon.png -------------------------------------------------------------------------------- /pymdwizard/resources/leaflet/leaflet/images/marker-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/leaflet/leaflet/images/marker-shadow.png -------------------------------------------------------------------------------- /pymdwizard/resources/leaflet/leaflet/leaflet-src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/leaflet/leaflet/leaflet-src.js -------------------------------------------------------------------------------- /pymdwizard/resources/leaflet/leaflet/leaflet-src.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/leaflet/leaflet/leaflet-src.js.map -------------------------------------------------------------------------------- /pymdwizard/resources/leaflet/leaflet/leaflet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/leaflet/leaflet/leaflet.css -------------------------------------------------------------------------------- /pymdwizard/resources/leaflet/leaflet/leaflet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/leaflet/leaflet/leaflet.js -------------------------------------------------------------------------------- /pymdwizard/resources/leaflet/leaflet/leaflet.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/leaflet/leaflet/leaflet.js.map -------------------------------------------------------------------------------- /pymdwizard/resources/leaflet/map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/leaflet/map.html -------------------------------------------------------------------------------- /pymdwizard/resources/leaflet/map_mac.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/leaflet/map_mac.html -------------------------------------------------------------------------------- /pymdwizard/resources/spatial/BNDCoords.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/spatial/BNDCoords.csv -------------------------------------------------------------------------------- /pymdwizard/resources/spatial/state_plane_lookup.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/spatial/state_plane_lookup.csv -------------------------------------------------------------------------------- /pymdwizard/resources/spelling/words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/pymdwizard/resources/spelling/words.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/requirements.txt -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/setup.py -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | pass 2 | -------------------------------------------------------------------------------- /tests/data/GenericFGDCTemplate_FGDCtemp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/GenericFGDCTemplate_FGDCtemp.xml -------------------------------------------------------------------------------- /tests/data/Onshore_Industrial_Wind_Turbine_Locations_for_the_United_States_through_July2013.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/Onshore_Industrial_Wind_Turbine_Locations_for_the_United_States_through_July2013.xml -------------------------------------------------------------------------------- /tests/data/USGS_ASC_PolarBears_FGDC.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/USGS_ASC_PolarBears_FGDC.xml -------------------------------------------------------------------------------- /tests/data/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/iris.csv -------------------------------------------------------------------------------- /tests/data/iris_comments.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/iris_comments.csv -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000001.TablesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000001.TablesByName.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000001.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000001.gdbindexes -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000001.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000001.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000001.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000001.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000002.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000002.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000002.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000002.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000003.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000003.gdbindexes -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000003.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000003.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000003.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000003.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000004.CatItemsByPhysicalName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000004.CatItemsByPhysicalName.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000004.CatItemsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000004.CatItemsByType.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000004.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000004.FDO_UUID.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000004.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000004.gdbindexes -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000004.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000004.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000004.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000004.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000004.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000004.spx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000005.CatItemTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000005.CatItemTypesByName.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000005.CatItemTypesByParentTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000005.CatItemTypesByParentTypeID.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000005.CatItemTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000005.CatItemTypesByUUID.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000005.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000005.gdbindexes -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000005.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000005.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000005.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000005.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000006.CatRelsByDestinationID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000006.CatRelsByDestinationID.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000006.CatRelsByOriginID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000006.CatRelsByOriginID.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000006.CatRelsByType.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000006.CatRelsByType.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000006.FDO_UUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000006.FDO_UUID.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000006.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000006.gdbindexes -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000006.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000006.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000006.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000006.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000007.CatRelTypesByBackwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000007.CatRelTypesByBackwardLabel.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000007.CatRelTypesByDestItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000007.CatRelTypesByDestItemTypeID.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000007.CatRelTypesByForwardLabel.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000007.CatRelTypesByForwardLabel.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000007.CatRelTypesByName.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000007.CatRelTypesByName.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000007.CatRelTypesByOriginItemTypeID.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000007.CatRelTypesByUUID.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000007.CatRelTypesByUUID.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000007.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000007.gdbindexes -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000007.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000007.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000007.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000007.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000009.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000009.gdbindexes -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000009.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000009.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000009.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000009.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a00000009.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a00000009.spx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000a.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000a.gdbindexes -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000a.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000a.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000a.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000a.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000a.spx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000a.spx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000b.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000b.gdbindexes -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000b.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000b.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000b.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000b.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000c.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000c.gdbindexes -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000c.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000c.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000c.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000c.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000d.band_index.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000d.band_index.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000d.blk_key_index.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000d.blk_key_index.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000d.col_index.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000d.col_index.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000d.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000d.gdbindexes -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000d.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000d.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000d.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000d.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000d.row_index.atx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000d.row_index.atx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000e.gdbindexes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000e.gdbindexes -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000e.gdbtable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000e.gdbtable -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/a0000000e.gdbtablx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/a0000000e.gdbtablx -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/gdb: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /tests/data/projections/FileGeodatabase.gdb/timestamps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/FileGeodatabase.gdb/timestamps -------------------------------------------------------------------------------- /tests/data/projections/NAVD88_depth.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /tests/data/projections/NAVD88_depth.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/NAVD88_depth.dbf -------------------------------------------------------------------------------- /tests/data/projections/NAVD88_depth.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/NAVD88_depth.prj -------------------------------------------------------------------------------- /tests/data/projections/NAVD88_depth.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/NAVD88_depth.sbn -------------------------------------------------------------------------------- /tests/data/projections/NAVD88_depth.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/NAVD88_depth.sbx -------------------------------------------------------------------------------- /tests/data/projections/NAVD88_depth.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/NAVD88_depth.shp -------------------------------------------------------------------------------- /tests/data/projections/NAVD88_depth.shp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/NAVD88_depth.shp.xml -------------------------------------------------------------------------------- /tests/data/projections/NAVD88_depth.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/NAVD88_depth.shx -------------------------------------------------------------------------------- /tests/data/projections/World_Azimuthal_Equidistant.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /tests/data/projections/World_Azimuthal_Equidistant.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/World_Azimuthal_Equidistant.dbf -------------------------------------------------------------------------------- /tests/data/projections/World_Azimuthal_Equidistant.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/World_Azimuthal_Equidistant.prj -------------------------------------------------------------------------------- /tests/data/projections/World_Azimuthal_Equidistant.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/World_Azimuthal_Equidistant.sbn -------------------------------------------------------------------------------- /tests/data/projections/World_Azimuthal_Equidistant.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/World_Azimuthal_Equidistant.sbx -------------------------------------------------------------------------------- /tests/data/projections/World_Azimuthal_Equidistant.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/World_Azimuthal_Equidistant.shp -------------------------------------------------------------------------------- /tests/data/projections/World_Azimuthal_Equidistant.shp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/World_Azimuthal_Equidistant.shp.xml -------------------------------------------------------------------------------- /tests/data/projections/World_Azimuthal_Equidistant.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/World_Azimuthal_Equidistant.shx -------------------------------------------------------------------------------- /tests/data/projections/wgs84.cpg: -------------------------------------------------------------------------------- 1 | UTF-8 -------------------------------------------------------------------------------- /tests/data/projections/wgs84.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/wgs84.dbf -------------------------------------------------------------------------------- /tests/data/projections/wgs84.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/wgs84.prj -------------------------------------------------------------------------------- /tests/data/projections/wgs84.sbn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/wgs84.sbn -------------------------------------------------------------------------------- /tests/data/projections/wgs84.sbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/wgs84.sbx -------------------------------------------------------------------------------- /tests/data/projections/wgs84.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/wgs84.shp -------------------------------------------------------------------------------- /tests/data/projections/wgs84.shp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/wgs84.shp.xml -------------------------------------------------------------------------------- /tests/data/projections/wgs84.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/data/projections/wgs84.shx -------------------------------------------------------------------------------- /tests/test_accessconstraints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_accessconstraints.py -------------------------------------------------------------------------------- /tests/test_citeinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_citeinfo.py -------------------------------------------------------------------------------- /tests/test_contactinfo_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_contactinfo_gui.py -------------------------------------------------------------------------------- /tests/test_data_io.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_data_io.py -------------------------------------------------------------------------------- /tests/test_datacredit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_datacredit.py -------------------------------------------------------------------------------- /tests/test_descriptor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_descriptor.py -------------------------------------------------------------------------------- /tests/test_doi_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_doi_utils.py -------------------------------------------------------------------------------- /tests/test_mainwindow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_mainwindow.py -------------------------------------------------------------------------------- /tests/test_metadatadate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_metadatadate.py -------------------------------------------------------------------------------- /tests/test_metadataroot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_metadataroot.py -------------------------------------------------------------------------------- /tests/test_misc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_misc.py -------------------------------------------------------------------------------- /tests/test_single_date.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_single_date.py -------------------------------------------------------------------------------- /tests/test_spatial_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_spatial_utils.py -------------------------------------------------------------------------------- /tests/test_spatialtab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_spatialtab.py -------------------------------------------------------------------------------- /tests/test_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_status.py -------------------------------------------------------------------------------- /tests/test_taxonomy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_taxonomy.py -------------------------------------------------------------------------------- /tests/test_useconstraints.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_useconstraints.py -------------------------------------------------------------------------------- /tests/test_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_utils.py -------------------------------------------------------------------------------- /tests/test_version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_version.py -------------------------------------------------------------------------------- /tests/test_xml_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DOI-USGS/fort-pymdwizard/HEAD/tests/test_xml_utils.py --------------------------------------------------------------------------------