A script to generate input files i.e. soil, vegetation parameter file, elevation band file and meteorological forcing files for Variable Infiltration Capacity (VIC) hydrologic Model.
11
stars
4
forks
source link
Encountered difficulties in making vegetation parameter files #16
Dear Lokendra,
Thanks very much for your outstanding work.
Although the production of soil parameters is very smooth, I encountered some difficulties in making vegetation parameters.
In line 183 of vic_auto.py
arcpy.TableToTable_conversion("lulc_tab",arcpy.env.workspace,"temp_lulc.csv")
I want to know what is "temp_lulc.csv"?Did you miss the code to generate this file here?
Thanks for reaching out.
The file temp_lulc.csv is just a temporary file, I read that file again in the next line to make some manipulations. Can you tell where you are encountering an issue with it?
Dear Lokendra, Thanks very much for your outstanding work.
Although the production of soil parameters is very smooth, I encountered some difficulties in making vegetation parameters. In line 183 of vic_auto.py arcpy.TableToTable_conversion("lulc_tab",arcpy.env.workspace,"temp_lulc.csv") I want to know what is "temp_lulc.csv"?Did you miss the code to generate this file here?
Looking forward to your reply