From f180b91351573d633dda6ac5e2b5380b2fbb7471 Mon Sep 17 00:00:00 2001 From: Simon Liu Date: Tue, 19 Nov 2024 15:54:00 -0800 Subject: [PATCH] update docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a30aa7..4e508dd 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ The configuration file specifies the parameters for generating footprints from v * **`method`** (string): Thinning method to apply to the Alpha Shape. * **`value`** (list of float or float): Thinning parameters. * **`cutoff_lat`** (int, optional): Latitude cutoff for smoothing. + * **`min_area`** (int, optional): Minimum area for polygons to be retained. * **`smooth_poles`** (list of int, optional): Latitude range for smoothing near poles. * **`simplify`** (float, optional): Controls the level of simplification applied to extracted polygons.