Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyradus committed Oct 29, 2020
1 parent 5c4aedf commit 7dd83ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MIP-JP2CS/MIP-JP2CS.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def JP2PNGW(file):



save_name=folder+'/'+image_name
save_name=folder+'/'+image_name+'.'+ext

if ext == 'tiff':
GTiffWriter(save_name, img, image.crs, transform)
Expand Down
2 changes: 1 addition & 1 deletion MIP-S/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def make_folder(path, name):
print(name, 'Folder created')
else:
now = datetime.now()
folder = name +'_' + now.strftime("%d-%m-%Y_%H-%M-%S")
folder = path+'/'+name +'_' + now.strftime("%d%m%Y_%H%M%S")
print(folder, ' Folder not exist, creating.')
os.mkdir(folder)
print('Created new ', name,' Folder')
Expand Down
5 changes: 0 additions & 5 deletions requirements.txt

This file was deleted.

0 comments on commit 7dd83ab

Please sign in to comment.