Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 3f0daa4

Browse files
committed
docs: info about testing via fmtm
1 parent 3fb98ea commit 3f0daa4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/testing-visually.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,24 @@ If you wish to view the split data output in a more visual way:
2222
5. Copy the data from `output/output.geojson` to geojson.io to visualise.
2323

2424
## Option 2: FMTM
25+
26+
1. Setup FMTM:
27+
28+
```bash
29+
git clone https://github.com/hotosm/fmtm.git
30+
cd fmtm
31+
cp .env.example .env
32+
33+
# Open docker-compose.yml and uncomment
34+
- ../osm-rawdata/osm_rawdata:/home/appuser/.local/lib/python3.10/site-packages/osm_rawdata
35+
36+
# Run FMTM
37+
docker compose up -d
38+
```
39+
40+
2. Go to the [FMTM dashboard](http://fmtm.localhost:7050/)
41+
3. Create a new project.
42+
4. Upload your project AOI.
43+
5. Upload or generate a data extract.
44+
6. On the task splitting page, select `Task Splitting Algorithm`.
45+
7. Then click `Click to generate tasks` to see the algorithm output.

0 commit comments

Comments
 (0)