wip
This commit is contained in:
parent
cfd29fa84d
commit
6f54ed263b
|
|
@ -675,9 +675,8 @@ def main():
|
|||
gdf = load_and_validate_geojson(geojson_file)
|
||||
|
||||
# Create adaptive grid
|
||||
print(f"\nCreating adaptive grid...")
|
||||
print("\nCreating adaptive grid...")
|
||||
bbox_list, _ = create_adaptive_grid(gdf, resolution=args.resolution)
|
||||
|
||||
if not bbox_list:
|
||||
print(f"\n✗ No tiles intersect field geometries. Exiting.")
|
||||
sys.exit(1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue