From db08cc98adba37f4e44333fc8883fb76561fa00e Mon Sep 17 00:00:00 2001 From: umsangdon Date: Sat, 18 Jul 2026 14:47:48 +0900 Subject: [PATCH] 260718_2 --- B05_wf2_Route/B05_wf2_Route_Engine_Skeleton.py | 1 + requirements.txt | 17 +++++++++-------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/B05_wf2_Route/B05_wf2_Route_Engine_Skeleton.py b/B05_wf2_Route/B05_wf2_Route_Engine_Skeleton.py index bd002f69..5a14e77f 100644 --- a/B05_wf2_Route/B05_wf2_Route_Engine_Skeleton.py +++ b/B05_wf2_Route/B05_wf2_Route_Engine_Skeleton.py @@ -129,6 +129,7 @@ def _d8_flow_accumulation_whitebox( count=1, dtype="float32", nodata=nodata, + crs="EPSG:3857", transform=transform, ) as dst: dst.write(z_out, 1) diff --git a/requirements.txt b/requirements.txt index 5b4e82fa..e5f5002c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,17 +13,17 @@ fastapi==0.104.1 bcrypt>=4.1,<5 email-validator>=2.1,<3 fiona==1.10.1 -geopandas==0.14.0 +geopandas==1.1.4 h11==0.16.0 idna==3.18 ImageIO==2.37.3 Jinja2==3.1.2 -laspy==2.4.1 +laspy==2.7.0 mapbox-vector-tile>=2.0.1 lazy-loader==0.5 MarkupSafe==3.0.3 networkx==3.6.1 -numpy==1.26.4 +numpy==2.5.0 openpyxl==3.1.2 packaging==26.2 pandas==3.0.3 @@ -34,23 +34,24 @@ pydantic_core==2.14.1 PyMySQL==1.2.0 pyparsing==3.3.2 pyproj==3.7.2 +pyogrio==0.13.0 python-dateutil==2.9.0.post0 python-dotenv==1.0.0 python-multipart==0.0.6 -rasterio==1.3.9 +rasterio==1.5.0 ruff>=0.12,<1 scikit-image==0.26.0 -scipy==1.16.3 +scipy==1.18.0 setuptools==83.0.0 -shapely==2.0.6 +shapely==2.1.2 six==1.17.0 sniffio==1.3.1 snuggs==1.4.7 starlette==0.27.0 tifffile==2024.8.28 -trimesh==3.23.0 +trimesh==4.12.2 typing_extensions==4.16.0 tzdata==2026.2 uvicorn==0.24.0 wheel==0.47.0 -whitebox==2.3.0 +whitebox==2.3.6