Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weiqi-tori committed Sep 19, 2024
1 parent ecca888 commit d4954f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion city_metrix/layers/smart_surface_lulc.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def classify_building(building):
like=esa_1m,
fill=0
).Value
feature_1m = feature_1m.rio.reproject_match(snap_to)
feature_1m = feature_1m.rio.reproject_match(esa_1m)

# Combine rasters
datasets = [esa_1m, feature_1m]
Expand Down

0 comments on commit d4954f8

Please sign in to comment.