Commit 1780733d authored by Mario Chirinos's avatar Mario Chirinos

scripts

parent 446de473
......@@ -23,6 +23,7 @@ def createDirectories(datafile, cfgfile):
print(os.getcwd())
cfg["projectDir"]=os.getcwd()+"/"+dirname+"/"
cfg["endDate"]=datetime.datetime.now().strftime("%Y%m%d")
cfg["wkt"]=cfg["WKT"]
if not os.path.exists(dirname):
os.mkdir(dirname)
with open(dirname+'/findProducts.json', 'w') as outfile:
......
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