# create 10 random/continuous blocks ames_rnd_blocks=spatial_blocks(gdf=ames_prj,width=1500,height=1500,method="random",# "continuous"orientation="tb-lr",# "bt-rl"grid_type="rect",# "hex" nfolds=10,random_state=135)# resample the ames data with the prepared blocks ames_res_rnd_blk=gpd.overlay(ames_prj,ames_rnd_blocks)