-
Notifications
You must be signed in to change notification settings - Fork 11
/
apply_templates_dialog.py
874 lines (743 loc) · 31.2 KB
/
apply_templates_dialog.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
# -*- coding: utf-8 -*-
# ******************************************************************************
#
# Metatools
# ---------------------------------------------------------
# Metadata browser/editor
#
# Copyright (C) 2011 NextGIS ([email protected])
#
# This source is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation; either version 2 of the License, or (at your option)
# any later version.
#
# This code is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# A copy of the GNU General Public License is available on the World Wide Web
# at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
# to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
# MA 02111-1307, USA.
#
# ******************************************************************************
from PyQt4 import uic
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4.QtXml import *
from PyQt4.QtXmlPatterns import *
from qgis.core import *
from qgis.gui import *
import sys, os, codecs, shutil
from license_editor_dialog import LicenseEditorDialog
from license_template_manager import LicenseTemplateManager
from workflow_editor_dialog import WorkflowEditorDialog
from workflow_template_manager import WorkflowTemplateManager
from organization_editor_dialog import OrganizationEditorDialog
from organization_template_manager import OrganizationTemplateManager
from datatype_editor_dialog import DataTypeEditorDialog
from datatype_template_manager import DatatypeTemplateManager
import os
FORM_CLASS, _ = uic.loadUiType(
os.path.join(os.path.dirname(__file__), "ui/apply_templates.ui")
)
from standard import MetaInfoStandard
from metadata_provider import FileMetadataProvider
import utils
currentPath = os.path.abspath(os.path.dirname(__file__))
class ApplyTemplatesDialog(QDialog, FORM_CLASS):
def __init__(self, iface, parent=None):
super(ApplyTemplatesDialog, self).__init__(parent)
self.setupUi(self)
self.iface = iface
self.layers = []
self.translatedNoneLabel = QCoreApplication.translate(
"Metatools", "None"
)
self.licenseTemplateManager = LicenseTemplateManager(currentPath)
self.workflowTemplateManager = WorkflowTemplateManager(currentPath)
self.datatypeTemplateManager = DatatypeTemplateManager(currentPath)
path = os.path.join(currentPath, "templates/institutions.xml")
self.orgsTemplateManager = OrganizationTemplateManager(path)
self.btnApply = QPushButton(self.tr("Apply"))
self.btnClose = QPushButton(self.tr("Close"))
self.buttonBox.clear()
self.buttonBox.addButton(self.btnApply, QDialogButtonBox.AcceptRole)
self.buttonBox.addButton(self.btnClose, QDialogButtonBox.RejectRole)
self.chkExternalFiles.stateChanged.connect(self.toggleExternalFiles)
self.lstLayers.itemSelectionChanged.connect(self.updateLayerList)
self.btnSelectDataFiles.clicked.connect(self.selectExternalFiles)
self.btnManageLicenses.clicked.connect(self.manageLicenses)
self.btnManageOrgs.clicked.connect(self.manageOrganizations)
self.btnManageWorkflows.clicked.connect(self.manageWorkflows)
self.btnManageDatatypes.clicked.connect(self.manageDatatypes)
self.btnSelectLogFile.clicked.connect(self.selectLogFile)
self.buttonBox.accepted.disconnect(self.accept)
self.btnApply.clicked.connect(self.applyTemplates)
self.manageGui()
def manageGui(self):
# read settings and restore checkbox state
self.__loadSettings()
# populate layer list
self.fillLstLayers()
# populate comboboxes with templates
self.updateLicenseTemplatesList()
self.updateWorkflowTemplatesList()
self.updateOrgsTemplatesList()
self.updateDatatypesTemplatesList()
# disable Apply button when there are no layers
if len(self.layers) == 0:
self.btnApply.setEnabled(False)
# version from trunk
def fillLstLayers(self):
self.lstLayers.clear()
layers = utils.getSupportedLayers()
for name, source in layers:
item = QListWidgetItem(name, self.lstLayers)
item.setData(Qt.UserRole, source)
item.setData(Qt.ToolTipRole, source)
def toggleExternalFiles(self):
self.btnApply.setEnabled(False)
if self.chkExternalFiles.isChecked():
self.lstLayers.clear()
self.lstLayers.setSelectionMode(QAbstractItemView.NoSelection)
self.btnSelectDataFiles.setEnabled(True)
self.layers = []
else:
self.fillLstLayers()
self.lstLayers.setSelectionMode(
QAbstractItemView.ExtendedSelection
)
self.btnSelectDataFiles.setEnabled(False)
self.updateLayerList()
def selectExternalFiles(self):
files = QFileDialog.getOpenFileNames(
self, self.tr("Select files"), ".", self.tr("All files (*.*)")
)
if len(files) == 0:
return
self.layers = files
self.lstLayers.addItems(files)
self.btnApply.setEnabled(True)
def manageLicenses(self):
oldValue = self.cmbLicense.currentText()
dlg = LicenseEditorDialog()
dlg.exec_()
self.updateLicenseTemplatesList()
# try to restore previous value
index = self.cmbLicense.findText(oldValue)
if index != -1:
self.cmbLicense.setCurrentIndex(index)
def manageDatatypes(self):
oldValue = self.cmbDatatype.currentText()
dlg = DataTypeEditorDialog()
dlg.exec_()
self.updateDatatypesTemplatesList()
# try to restore previous value
index = self.cmbDatatype.findText(oldValue)
if index != -1:
self.cmbDatatype.setCurrentIndex(index)
def manageWorkflows(self):
oldValue = self.cmbWorkflow.currentText()
dlg = WorkflowEditorDialog()
dlg.exec_()
self.updateWorkflowTemplatesList()
# try to restore previous value
index = self.cmbWorkflow.findText(oldValue)
if index != -1:
self.cmbWorkflow.setCurrentIndex(index)
def manageOrganizations(self):
oldValue = self.cmbOrganization.currentText()
dlg = OrganizationEditorDialog()
dlg.exec_()
self.orgsTemplateManager.reloadTemplates()
self.updateOrgsTemplatesList()
# try to restore previous value
index = self.cmbOrganization.findText(oldValue)
if index != -1:
self.cmbOrganization.setCurrentIndex(index)
def selectLogFile(self):
# TODO: need to save last dir and set it in dialog
logFileName = QFileDialog.getOpenFileName(
self,
self.tr("Select log file"),
".",
self.tr("Text files (*.txt);;Log files (*.log);;All files (*)"),
options=QFileDialog.ReadOnly,
)
self.leLogFile.setText(logFileName)
self.leLogFile.setToolTip(logFileName)
def updateLicenseTemplatesList(self):
self.cmbLicense.clear()
self.cmbLicense.addItem(self.translatedNoneLabel)
self.cmbLicense.addItems(self.licenseTemplateManager.getTemplateList())
def updateWorkflowTemplatesList(self):
self.cmbWorkflow.clear()
self.cmbWorkflow.addItem(self.translatedNoneLabel)
self.cmbWorkflow.addItems(
self.workflowTemplateManager.getTemplateList()
)
def updateOrgsTemplatesList(self):
self.cmbOrganization.clear()
self.cmbOrganization.addItem(self.translatedNoneLabel)
self.cmbOrganization.addItems(
self.orgsTemplateManager.tempalateNames()
)
def updateDatatypesTemplatesList(self):
self.cmbDatatype.clear()
self.cmbDatatype.addItem(self.translatedNoneLabel)
self.cmbDatatype.addItems(
self.datatypeTemplateManager.getTemplateList()
)
def updateLayerList(self):
self.layers = []
selection = self.lstLayers.selectedItems()
for item in selection:
layerSource = item.data(Qt.UserRole)
self.layers.append(layerSource)
# my old version
# layer = utils.getRasterLayerByName(item.text())
# self.layers.append(layer.source())
if len(self.layers) != 0:
self.btnApply.setEnabled(True)
def applyTemplates(self):
# TODO: !!! Remake to metaprovider !!!
# TODO: !!! Adding standard check !!!
# TODO: check if there are some templates selected
# get profile from settings
settings = QSettings("NextGIS", "metatools")
profile = settings.value("general/defaultProfile", "")
if profile == "":
QMessageBox.warning(
self,
self.tr("No profile"),
self.tr(
"No profile selected. Please set default profile in plugin settings"
),
)
return
profilePath = unicode(
QDir.toNativeSeparators(
os.path.join(currentPath, "xml_profiles", unicode(profile))
)
)
try:
for layer in self.layers:
# get metadata file path
metaFilePath = utils.mdPathFromLayerPath(layer)
# check if metadata file exists and create it if necessary
if not os.path.exists(metaFilePath):
try:
shutil.copyfile(profilePath, metaFilePath)
except:
QMessageBox.warning(
self,
self.tr("Metatools"),
self.tr("Metadata file can't be created: ")
+ unicode(sys.exc_info()[1]),
)
continue
# check metadata standard
metaprovider = FileMetadataProvider(
unicode(layer)
) # temporary code
standard = MetaInfoStandard.tryDetermineStandard(metaprovider)
if standard != MetaInfoStandard.ISO19115:
QMessageBox.warning(
self,
self.tr("Metatools"),
self.tr(
"File %s has unsupported metadata standard! Only ISO19115 supported now!"
)
% (layer),
)
continue
if os.path.splitext(unicode(layer))[1].lower() not in (
".shp",
".mif",
".tab",
):
# extract image specific information
if self.chkUpdateImageInfo.isChecked():
utils.writeRasterInfo(layer, metaFilePath)
# generate preview
if self.chkGeneratePreview.isChecked():
utils.generatePreview(layer)
else:
if self.chkUpdateImageInfo.isChecked():
utils.writeVectorInfo(layer, metaFilePath)
# load metadata file
metadata_file = QFile(metaFilePath)
metaXML = QDomDocument()
metaXML.setContent(metadata_file)
# apply templates (BAD version - change to applier with standard)
self.applyInstitutionTemplate(metaXML)
self.applyLicenseTemplate(metaXML)
self.applyWorkflowTemplate(metaXML)
self.applyDatatypeTemplate(metaXML)
self.applyLogFile(metaXML)
# save metadata file (hmm.. why not QFile?)
metafile = codecs.open(metaFilePath, "w", encoding="utf-8")
metafile.write(unicode(metaXML, "utf-8"))
metafile.close()
QMessageBox.information(
self, self.tr("Metatools"), self.tr("Done!")
)
# clear selection and disable Apply button
self.lstLayers.clearSelection()
self.layers = []
self.btnApply.setEnabled(False)
# save settings
self.__saveSettings()
except:
QMessageBox.warning(
self,
self.tr("Metatools"),
self.tr("Operation can't be completed: ")
+ unicode(sys.exc_info()[1]),
)
# ----------- Appliers -----------
def applyInstitutionTemplate(self, metaXML):
# TODO: make more safe
# if self.cmbOrganization.currentIndex() == -1:
if self.cmbOrganization.currentText() == self.translatedNoneLabel:
return
template = self.orgsTemplateManager.organizations[
self.cmbOrganization.currentText()
]
root = metaXML.documentElement()
mdContact = utils.getOrCreateChild(root, "contact")
mdResponsibleParty = utils.getOrCreateChild(
mdContact, "CI_ResponsibleParty"
)
# individualName
mdIndividualName = utils.getOrCreateChild(
mdResponsibleParty, "individualName"
)
mdCharStringElement = utils.getOrCreateChild(
mdIndividualName, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(template.person)
# organisationName
mdOrganisationName = utils.getOrCreateChild(
mdResponsibleParty, "organisationName"
)
mdCharStringElement = utils.getOrCreateChild(
mdOrganisationName, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(template.name)
# positionName
mdPositionName = utils.getOrCreateChild(
mdResponsibleParty, "positionName"
)
mdCharStringElement = utils.getOrCreateChild(
mdPositionName, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(template.position)
# go deeper... fill contactInfo
mdContactInfo = utils.getOrCreateChild(
mdResponsibleParty, "contactInfo"
)
mdCIContact = utils.getOrCreateChild(mdContactInfo, "CI_Contact")
# hours of service
mdHours = utils.getOrCreateChild(mdCIContact, "hoursOfService")
mdCharStringElement = utils.getOrCreateChild(
mdHours, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(template.hours)
# fill phones
mdPhone = utils.getOrCreateChild(mdCIContact, "phone")
mdCIPhone = utils.getOrCreateChild(mdPhone, "CI_Telephone")
mdVoice = utils.getOrCreateChild(mdCIPhone, "voice")
mdCharStringElement = utils.getOrCreateChild(
mdVoice, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(template.phone)
mdFacsimile = utils.getOrCreateChild(mdCIPhone, "facsimile")
mdCharStringElement = utils.getOrCreateChild(
mdFacsimile, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(template.phone)
# fill address
mdAddress = utils.getOrCreateChild(mdCIContact, "address")
mdCIAddress = utils.getOrCreateChild(mdAddress, "CI_Address")
# deliveryPoint
mdDeliveryPoint = utils.getOrCreateChild(mdCIAddress, "deliveryPoint")
mdCharStringElement = utils.getOrCreateChild(
mdDeliveryPoint, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(template.deliveryPoint)
# city
mdCity = utils.getOrCreateChild(mdCIAddress, "city")
mdCharStringElement = utils.getOrCreateChild(
mdCity, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(template.city)
# administrativeArea
mdAdminArea = utils.getOrCreateChild(mdCIAddress, "administrativeArea")
mdCharStringElement = utils.getOrCreateChild(
mdAdminArea, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(template.adminArea)
# postalCode
mdPostalCode = utils.getOrCreateChild(mdCIAddress, "postalCode")
mdCharStringElement = utils.getOrCreateChild(
mdPostalCode, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(template.postalCode)
# country
mdCountry = utils.getOrCreateChild(mdCIAddress, "country")
mdCharStringElement = utils.getOrCreateChild(
mdCountry, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(template.country)
# email
mdEmail = utils.getOrCreateChild(mdCIAddress, "electronicMailAddress")
mdCharStringElement = utils.getOrCreateChild(
mdEmail, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(template.email)
def applyLicenseTemplate(self, metaXML):
# TODO: make more safe
# if self.cmbLicense.currentIndex() == -1:
if self.cmbLicense.currentText() == self.translatedNoneLabel:
return
licenseTemplate = self.licenseTemplateManager.loadTemplate(
self.cmbLicense.currentText()
)
root = metaXML.documentElement()
mdIdentificationInfo = utils.getOrCreateChild(
root, "identificationInfo"
)
mdDataIdentification = utils.getOrCreateChild(
mdIdentificationInfo, "MD_DataIdentification"
)
mdResourceConstraints = utils.getOrIsertAfterChild(
mdDataIdentification,
"resourceConstraints",
[
"resourceSpecificUsage",
"descriptiveKeywords",
"resourceFormat",
"graphicOverview",
"resourceMaintenance",
"pointOfContact",
"status",
"credit",
"purpose",
"abstract",
],
)
mdLegalConstraintsElement = utils.getOrCreateChild(
mdResourceConstraints, "MD_LegalConstraints"
)
# useLimitation
mdUseLimitationElement = utils.getOrCreateChild(
mdLegalConstraintsElement, "useLimitation"
)
mdCharStringElement = utils.getOrCreateChild(
mdUseLimitationElement, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(licenseTemplate.stringRepresentation())
# useConstraints
mdUseConstraintsElement = utils.getOrCreateChild(
mdLegalConstraintsElement, "useConstraints"
)
mdRestrictionCodeElement = utils.getOrCreateChild(
mdUseConstraintsElement, "MD_RestrictionCode"
)
mdRestrictionCodeElement.setAttribute(
"codeList",
"http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/gmxCodelists.xml#MD_RestrictionCode",
)
mdRestrictionCodeElement.setAttribute("codeListValue", "license")
textNode = utils.getOrCreateTextChild(mdRestrictionCodeElement)
textNode.setNodeValue("license")
def applyWorkflowTemplate(self, metaXML):
# TODO: make more safe
# if self.cmbWorkflow.currentIndex() == -1:
if self.cmbWorkflow.currentText() == self.translatedNoneLabel:
return
workflowTemplate = self.workflowTemplateManager.loadTemplate(
self.cmbWorkflow.currentText()
)
root = metaXML.documentElement()
mdDataQualityInfo = utils.getOrIsertAfterChild(
root,
"dataQualityInfo",
["distributionInfo", "contentInfo", "identificationInfo"],
)
mdDQData = utils.getOrCreateChild(mdDataQualityInfo, "DQ_DataQuality")
# check requirements (not need for workflow)
if mdDQData.firstChildElement("scope").isNull():
mdScope = utils.getOrIsertTopChild(mdDQData, "scope")
mdDQScope = utils.getOrCreateChild(mdScope, "DQ_Scope")
mdLevel = utils.getOrIsertTopChild(mdDQScope, "level")
mdScopeCode = utils.getOrCreateChild(mdLevel, "MD_ScopeCode")
mdScopeCode.setAttribute(
"codeList",
"http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/gmxCodelists.xml#MD_ScopeCode",
)
mdScopeCode.setAttribute("codeListValue", "dataset")
textNode = utils.getOrCreateTextChild(mdScopeCode)
textNode.setNodeValue("dataset")
mdLineage = utils.getOrCreateChild(mdDQData, "lineage")
mdLiLineage = utils.getOrCreateChild(mdLineage, "LI_Lineage")
mdStatement = utils.getOrIsertTopChild(mdLiLineage, "statement")
mdCharStringElement = utils.getOrCreateChild(
mdStatement, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(workflowTemplate.stringRepresentation())
def applyDatatypeTemplate(self, metaXML):
# TODO: make more safe
if self.cmbDatatype.currentText() == self.translatedNoneLabel:
return
datatypeTemplate = self.datatypeTemplateManager.loadTemplate(
self.cmbDatatype.currentText()
)
root = metaXML.documentElement()
mdIdentificationInfo = utils.getOrCreateChild(
root, "identificationInfo"
)
mdDataIdentification = utils.getOrCreateChild(
mdIdentificationInfo, "MD_DataIdentification"
)
# insert type of data
mdSpatialRep = utils.getOrIsertAfterChild(
mdDataIdentification,
"spatialRepresentationType",
[
"aggregationInfo",
"resourceConstraints",
"resourceSpecificUsage",
"descriptiveKeywords",
"resourceFormat",
"graphicOverview",
"resourceMaintenance",
"pointOfContact",
"status",
"credit",
"purpose",
"abstract",
],
)
mdSpatialRepTypeCode = utils.getOrCreateChild(
mdSpatialRep, "MD_SpatialRepresentationTypeCode"
)
mdSpatialRepTypeCode.setAttribute(
"codeList",
"http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/gmxCodelists.xml#MD_SpatialRepresentationTypeCode",
)
textNode = utils.getOrCreateTextChild(mdSpatialRepTypeCode)
if datatypeTemplate.type == "vector":
mdSpatialRepTypeCode.setAttribute("codeListValue", "vector")
textNode.setNodeValue("vector")
else:
mdSpatialRepTypeCode.setAttribute("codeListValue", "grid")
textNode.setNodeValue("grid")
# adding raster type
mdContentInfo = utils.getOrCreateChild(root, "contentInfo")
mdImageDescription = utils.getOrCreateChild(
mdContentInfo, "MD_ImageDescription"
)
mdContentType = utils.getOrIsertAfterChild(
mdImageDescription, "contentType", ["attributeDescription"]
)
mdContentTypeCode = utils.getOrCreateChild(
mdContentType, "MD_CoverageContentTypeCode"
)
mdContentTypeCode.setAttribute(
"codeList",
"http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/gmxCodelists.xml#MD_CoverageContentTypeCode",
)
mdContentTypeCode.setAttribute(
"codeListValue", datatypeTemplate.type
)
textNode = utils.getOrCreateTextChild(mdContentTypeCode)
textNode.setNodeValue(datatypeTemplate.type)
# insert keywords
mdDescKeywords = utils.getOrIsertAfterChild(
mdDataIdentification,
"descriptiveKeywords",
[
"resourceFormat",
"graphicOverview",
"resourceMaintenance",
"pointOfContact",
"status",
"credit",
"purpose",
"abstract",
],
)
mdKeywords = utils.getOrCreateChild(mdDescKeywords, "MD_Keywords")
for keyword in datatypeTemplate.keywords:
mdKeyword = utils.insertAfterChild(
mdKeywords,
"keyword",
[
"keyword",
],
)
mdString = utils.getOrCreateChild(mdKeyword, "gco:CharacterString")
textNode = utils.getOrCreateTextChild(mdString)
textNode.setNodeValue(keyword)
mdType = utils.getOrIsertAfterChild(
mdKeywords,
"type",
[
"keyword",
],
)
mdTypeCode = utils.getOrCreateChild(mdType, "MD_KeywordTypeCode")
mdTypeCode.setAttribute(
"codeList",
"http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode",
)
mdTypeCode.setAttribute("codeListValue", "theme")
textNode = utils.getOrCreateTextChild(mdTypeCode)
textNode.setNodeValue("theme")
# drop all spatial scale/accuracy
while not mdDataIdentification.firstChildElement(
"spatialResolution"
).isNull():
mdDataIdentification.removeChild(
mdDataIdentification.firstChildElement("spatialResolution")
)
# insert spatial scale
mdSpatialResolution = utils.insertAfterChild(
mdDataIdentification,
"spatialResolution",
[
"spatialRepresentationType",
"aggregationInfo",
"resourceConstraints",
"resourceSpecificUsage",
"descriptiveKeywords",
"resourceFormat",
"graphicOverview",
"resourceMaintenance",
"pointOfContact",
"status",
"credit",
"purpose",
"abstract",
],
)
mdResolution = utils.getOrCreateChild(
mdSpatialResolution, "MD_Resolution"
)
mdEqScale = utils.getOrIsertTopChild(mdResolution, "equivalentScale")
mdFraction = utils.getOrCreateChild(
mdEqScale, "MD_RepresentativeFraction"
)
mdDenominator = utils.getOrCreateChild(mdFraction, "denominator")
mdInteger = utils.getOrCreateChild(mdDenominator, "gco:Integer")
textNode = utils.getOrCreateTextChild(mdInteger)
textNode.setNodeValue(datatypeTemplate.scale)
# insert spatial accuracy
mdSpatialResolution = utils.insertAfterChild(
mdDataIdentification,
"spatialResolution",
[
"spatialResolution",
"spatialRepresentationType",
"aggregationInfo",
"resourceConstraints",
"resourceSpecificUsage",
"descriptiveKeywords",
"resourceFormat",
"graphicOverview",
"resourceMaintenance",
"pointOfContact",
"status",
"credit",
"purpose",
"abstract",
],
)
mdResolution = utils.getOrCreateChild(
mdSpatialResolution, "MD_Resolution"
)
mdDistance = utils.getOrCreateChild(mdResolution, "distance")
mdGcoDistance = utils.getOrCreateChild(mdDistance, "gco:Distance")
textNode = utils.getOrCreateTextChild(mdGcoDistance)
textNode.setNodeValue(datatypeTemplate.accuracy)
mdGcoDistance.setAttribute("uom", "M")
# insert thematic accurancy??????
return
def applyLogFile(self, metaXML):
# TODO: make more safe
if self.leLogFile.text() == "":
return
logFile = codecs.open(self.leLogFile.text(), "r", encoding="utf-8")
logFileContent = logFile.read()
logFile.close()
root = metaXML.documentElement()
mdDataQualityInfo = utils.getOrIsertAfterChild(
root,
"dataQualityInfo",
["distributionInfo", "contentInfo", "identificationInfo"],
)
mdDQData = utils.getOrCreateChild(mdDataQualityInfo, "DQ_DataQuality")
# check requirements (not need for log file)
if mdDQData.firstChildElement("scope").isNull():
mdScope = utils.getOrIsertTopChild(mdDQData, "scope")
mdDQScope = utils.getOrCreateChild(mdScope, "DQ_Scope")
mdLevel = utils.getOrIsertTopChild(mdDQScope, "level")
mdScopeCode = utils.getOrCreateChild(mdLevel, "MD_ScopeCode")
mdScopeCode.setAttribute(
"codeList",
"http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/Codelist/ML_gmxCodelists.xml#MD_ScopeCode",
)
mdScopeCode.setAttribute("codeListValue", "dataset")
textNode = utils.getOrCreateTextChild(mdScopeCode)
textNode.setNodeValue("dataset")
mdLineage = utils.getOrCreateChild(mdDQData, "lineage")
mdLiLineage = utils.getOrCreateChild(mdLineage, "LI_Lineage")
mdProcessStep = utils.getOrCreateChild(mdLiLineage, "processStep")
mdLIProcessStep = utils.getOrCreateChild(
mdProcessStep, "LI_ProcessStep"
)
mdDescription = utils.getOrIsertTopChild(
mdLIProcessStep, "description"
)
mdCharStringElement = utils.getOrCreateChild(
mdDescription, "gco:CharacterString"
)
textNode = utils.getOrCreateTextChild(mdCharStringElement)
textNode.setNodeValue(logFileContent)
def __loadSettings(self):
settings = QSettings("NextGIS", "metatools")
self.chkUpdateImageInfo.setCheckState(
int(settings.value("templates/extractLayerInfo", 0))
)
self.chkGeneratePreview.setCheckState(
int(settings.value("templates/generatePreview", 0))
)
def __saveSettings(self):
settings = QSettings("NextGIS", "metatools")
settings.setValue(
"templates/extractLayerInfo", self.chkUpdateImageInfo.checkState()
)
settings.setValue(
"templates/generatePreview", self.chkGeneratePreview.checkState()
)
def accept(self):
QDialog.accept(self)