Skip to content

Commit

Permalink
Add backup location for ArcGIS and ISO use constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
dharvey-consbio committed Dec 20, 2016
1 parent f469c0c commit cdde861
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions gis_metadata/arcgis_metadata_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
LARGER_WORKS: 'dataIdInfo/aggrInfo/aggrDSName/{lw_path}',
'other_citation_info': 'dataIdInfo/idCitation/otherCitDet',
'use_constraints': 'dataIdInfo/resConst/Consts/useLimit',
'_use_constraints': 'dataIdInfo/resConst/LegConsts/useLimit',
DATES: 'dataIdInfo/dataExt/tempEle/TempExtent/exTemp/{type_path}',
KEYWORDS_PLACE: 'dataIdInfo/placeKeys/keyword',
KEYWORDS_THEME: 'dataIdInfo/themeKeys/keyword'
Expand Down
1 change: 1 addition & 0 deletions gis_metadata/iso_metadata_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
'_lw_linkage': '{_idinfo_aggregate_contact}/contactInfo/CI_Contact/onlineResource/CI_OnlineResource/{{lw_path}}',
'other_citation_info': '{_idinfo_citation}/otherCitationDetails/CharacterString',
'use_constraints': '{_idinfo}/resourceConstraints/MD_Constraints/useLimitation/CharacterString',
'_use_constraints': '{_idinfo}/resourceConstraints/MD_LegalConstraints/useLimitation/CharacterString',
DATES: '{_idinfo_extent}/temporalElement/EX_TemporalExtent/extent/{{type_path}}',
KEYWORDS_PLACE: '{_idinfo_keywords}/keyword/CharacterString',
KEYWORDS_THEME: '{_idinfo_keywords}/keyword/CharacterString'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run(self):
name='gis_metadata_parser',
description='Parser for GIS metadata standards including FGDC and ISO-19115',
keywords='arcgis,fgdc,iso,ISO-19115,ISO-19139,gis,metadata,parser,xml,gis_metadata,gis_metadata_parser',
version='0.9.6',
version='0.9.7',
packages=[
'gis_metadata', 'gis_metadata.tests'
],
Expand Down

0 comments on commit cdde861

Please sign in to comment.