260718_2
This commit is contained in:
@@ -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)
|
||||
|
||||
+9
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user