merge-crop

No related merge requests found
......@@ -29,6 +29,7 @@ def main(argv):
else:
jsonFile=open(argv[1]).read()
cfg = json.loads(jsonFile)
print(cfg)
dataDict = L2ASCLtoDict(cfg["filename"], cfg['wkt'])
print(dataDict)
#-------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment