Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Nov 20, 2024
1 parent 5a4a4b6 commit 86b5f52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The configuration file specifies the parameters for generating footprints from v
* **`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.
* **`fill_value`** (float, optional, default: np.nan): Fill value in the latitude, longitude arrays.

## Example Configuration

Expand All @@ -81,7 +82,8 @@ The configuration file specifies the parameters for generating footprints from v
"cutoff_lat": 80,
"smooth_poles": [78,80],
"simplify" : 0.3,
"min_area": 30
"min_area": 30,
"fill_value": -99999.0
}
}
}

0 comments on commit 86b5f52

Please sign in to comment.