Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def predict(location_name,lat, lon):
|
|
51 |
# create image dataset
|
52 |
images_10 = extract_sub_image(bandes_path_10,tile_path,cord)
|
53 |
|
54 |
-
|
55 |
#path_cld_20
|
56 |
images_20 = extract_sub_image(bandes_path_20,tile_path,cord,20,1)
|
57 |
|
|
|
51 |
# create image dataset
|
52 |
images_10 = extract_sub_image(bandes_path_10,tile_path,cord)
|
53 |
|
54 |
+
## bandes with 20m resolution
|
55 |
#path_cld_20
|
56 |
images_20 = extract_sub_image(bandes_path_20,tile_path,cord,20,1)
|
57 |
|