We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2615cc5 commit 904af8aCopy full SHA for 904af8a
1 file changed
src/discretization/_polygon.jl
@@ -31,6 +31,8 @@ function get_pts(polygon::QueryPolygon, h::Real; fill::Bool=true)
31
width = pyfun.int(np.ceil((maxx - minx) / h))
32
height = pyfun.int(np.ceil((maxy - miny) / h))
33
transform = rasterio.transform.from_origin(minx, maxy, h, h)
34
+
35
+ println("\e[1;36m[start]:\e[0m generating pts at resolution $h")
36
mask = rasterize(
37
[(pypoly, 1)],
38
out_shape=(height, width),
0 commit comments