Skip to content

Commit

Permalink
FixTypo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel committed Mar 4, 2024
1 parent e9a4c5e commit 7ec87b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyheatdemand/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def refine_mask(mask: gpd.GeoDataFrame,
num_of_points : int
Number of points that need to be in one cell for refinement, e.g. ``num_of_points=100``.
cell_size : int
Cell size of the new cells, cell size should be a divisor of of the original cell size, e.g. ``cell_size=1000``.
Cell size of the new cells, cell size should be a divisor of the original cell size, e.g. ``cell_size=1000``.
area_limit : Union[float, int]
For multiple refinements, the area limit can be defined to only further refine already refined cells, e.g. ``area_limit=10000``.
Expand Down

0 comments on commit 7ec87b7

Please sign in to comment.