Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update csv2catchmentnetcdf.py issue #710
Address issue #710. In line 79, when parsing the date column, using the dictionary, as was done before this edit, pandas attempts to parse the column at index 0, to a column 'Time'. So, if 'Time' is already a column the error in issue #710 is produced. The proposed change assumes column at index 0 is the date column, but works despite the name.
- Loading branch information