Skip to content

Commit

Permalink
fix: precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sujanadh committed Jul 12, 2024
1 parent bb72dd8 commit 98f1c26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fmtm_splitter/splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ def splitBySquare( # noqa: N802
Args:
meters (int): The size of each task square in meters.
extract_geojson (dict, FeatureCollection): an OSM extract geojson,
containing building polygons, or linestrings.
Returns:
data (FeatureCollection): A multipolygon of all the task boundaries.
Expand Down Expand Up @@ -404,6 +406,11 @@ def split_by_square(
GeoJSON string, or FeatureCollection object.
meters(str, optional): Specify the square size for the grid.
Defaults to 100m grid.
osm_extract (str, FeatureCollection): an OSM extract geojson,
containing building polygons, or linestrings.
Optional param, if not included an extract is generated for you.
It is recommended to leave this param as default, unless you know
what you are doing.
outfile(str): Output to a GeoJSON file on disk.
Returns:
Expand Down

0 comments on commit 98f1c26

Please sign in to comment.