5) Randomly Spreading Throughout Neighboring Polygons

preview_player
Показать описание
In this session we simulate spread of disease, oil spill, wildfire, etc where we spread from a randomly located initial location and then spread across polygons that are neighboring each other.
Рекомендации по теме
Комментарии
Автор

arcpy.CreateFishnet_management("squares", "0 0", "0 1", 1, 1, 10, 10, " ", "NO_LABELS")
Runtime error Traceback (most recent call last): File "<string>", line 1, in <module> File "c:\program files (x86)\arcgis\desktop10.2\arcpy\arcpy\management.py", line 1826, in CreateFishnet raise e ExecuteError: ERROR 000622: Failed to execute (Create Fishnet). Parameters are not valid. ERROR 000628: Cannot set input into parameter corner_coord.

bandijoshua