@@ -53,7 +53,7 @@ def update_geometry_from_asset_footprint(
53
53
extract footprints. The first successful footprint will be used. If the
54
54
list is empty, all assets will be tried until one is successful.
55
55
precision (int): The number of decimal places to include in the coordinates for the
56
- reprojected geometry. Defaults to 3 decimal places.
56
+ reprojected geometry.
57
57
densification_factor (Optional[int]): The factor by which to increase point density within
58
58
the polygon.
59
59
A factor of 2 would double the density of points (placing one new point between each
@@ -111,7 +111,7 @@ def data_footprints_for_data_assets(
111
111
extract footprints. The first successful footprint will be used. If the
112
112
list is empty, all assets will be tried until one is successful.
113
113
precision (int): The number of decimal places to include in the coordinates for
114
- the reprojected geometry. Defaults to 3 decimal places.
114
+ the reprojected geometry.
115
115
densification_factor (Optional[int]): The factor by which to increase point density
116
116
within the polygon. A factor of 2 would double the density of points (placing one
117
117
new point between each existing pair of points), a factor of 3 would place two points
@@ -189,7 +189,7 @@ def data_footprint(
189
189
Args:
190
190
href (str): The href of the image to process.
191
191
precision (int): The number of decimal places to include in the coordinates for the
192
- reprojected geometry. Defaults to 3 decimal places.
192
+ reprojected geometry.
193
193
densification_factor (Optional[int]): The factor by which to increase point density
194
194
within the polygon. A factor of 2 would double the density of points (placing one
195
195
new point between each existing pair of points), a factor of 3 would place two points
@@ -268,7 +268,7 @@ def densify_reproject_simplify(
268
268
new point between each existing pair of points), a factor of 3 would place two points
269
269
between each point, etc.
270
270
precision (int): The number of decimal places to include in the coordinates for the
271
- reprojected geometry. Defaults to 3 decimal places.
271
+ reprojected geometry.
272
272
simplify_tolerance (Optional[float]): All points in the simplified object will be within
273
273
the tolerance distance of the original geometry, in degrees.
274
274
0 commit comments