Skip to content

Commit

Permalink
Add all mappings for matadata keys (thanks Anna)
Browse files Browse the repository at this point in the history
  • Loading branch information
liberostelios committed Aug 7, 2019
1 parent 164d85f commit 19e4b07
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion core/helpers/treemodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,48 @@
"datasetLanguage": "Dataset Language",
"datasetCharacterSet": "Dataset CharacterSet",
"referenceSystem": "Reference System",
"geographicalExtent": "Geographical Extent"
"geographicalExtent": "Geographical Extent",
"spatialRepresentationType": "Spatial Representation Type",
"onlineResource": "Online Resource",
"fileIdentifier": "File Identifier",
"datasetPointOfContact": "Dataset Point of Contact",
"contactName": "Contact Name",
"phone": "Phone",
"address": "Address",
"emailAddress": "Email Address",
"contactType": "Contact Type",
"website": "Website",
"metadataStandard": "Metadata Standard",
"metadataStandardVersion": "Metadata Standard Version",
"metadataLanguage": "Metadata Language",
"metadataCharacterSet": "Metadata Character Set",
"metadataDateStamp": "Metadata Date Stamp",
"metadataPointOfContact": "Metadata Point of Contact",
"lineage": "Lineage",
"featureIDs": "Feature IDs",
"source": "Source",
"description": "Description",
"sourceSpatialResolution": "Source Spatial Resolution",
"sourceReferenceSystem": "Source Reference System",
"processStep": "Process Step",
"thematicModels": "Thematic Models",
"geographicalExtent": "Geographical Extent",
"temporalExtent": "Temporal Extent",
"startDate": "Start Date",
"endDate": "End Date",
"abstract": "Abstract",
"specificUsage": "Specific Usage",
"keywords": "Keywords",
"constraints": "Constraints",
"legalConstraints": "Legal Constraints",
"securityConstraints": "Security Constraints",
"userNote": "User Note",
"textures": "Textures",
"materials": "Materials",
"presentLoDs": "Present LoDs",
"cityfeatureMetadata": "City Feature Metadata",
"uniqueFeatureCount": "Unique Feature Count",
"aggregateFeatureCount": "Aggregate Feature Count",
}

class TreeNode(object):
Expand Down

0 comments on commit 19e4b07

Please sign in to comment.