def export_params(self, temp_datasource_path):
temp_datasource = gdal.OpenEx(temp_datasource_path,
open_options=['LIST_ALL_TABLES=YES'])
params = {
'destNameOrDestDS': self.dst_datasource_name(),
'srcDS': temp_datasource,
'format': 'GMLAS',
'datasetCreationOptions': self.dataset_creation_options()
}
return params
#@pyqtSlot()
#def on_exportButton_clicked(self):
export_gmlas_panel.py 文件源码
python
阅读 23
收藏 0
点赞 0
评论 0
评论列表
文章目录