Skip to content

Commit

Permalink
#38 clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
webgisdeveloper committed Oct 31, 2022
1 parent 5604ecf commit 5b8b62b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions GFMS_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def GloFAS_process():

logging.info("generated: " + out_csv)

# write to excelrasterio.errors.RasterioIOError
# write to excel
# out_excel = glofasdata + "threspoints_" + data_date + ".xlsx"
# gdf_watersheds.to_excel(out_excel,index=False,columns=out_columns,sheet_name='Sheet_name_1')

Expand Down Expand Up @@ -483,6 +483,4 @@ def main():
GFMS_cron()

if __name__ == "__main__":
debug()
sys.exit()
main()

0 comments on commit 5b8b62b

Please sign in to comment.