Skip to content

Commit

Permalink
hide comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsarik committed Nov 21, 2017
1 parent 11ad14d commit eb1f122
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/customers/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4704,14 +4704,14 @@ def create_new_calculations_aoi(customer, doc_kml, data_set, *args):
# command_line_ts = ''


print '!!!!!!!!!!!!! file_tif =========================== ', file_tif
# print '!!!!!!!!!!!!! file_tif =========================== ', file_tif
# print '!!!!!!!!!!!!! line_list =========================== ', line_list

line_list = file_tif.split('$$$')
attr_name = line_list[0]
shd_attr_name = attr_name

print '!!!!!!!!!!!!! line_list =========================== ', line_list
# print '!!!!!!!!!!!!! line_list =========================== ', line_list

if is_ts:
shd_attr_name = attr_name.split(' ')[:-1]
Expand Down Expand Up @@ -4740,7 +4740,7 @@ def create_new_calculations_aoi(customer, doc_kml, data_set, *args):
proc_script = Popen(command_line, shell=True)
proc_script.wait()

print '!!! COMMAND LINE =========================== ', command_line
# print '!!! COMMAND LINE =========================== ', command_line

if os.path.exists(file_path_out_new_calculations_coord):
file_out_coord_open = open(file_path_out_new_calculations_coord)
Expand All @@ -4760,7 +4760,7 @@ def create_new_calculations_aoi(customer, doc_kml, data_set, *args):
# count_line = 0
list_val = []
# n_val = []
print '!!! 2 NEW LINE LIST =========================== ', new_line_list
# print '!!! 2 NEW LINE LIST =========================== ', new_line_list


for n in new_line_list:
Expand Down Expand Up @@ -4837,7 +4837,7 @@ def create_new_calculations_aoi(customer, doc_kml, data_set, *args):
# print '!!! total_area =========================== ', total_area
# print '!!! units_per_ha =========================== ', units_per_ha
# print '!!! total =========================== ', total
print '!!!!!!!!!!!!!!!!!!! list_data_kml =========================== ', list_data_kml
# print '!!!!!!!!!!!!!!!!!!! list_data_kml =========================== ', list_data_kml


# try:
Expand Down

0 comments on commit eb1f122

Please sign in to comment.