Skip to content

Commit

Permalink
Merge pull request #68 from hotosm/doc
Browse files Browse the repository at this point in the history
Update command line arguments for square splitting
  • Loading branch information
spwoodcock authored Nov 25, 2024
2 parents 6afb1d2 + cff4b9f commit 77491cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ by the XLSForm, or a postgresql database.
### Via Command Line
```bash
fmtm-splitter -b AOI
fmtm-splitter -b AOI --meters 50
fmtm-splitter -v -b AOI -s data.geojson
fmtm-splitter -v -b AOI -s PG:colorado
```
Expand Down
4 changes: 1 addition & 3 deletions fmtm_splitter/splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,9 +728,7 @@ def main(args_list: list[str] | None = None):
be either the data extract used by the XLSForm, or a postgresql database.
examples:
fmtm-splitter -b AOI
fmtm-splitter -v -b AOI -s data.geojson
fmtm-splitter -v -b AOI -s PG:colorado
fmtm-splitter -b AOI.geojson -o out.geojson --meters 100
Where AOI is the boundary of the project as a polygon
And OUTFILE is a MultiPolygon output file,which defaults to fmtm.geojson
Expand Down

0 comments on commit 77491cd

Please sign in to comment.