You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: This script will convert all the latitude and longitude (in WGS84 & in Degree Decimal) from a comma-separted value (.csv) file to a shapefile (.shp)
'''
import arcpy
# Set the workspace
arcpy.env.workspace = r"C:\XY_to_Shape"
# Set the input CSV file
csv_file = "pois_aus.csv"
# Set the output shapefile name
output_shp = "POI_AUS.shp"
# Use the XY Table to Point tool to create a point shapefile