Commit 2f4bac91 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

merge-crop

parent 2df33735
...@@ -29,6 +29,7 @@ def main(argv): ...@@ -29,6 +29,7 @@ def main(argv):
else: else:
jsonFile=open(argv[1]).read() jsonFile=open(argv[1]).read()
cfg = json.loads(jsonFile) cfg = json.loads(jsonFile)
print(cfg)
dataDict = L2ASCLtoDict(cfg["filename"], cfg['wkt']) dataDict = L2ASCLtoDict(cfg["filename"], cfg['wkt'])
print(dataDict) 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