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
The CDL to ETDemands crosswalk .csv filename is currently hard coded in the et_demands_zonal_stats_arcpy.py script. This filename should be an input arg.
~Line 130
# Crosswalk values are coming from cdl_crosswalk.csv and being upacked into a dictionary
# Allows user to modify crosswalk in excel
# Pass in crosswalk file as an input argument
crosswalk_file = os.path.join(os.path.dirname(os.path.abspath(file)), 'cdl_crosswalk_usbrmod.csv')
cross = pd.read_csv(crosswalk_file)
The text was updated successfully, but these errors were encountered:
The CDL to ETDemands crosswalk .csv filename is currently hard coded in the et_demands_zonal_stats_arcpy.py script. This filename should be an input arg.
~Line 130
# Crosswalk values are coming from cdl_crosswalk.csv and being upacked into a dictionary
# Allows user to modify crosswalk in excel
# Pass in crosswalk file as an input argument
crosswalk_file = os.path.join(os.path.dirname(os.path.abspath(file)), 'cdl_crosswalk_usbrmod.csv')
cross = pd.read_csv(crosswalk_file)
The text was updated successfully, but these errors were encountered: