Skip to content

Commit

Permalink
docs: update info for testing, data extract not required
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 11, 2024
1 parent 37e9cbc commit fcaf176
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/testing-visually.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ If you wish to view the split data output in a more visual way:

1. Generate a geojson bbox via [geojson.io](https://geojson.io)
2. Copy the content into `output/input.geojson` in this repo.
3. Create a data extract and place inside `output/extract.geojson`.
4. Run the splitting algorithm:
3. Run the splitting algorithm:

```bash
docker compose run --rm splitter fmtm-splitter \
--boundary output/input.geojson \
--extract output/extract.geojson \
--outfile output/output.geojson \
--number 50
```

5. Copy the data from `output/output.geojson` to geojson.io to visualise.
4. Copy the data from `output/output.geojson` to geojson.io to visualise.

## Option 2: FMTM

Expand Down

0 comments on commit fcaf176

Please sign in to comment.