Skip to content

Commit

Permalink
Merging remote branch with local
Browse files Browse the repository at this point in the history
  • Loading branch information
mchristoffersen committed Jul 21, 2016
1 parent 014ccbd commit 4d63621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions process_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
from PIL import Image

#User defined variables
path_to_source_raster = '/Users/Michael/Desktop/84land/out.tif'
path_to_source_raster = '/Users/Michael/Desktop/landuse/out.tif'
src_raster_num_bands = 4
classification_images_num_bands = 4
path_to_classification_images = '/Users/Michael/Desktop/84land/classif/'
path_to_classification_images = '/Users/Michael/Desktop/landuse/classif/'
list_classification_images = np.array(['cloud','shadow','water','rural','city','cloud2','rural2','city2'])
output_suffix = "_name"
output_suffix = "_michael"

####Make class mask array####
####THIS MUST BE ADDED TO WHEN YOU ADD A CLASSIFICATION IMAGE####
Expand Down

0 comments on commit 4d63621

Please sign in to comment.