A program for splitting a large AOI into smaller tasks.
Project description
FMTM Splitter
A utility for splitting a polygon onto multiple tasks.
📖 Documentation: https://hotosm.github.io/fmtm-splitter/
🖥️ Source Code: https://github.com/hotosm/fmtm-splitter
This is a program to split polygons into tasks using a variety of algorithms. It is a class that can be used by other projects, but also a standalone program. It was originally developed for the FMTM project, but then converted so it can be used by multiple projects.
The class takes GeoJson Polygon as an input, and returns a GeoJson file Multipolygon of all the task boundaries.
Installation
To install fmtm-splitter, you can use pip. Here are two options:
-
Directly from the main branch:
pip install git+https://github.com/hotosm/fmtm-splitter.git
-
Latest on PyPi:
pip install fmtm-splitter
Using the Container Image
- fmtm-splitter scripts can be used via the pre-built container images.
- These images come with all dependencies bundled, so are simple to run.
Run a specific command:
docker run --rm -v $PWD:/data ghcr.io/hotosm/fmtm-splitter:latest fmtm-splitter <flags>
Run interactively (to use multiple commands):
docker run --rm -it -v $PWD:/data ghcr.io/hotosm/fmtm-splitter:latest
Note: the output directory should always be /data/... to persist data.
Split By Square
The default is to split the polygon into squares. The default dimension is 50 meters, but that is configurable. The outer square are clipped to the AOI boundary.
Split By Feature
The split by feature uses highway data extracted from OpenStreetMap, and uses it to generate non square task boundaries. It can also be adjusted to use the number of buildings in a task to adjust it's size.
Custom SQL query
It is also possible to supply a custom SQL query to generate the tasks.
The fmtm-splitter program
Options:
-h, --help show this help message and exit
-v, --verbose verbose output
-o OUTFILE, --outfile OUTFILE Output file from splitting
-m METERS, --meters METERS Size in meters if using square splitting
-b BOUNDARY, --boundary BOUNDARY Polygon AOI
-s SOURCE, --source SOURCE Source data, Geojson or PG:[dbname]
-c CUSTOM, --custom CUSTOM Custom SQL query for database
This program splits a Polygon (the Area Of Interest) The data source for existing data can'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
# Where AOI is the boundary of the project as a polygon
# And OUTFILE is a MultiPolygon output file,which defaults to fmtm.geojson
# The task splitting defaults to squares, 50 meters across
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fmtm-splitter-0.2.6.tar.gz
.
File metadata
- Download URL: fmtm-splitter-0.2.6.tar.gz
- Upload date:
- Size: 37.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.9.3 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 473ccca145569d61c25f5b05ca7366f6b015fcda7159ab6ba759c9353b15d271 |
|
MD5 | ee636e70f1740f2b7b99d3cbb2f5b7b9 |
|
BLAKE2b-256 | 6e66f23962e10e54dbd06b6d607f9d01ebcefb2649873622ddae67ced0b79339 |
File details
Details for the file fmtm_splitter-0.2.6-py3-none-any.whl
.
File metadata
- Download URL: fmtm_splitter-0.2.6-py3-none-any.whl
- Upload date:
- Size: 47.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.9.3 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a5e6f35975f349c19e0135aa0d6b662d2235410db88f61e14076f280ce5482c |
|
MD5 | 94dc5060183ec0785e36f7e97b2c9e7e |
|
BLAKE2b-256 | c5bb80969b77e6429ddb6e2ed57353d107e4b5478e46b7e382d127450a67b44b |