12 - Turning our script into an ArcGIS Tool - ArcMap Scripting with Python and Arcpy

preview_player
Показать описание
Learn how to use Python and Arcpy with ArcMap

Рекомендации по теме
Комментарии
Автор

nice! still valid 6 years later. I had to adapt some things here and there since I'm using ArcPro, but the video was still helpful. Thanks!

ChipWeir-tbqp
Автор

These videos are great! All the previous ones made lots of sense now that you showed how to build the "fancy looking" toolbox. Thanks a lot! It has been really helpful :)

Roberta
Автор

Thank you Fran, great video, very helpful. It is very clear, even for a lawyer! Keep going! Greetings from Portugal

paulonevescoelho
Автор

Thank you for this man, I'm currently going through your tutorial and will jump to the Arcgispro version next. You sir are a legend

mannedsoldier
Автор

This was very helpful! The link to this video should be included in the help documentation

fish
Автор

Hey, you are explaining this really good. Thanks so much!
Greetings from Germany

julstooo
Автор

thanks!
best part.. "for the shit.. city..." hehe
Greetings from Chile

brauliocarraha
Автор

Amazing! It worked for me. Also, I'm sure there is a way to input the fields that we want to loop through :)

CessTenn
Автор

any idea why I'm getting this error in the loop for the last 5 videos??
Traceback (most recent call last):
File "Z:/Users/juanastroza/Documents/GIS_projects_data/tutorial_ArcMap_Python/Scripts/11_adding_IF_selectbylocation_searchcursor.py", line 28, in <module>
print "{} didn't meet the criteria".format(x[1])
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe3' in position 1: ordinal not in range(128)

juancarlosastrozaoyanguren
Автор

can someone help me why am i getting this error

Traceback (most recent call last):
File "E:/Project on Arcpy/Script/Conditional Statement_IF.py", line 25, in <module>
arcpy.MakeFeatureLayer_management(countries, 'countries_layer', """ "FID" = {} """.format(x[0]) )
File "C:\Program Files (x86)\ArcGIS\Desktop10.3\ArcPy\arcpy\management.py", line 6495, in MakeFeatureLayer
raise e
arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid.
ERROR 000725: Output Layer: Dataset countries_layer already exists.
Failed to execute (MakeFeatureLayer).

yaminichoutukuri
Автор

Why do I get this when I run it I can't figure out the problem can I get some help?

Traceback (most recent call last):
File "C:/Users/Koce/Desktop/Softverski/Zadaca/Scripts/Skripta3.py", line 13, in <module>
arcpy.MakeFeatureLayer_management(points, 'points_layer')
File "C:\Program Files (x86)\ArcGIS\Desktop10.5\ArcPy\arcpy\management.py", line 6965, in MakeFeatureLayer
raise e
arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid.
ERROR 000735: Input Features: Value is required
Failed to execute (MakeFeatureLayer).

kostadin
Автор

Hello Sir your ide background is totally black, code are not visible can you share me the code !!
Thank You

rahulkoley
Автор

I'm not getting your 22nd line of code, can you explain me

neelanateshs
Автор

I'm over here just making toolboxes...

jimivie