Tagged Questions
0
votes
1answer
192 views
Converting arcpy based python script to OGR for semi-automated Metadata creation
I have created a script to automatically generate base ANZLIC standard metadata using arcpy based coding. Can anyone help me convert it to OGR/GDAL python? This is so that it can be run in QGIS and ...
4
votes
2answers
411 views
Issues with osgeo - qgis.core and arcpy modules
Is it possible to have the python shell from either qgis or argis to load (import) both qgis.core and arcpy?
I am developing a metadata creation tool and have completed the core functionality using ...