Update app.py
Browse files
app.py
CHANGED
|
@@ -10,8 +10,8 @@ from rio_tiler.io import COGReader
|
|
| 10 |
from rio_tiler.errors import TileOutsideBounds
|
| 11 |
from PIL import Image
|
| 12 |
|
| 13 |
-
|
| 14 |
-
COG_URL = os.environ.get("COG_URL", "https://huggingface.co/datasets/Pingul/mexico-dem/resolve/main/CEM_15m_COG.tif")
|
| 15 |
TILE_SIZE = 256
|
| 16 |
|
| 17 |
# Logging simple
|
|
|
|
| 10 |
from rio_tiler.errors import TileOutsideBounds
|
| 11 |
from PIL import Image
|
| 12 |
|
| 13 |
+
COG_URL = os.environ.get("COG_URL", "https://huggingface.co/datasets/Pingul/mexico-dem/resolve/main/Mexico_DEM_COG.tif")
|
| 14 |
+
# COG_URL = os.environ.get("COG_URL", "https://huggingface.co/datasets/Pingul/mexico-dem/resolve/main/CEM_15m_COG.tif")
|
| 15 |
TILE_SIZE = 256
|
| 16 |
|
| 17 |
# Logging simple
|