Category "arcpy"

Use URLs from List to save zip file

Trying to use urllib.request to read a list of urls from a shapefile, then download the zips from all those URLs. So far I got my list of a certain number of UR

NameError: name 'select_pour_point' is not defined

I am receiving this error when trying to setup variables for each pour point. It is a cur_point = select_pour_point(POUR_POINTS, NAME_FIELD, name) NameError: n

Trying to create point from X,Y, coordinate

I have used a formula to create an X and Y coordinate that I would like to create a point from. They are held in the attribute table, and I don't know how to us

Python Ray has issues with ArcPy (ArcGIS Pro)

I'm working on a large-size Vehicle Routing Problems using ArcGIS. As my problem has large number of non-overlapping vehicle routing zones, I have decided to us